@charset "utf-8";

/* index.css　トップページのCSS */
@import "import.css";

/* maincolumn(メインコンテンツ) */
#main{}

/* osusume(お勧め商品) */
	#osusume .section dl{
		float:left;
		width:190px;
		height:266px;
		margin-right:10px;
	}
	#osusume .section dt{
		width:190px;
		height:190px;
		background-color:#FFF;
	}
	#osusume .section dd.products{
		padding:8px 0 0;
	}
	#osusume .section a:link{
		color:#6B4B1D;
		text-decoration:underline;
	}
	#osusume .section a:visited{
		color:#993300;
		text-decoration:underline;
	}
	#osusume .section a:hover{
		color:#FF3300;
		text-decoration:none;
	}
	#osusume .section dt{
		text-align:center;
	}

/* news(新着情報) */
#news{
	padding-bottom:30px;
}
	#news h3{
		margin-bottom:32px;
	}
	#news div#news_box {
		width:600px;
		height:180px;
		padding:6px 0 6px 20px;
		overflow-y:scroll;
		background:#FFF;
	}
	#news dl{
		border-bottom:dotted 1px #CCC;
		width:548px;
		line-height:1.0;
	}
	#news dl dt{
		width:70px;
		float:left;
		color:#6B4B1D;
		font-weight:bold;
		padding-top:10px;
	}
	#news dd{
		width:430px;
		color:#6B4B1D;
		float:right;
		padding-top:10px;
		padding-bottom:10px;
		line-height:1.4em;
	}

/* kokoro(こいけ醸造の心) */
#kokoro{
	background-color:#FFF3C2;
	height:154px;
	padding:11px 0 0 20px;
	margin-bottom:30px;
	background-image:url(../img/ind-kokoro-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
	#kokoro p{
		float:left;
		margin:0 32px 0 0;
	}
	
	#kokoro-img{
		position:relative;
		top:89px;
	}
	#kokoro span{
		font-weight:bold;
		font-size:14px;
		color:#252525;
	}

/* layoutp3(メルマガ) */
	.layoutp3 table{
		width:600px;
		font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.layoutp3 table h4{
		font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight:bold;
		font-size:1.2em;
	}
	.layoutp3 table td{
		font-size:1.1em;
	}
	.layoutp3 .mailform{
		width:156px;
	}
	.layoutp3 table input.text1{
		width:350px;
		border:1px solid #333333;
	}
	.layoutp3 table input.button1{
		padding-left:10px;
		padding-right:35px;
	}
	.layoutp3 table .mailmag_cha{
		padding-top:1em;
	}
	.layoutp3 table .mailmag_can{
		padding-top:1em;
	}


