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


/*共通----------------*/

body {
	background-image: url(../img/background_side.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contents{
	background-image: url(../img/background_center.png);
	width:870px;
	margin: 0 auto;
}

#header{
	background-image: url(../img/backgound_header.gif);
	background-repeat:no-repeat;
	height:120px;
}

#header .logo{
	left:50px;
	position: relative;
}

#header .info{
	left:460px;
	top:-10px;
	position: relative;
}

#main{
	margin-top:-20px;
	background:url(../img/background_footer.gif) no-repeat bottom;
}

#main #main_header{
	width: 848px;
	margin: 0 auto;
}

#main #footer{
	clear:both;
	left:488px;
	top:-11px;
	width: 354px;
	height:40px;
	position: relative;
}

#main #main_contents{
	float:right;
}

#main_contents{
	margin-top:15px;
	margin-right:30px;
	width:580px;
}

/*左メニュー（トップ以外）ここから------------*/
#main #left_column{
	width:245px;
	float:left;
}
#main #left_column h3{
	text-align:right;
}

#main #left_menu{
	margin-left:11px;
	margin-top:20px;
	background:url(../img/leftmenu_bgshadow.jpg) no-repeat bottom;
}

#main #left_menu ul{
	margin: 0;
	padding: 15px 0;
	list-style:none;
}

#main #left_menu li{
	margin: 0px;
}

#main #left_menu a{
	text-indent: -9999px;
	background-repeat:no-repeat;
	display: block;
	width:230px;
	height: 40px;
}

#main #left_menu .left_top a{
	background-image:url(../img/leftmenu_top.jpg);
}
#main #left_menu .left_menu a{
	background-image:url(../img/leftmenu_menu.jpg)
}
#main #left_menu .left_chef a{
	background-image:url(../img/leftmenu_chef.jpg);
}
#main #left_menu .left_access a{
	background-image:url(../img/leftmenu_access.jpg);
}
#main #left_menu .left_contact a{
	background-image:url(../img/leftmenu_contact.jpg);
}
#main #left_menu .left_blog a{
	background-image:url(../img/leftmenu_blog.jpg);
}

#main #left_menu a:hover{
	background-position:-230px 0px;
}
/*左メニュー（トップ以外）ここまで------------*/