@charset "UTF-8";
/* CSS Document */


#topbanner .topbanner{
	float:left;
	width:280px;
}


#topics{
	float:right; 
	width:440px;
}

#topics .title{
	border-bottom:solid 1px #7B4111; 
	background-image:none; 
	padding-left:3px;
	margin-bottom:10px;
}

#topics .line{
	background-image:url(/img/line.gif);
	background-repeat:repeat-x;
	width:440px;
	clear: both;
	background-position:center;
	height:16px;
}

*html #topics .line{
	margin-top:-5px;
}


#topics .day{
	float:left;
	width:65px;
	padding-left:5px;
	clear: both;

}

#topics .news{
	float:left;
	width:295px;
	margin-bottom:5px;
}

#topics .icon{
	float:right;
	padding-right:5px;
	width:62px;
}


#eve h2{
	color:#7B4111;
	font-size:12px;
	background-image:url(/img/index/title_event.gif);
	margin:6px 0 6px 0;
	background-repeat:no-repeat;
	height:20px;
	padding-left:11px;
	padding-top:1px;
}

#eve table{
	vertical-align:top;
	padding:0 10px;
	width:100%;
}



#eve td{
	vertical-align:top;
	padding:0 10px;
	width:120px;
}

#evet th{
	text-align:right;
	color:#FF0000;
	padding:0 10px;
	font-size:14px;
}

#eve .red{
	color:#FF0000;
	font-weight:bold;
}

/******************************************************************************
 * おすすめリスト
 *****************************************************************************/
div#recommend { padding: 5px; }
	div#recommend div.item { float: left; width: 248px; height: 210px; margin-bottom: 30px; }
		div#recommend div.pic  { float: left; width: 122px; }
		div#recommend img      { border: solid 1px #cccccc; }
		div#recommend div.text { float: left; width: 224px; }
		div#recommend h3       { font-size: 12px; font-weight: normal; line-height: 18px; }
			div#recommend h3 a { color: #663212; }
		div#recommend p        { margin-top: 6px; line-height: 16px; }
		div#recommend .button  { margin-top: 6px; }


div.searchbox { background-color: #FEEADA; padding: 10px; }
	div.searchbox div.title    { float: left; width:  90px; line-height: 24px; }
	div.searchbox div.keyword  { float: left; width: 240px; }
	div.searchbox input#txt_q1 { width: 230px; padding: 1px; }
	div.searchbox input#txt_q2 { width: 230px; }
	div.searchbox div.button   { float: left; }

/*オススメキーワード*/
ul#recommend { clear: both;  margin-top:30px; }
	ul#recommend li{ float:left; padding:2px 1ex 2px 15px; list-style: none; margin-left: 1ex; 
		background: #ffffff url(/img/serch/arrow-b.gif) no-repeat ;	background-position:   5px center; }
	ul#recommend li.title {  background-color: transparent; margin-left:0px; padding-left: 0px; background-image: none; }





