@charset "utf-8";

#mentaikikouContainer{
	width:850px;
	margin:0 auto;
	padding:0;
	background:#FFFFFF;
	font-size:0.8em;
}

.clear{
	clear:both;
}

hr{
	display:none;
}



h3#titleLogo{
	width:850px;
	height:105px;
	margin:0;
	padding:0;
	background:url(../image/header.jpg) no-repeat;
	text-indent:-1000em;
}

/***************************** 左ボックススタート *****************************/
#leftBox{
	display:inline;
	float:left;
	width:395px;
	margin:0;
	padding:0;
}

/*************************************************

左ボックス：リードテキスト

*************************************************/
h4#titleMeibutsu{
	width:395px;
	height:51px;
	margin:20px 0 0 0;
	padding:0;
	background:url(../image/title_meibutsu.jpg) no-repeat;
	text-indent:-1000em;
}

div#leftBox p#readText{
	width:395px;
	height:177px;
	margin:0;
	padding:0;
	background:url(../image/read_text.jpg) no-repeat;
	text-indent:-1000em;
}



/*************************************************

左ボックス：新着情報

*************************************************/
h4#titleNew{
	width:395px;
	height:53px;
	margin:0;
	padding:0;
	background:url(../image/title_newInfo.jpg) no-repeat;
	text-indent:-1000em;
}

ul#newInfo{
	width:395px;
	margin:0;
	padding:10px 0;
	background:url(../image/bg_shinchaku.jpg) repeat-y;
}

ul#newInfo li{
	margin:8px 0 8px 45px;
	list-style-image:url(../image/listmark.jpg);
}

div#newBoxBottom{
	width:395px;
	height:21px;
	margin:0;
	padding:0;
	background:url(../image/shinchakuBox_bottom.jpg) no-repeat;
}


/*************************************************

左ボックス：オリジナルコンテンツ

*************************************************/
div#contBoxTop{
	width:395px;
	height:16px;
	margin:10px 0 0 0;
	padding:0;
	background:url(../image/contBox_top.jpg) no-repeat;
}

ul#contBox{
	width:395px;
	margin:0;
	padding:0;
}

ul#contBox li{
	width:395px;
	height:100px;
	list-style-type:none;
}

ul#contBox li.essay a{
	display:block;
	width:395px;
	height:100px;
	background:url(../image/contBox_essay.jpg) top no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}
ul#contBox li.essay a:hover{
	background:url(../image/contBox_essay.jpg) bottom no-repeat;
}

ul#contBox li.recipe a{
	display:block;
	width:395px;
	height:100px;
	background:url(../image/contBox_recipe.jpg) no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}
ul#contBox li.recipe a:hover{
	background:url(../image/contBox_recipe.jpg) bottom no-repeat;
}

ul#contBox li.voice a{
	display:block;
	width:395px;
	height:100px;
	background:url(../image/contBox_voice.jpg) top no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}
ul#contBox li.voice a:hover{
	background:url(../image/contBox_voice.jpg) bottom no-repeat;

}

div#contBoxBottom{
	width:395px;
	height:20px;
	margin:0 0 10px 0;
	padding:0;
	background:url(../image/contBox_bottom.jpg) no-repeat;
}


/***************************** 右ボックススタート *****************************/
ul#rightBox{
	display:inline;
	float:left;
	width:450px;
	margin:20px 0 20px 3px;
	padding:0;
	list-style-type:none;
}

ul#rightBox li{
	float:left;
	width:445px;
	height:150px;
	margin:5px 0;
	padding:0;
}

ul#rightBox li.umeya a{
	display:block;
	width:445px;
	height:150px;
	background:url(../image/btn_umeya.jpg) top no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}
ul#rightBox li.umeya a:hover{
	background:url(../image/btn_umeya.jpg) bottom no-repeat;
}




ul#rightBox li.shun a{
	display:block;
	width:445px;
	height:150px;
	background:url(../image/btn_shun.jpg) top no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}
ul#rightBox li.shun a:hover{
	background:url(../image/btn_shun.jpg) bottom no-repeat;
}



ul#rightBox li.kanefuku a{
	display:block;
	width:445px;
	height:150px;
	background:url(../image/btn_kanefuku.jpg) top no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}
ul#rightBox li.kanefuku a:hover{
	background:url(../image/btn_kanefuku.jpg) bottom no-repeat;
}























