@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(img/body_bg.jpg);
	background-repeat:repeat;
	font-size:14px;
	color:#625c43;
	line-height:18px;
}

#container1 {
	width:100%;
	height:110px;
}

#container2 {
	width:790px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

#header{
	height: 80px;
	margin: 0px;
	padding: 0px;
}
/* ▼▼ここからヘッダーの中身▼▼ */
#header ul{
	list-style:none;
}
#header li{
	float:left;
}

/* △△ここまでヘッダーの中身△△ */

#topnavi{
	height: 30px;
	margin: 0px;
	padding: 0px;
}
/* ▼▼ここから上メニューの中身▼▼ */
#topnavi ul{
	list-style:none;
}
#topnavi li{
	float:left;
}

/* △△ここまで上メニューの中身△△ */


#middle{
	clear:left;
	height:auto;
	width:790px;
	padding-top:10px;
}


/* ▼▼ここからミドルの中身▼▼ */
#left_menu {
	float: left;
	height:auto;
	width: 190px;
	margin-top:10px;
	padding-bottom:20px;
}

/* ▼▼ここから左メニューの中身▼▼ */
#left_entry dl{
	margin:0px 10px;
}

#left_entry dd{
	padding-bottom:10px;
	margin-top:5px;
	margin-left:10px;
}


#left_menu_recipe_title{
	width:180px;
	height:95px;
	margin-top:10px;
}

#left_menu_recipe_contents{
	width:180px;
	height: auto;
	background-image:url(img/lm_recipe_bg.jpg);
	background-repeat:repeat-y;
}

#left_menu_recipe_bottom{
	width:18px;
	height:50px;
}

#left_menu_goods{
	margin-top:10px;
	width:180px;
	height:65px;
}

#left_menu_goods_contents{
	width:178px;
	height: auto;
	border-bottom:1px #ddd8b5 solid;
	border-left:1px #ddd8b5 solid;
	border-right:1px #ddd8b5 solid;
	background-color:#FFF;
}
#left_menu_etc{
	width:180px;
	height:37px;
}
#left_menu_etc_contents{
	width:178px;
	height: auto;
	border-bottom:1px #ddd8b5 solid;
	border-left:1px #ddd8b5 solid;
	border-right:1px #ddd8b5 solid;
	background-color:#FFF;
}

#left_menu_ramen{
	margin-top:10px;
	width:180px;
}

#left_menu_mezamashi{
	margin-top:10px;
	width:180px;
}
/* △△ここまで左メニューの中身△△ */

#main_content {
	float: right;
	width: 600px;
	margin-top:10px;
}
/* ▼▼ここからメインコンテンツの中身▼▼ */
#main_content .top_topic {
	width: 600px;
	height:170px;
}

#main_content .top_topic_bg {
	width: 600px;
	height:170px;
	background-image:url(img/tt_bg.jpg);
	background-repeat:repeat;
}


#main_content .top_topic_left{
	width:190px;
	height:115px;
	float:left;
}

#main_content .top_topic_right{
	width:390px;
	height:95px;
	float:left;
	padding:10px;
}

#main_content .top_topic_right_text{
	display:table-cell;
	vertical-align:middle;
	height:65px;
	width:390px;
}

#main_content .top_topic_right_btn{
	height:20px;
	padding-top:10px;
	width:390px;
}

#main_content .top_topic_right ul{
	list-style:none;
}
#main_content .top_topic_right li{
	float:left;
	margin-left:5px;
}

/* △△ここまでメインコンテンツの中身△△ */
/* △△ここまでミドルの中身△△ */

#footer {
	clear: both;
	width:790px;
	height: 285px;
	background-image:url(img/footer_bg.jpg);
}
/* ▼▼ここからフッターの中身▼▼ */

#footer ul{
	list-style:none;
}
#footer li{
	float:left;
}

#footer_tel{
	height:100px;
	width:790px;
}

#footer_goods{
	margin-top:30px;
	margin-bottom:10px;
	height:90px;
}

#footer_navi{
	width:740px;
	height:25px;
	padding-left:50px;
}
#footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* △△ここまでフッターの中身△△ */

/* ここからコンテンツページの設定 */
#maincontent_01 {
	float: right;
	width: 474px;
	margin-top: 30px;
	padding-right: 60px;
}

#maincontent_01 #logo {
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#maincontent_01 p {
	color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
/* ここまでコンテンツページの設定 */

/* ロールオーバ、リンクの設定*/
a:hover img{
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
} 

/*リンクの設定*/
a:link{
	color:#625c43;
	text-decoration: underline;
}
a:visited{
	color:#625c43;
	text-decoration: underline;
}

a:hover{
	color:#CCC89F;
	text-decoration: none;
}
a img{
	border:none;
}