/* 自然栽培広場用基本CSS */
/* ------------------------------------------------------------------------- */

/* Font size */
.body1 {
	font-size:10px;
	line-height:20px;
}
.body2 {
	font-size:12px;
	line-height:22px;
}
.body3 {
	font-size:14px;
	line-height:24px;
}
.small {
	font-size:9px;
	line-height:14px;
}
#white {
	color: #FFFFFF;
}
#links {
	color: #682952;
}
#price {
	color: #E22D00;
	font-weight: bold;
}
#service {
	color: #008899;
}
strong{
	color: #96005F;
}

/* Link */
a:link {
	color:#2EA504;
	text-decoration:none;
}
a:visited {
	color:#2EA504;
	text-decoration:none;
}
a:active {
	color:#2EA504;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
	text-decoration:underline;
}

/* Base */
body {
	margin: 0px;
	color: #555555;
	background-color: #FFFFFF;
}
div.headline {
	height: 4px;
	background: #BBE252;
}


.ft {
	margin: 0px;
	width: 100%;
	background: #C8DD68;
}

/* Mark */
.news_date {
	background-image: url(../image/news_mark.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 0px;
	font-size:10px;
	line-height:14px;
	color: #367E00;
}
.book_name {
	background-image: url(../image/news_mark.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 16px;
	margin: 0px;
	font-size:14px;
	line-height:16px;
	color: #367E00;
}

.at_area {
	margin: 30px 0px;
	padding: 12px 30px;
	background: #FFFEF3;
	border: solid #E7D9D2 5px;
}
.dot_line {
	background: url(../image/dot_line.gif) repeat-x;
	padding: 0px;
	margin: 0px;
	height: 11px;
}
.cap {
	margin: 20px 0px;
	padding:5px 15px;
	height: 25px;
	background: url(../image/cap.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color: #48AA00;

}


/* img 左回り */
img.left { 
	float:left;
	margin: 0px 12px 12px 0px;
}
/* img 右回り */
img.right {
	float:right;
	margin: 0px 0px 12px 12px;
}


/* ギャラリー */
a.lk_thumb {
	display: block;
	border: dotted 1px #BBBBBB;
	padding: 5px;
	margin: 5px 5px;
}
a.lk_thumb:link {
	border: dotted 1px #BBBBBB;
}
a.lk_thumb:visited {
	border: dotted 1px #BBBBBB
}
a.lk_thumb:active {
	border: dotted 1px #FF8800;
}
a.lk_thumb:hover {
	border: dotted 1px #FF8800;
}

/* テーブル */
table.tbl  {
    margin: 15px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
th.tbl {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #FEE09D;
    font-weight: normal;
    text-align: center;
}
td.tbl {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;

 }
div.hd_area{
	background: url(../image/hd_bg.gif) repeat-x;

}