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

#main-content{
	width:515px;
	padding-left:15px;
	padding-top:15px;
	float:left;
}
#main-content h3{
	clear:both;
	margin-bottom:15px;
	}

/*-----------------------------------------
 *  おすすめ料理 Module
 * -------------------------------------------*/

.recommend{
	width:515px;
	padding-bottom:30px;
	overflow:hidden;
	}
.recommend1{
	float:right;
	width:290px;
	border-left:7px #cecece solid;
	padding:5px 0;
	overflow:hidden;
	line-height:1.5;
}
.recommend2{
	float:left;
	width:290px;
	border-right:7px #cecece solid;
	padding:5px 0;
	overflow:hidden;
	line-height:1.5;
}
.recommend1 h4,
.recommend2 h4
{
	border-bottom:1px #cecece solid;
	color:#a66c2a;
	padding:5px 10px 7px 10px;
	font-weight:bold;
	margin-bottom:10px;
	font-size:13px;
}
.recommend1 dl,
.recommend2 dl{
	padding:0 10px;
	}
.recommend1 dt,
.recommend2 dt{
	font-weight:bold;
	padding-bottom:5px;
	}
.recommend1 dt span,
.recommend2 dt span{
	font-weight:normal;
	}

.recommend1 dd li,
.recommend2 dd li{
	padding:2px 0 3px 0;
	}
.recommend1 p,
.recommend2 p
{
	padding:0 10px;
}
img.left{
	clear:both;
	float:left;
	}
img.right{
	clear:both;
	float:right;
	}

dl.recommend-caution{
	clear:both;
	padding:0 0 25px 10px;
	}
dl.recommend-caution dt{
	font-weight:bold;
	padding-bottom:5px;
	}
dl.recommend-caution li{
	padding-bottom:5px;
	}


/*-----------------------------------------
 *  Side Module
 * -------------------------------------------*/
#side{
	float:right;
	width:180px;
	padding-right:15px;
	padding-top:15px;
	overflow:hidden;
}
ul.plan{
}

ul.plan li{
	padding-bottom:10px;
}

/*-----------------------------------------
 *  おしらせ Module
 * -------------------------------------------*/
dl#topics{
	width:505px;
	background:url(../images/topics_bg.gif) repeat-y;
	overflow:hidden;
	margin-bottom:20px;
	margin-left:5px;
}
dl#topics dt{
	clear:left;
	float:left;
	width:105px;
	height:23px;
	padding-top:7px;
	padding-left:10px;
	}
dl#topics dd{
	float:left;
	width:380px;
	height:23px;
	padding-top:7px;
	}

