@charset "utf-8";

/* index.css　トップページのCSS */
@import "import.css";

/* maincolumn(メインコンテンツ) */
#main{}
	
#greeting h3,
#appeal h3{
	background:url(../img/ind_h3_bg.jpg) no-repeat left top #FF9B00;
	color:#330000;
	font-size:2em;
	padding:3px 10px;
	font-family: "ヒラギノ角ゴ Pro W3",Osaka,Verdana,Arial,"ＭＳ Ｐゴシック",san-serif;
}

#greeting dl{
	width:300px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:8px 20px 0px 0;
}
	#greeting dl dd{
		margin-top:5px;
		font-size:1.14em;
		font-weight:bold;
	}

#pickup{
	margin-bottom:10px;
}
	#pickup dl{
		margin:5px 0px 20px 0;
		
	}
		#pickup dl dt{
			width:430px;
			font-weight:bold;
			font-size:1.14em;
		}
		#pickup dl dd.comment{
			width:430px;
		}
		#pickup dl dd.image{
			float:right;
			clear:both;
			margin-top:5px;
		}
		#pickup p{
			text-align:right;
		}

#news div.newsmore{
	height:160px;
	overflow:auto;
	padding:17px 23px 0 23px;
	background-color:#FCEFC2;
	font-size:0.85em;
	margin-top:10px;
}
	#news dl{
		border-bottom:1px solid #9D7702;
		line-height:1.4;
		color:#000000;
		padding:5px 8px 5px 0;
	}
		#news dl dt{
			background:url(../img/ind_news_icon.gif) no-repeat 3px center;
			width:10em;
			float:left;
			clear:both;
			padding-left:12px;
		}
		#news dl dd{
			margin:0 0 0 11.5em;
			_height:1%;
		}

#pickuplist dl{
	width:150px;
	float:left;
	margin:10px 10px 0px 0;	
	/display:inline;
}
#pickuplist dl dt{
	font-size:1.14em;
	font-weight:bold;
}
#pickuplist dl dd{
	margin:0px 0;
}
	#pickuplist dl dd.image{
		width:150px;
		height:110px;
		overflow:hidden;
		background-color:#FFF;
		margin-bottom:5px;
	}
	#pickuplist dl dd.price{
		font-weight:bold;
	}
	#pickuplist dd.readmore{
		text-align:right;
		margin-top:5px;
	}


/*S_complete*/
html body .sbox_cen{
	height:20px;
	overflow:hidden;}

html body .sbox_cen h1.stext_wht{
	margin:0 10px 0 0;}

html body #hwrap{
	background:url(../img/header_bg.jpg) repeat-x left top;
}

#header{
	text-align:left;
	padding:36px 0 25px 0;
}

