@charset "euc-jp";

body {
	margin:0;
}

/*======================================

	Reset

=======================================*/

#header h1
{
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	text-align:left;
}

#header ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#header li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}

#header .clear {
	clear:both;
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;	
}

/*======================================

	Definition

=======================================*/


/*-------------------------------------

　　メインメニュー

-------------------------------------*/

#header 
{
	width:800px;
	margin: 0 auto;
}

#header h1
{
	font-size: 10px;
	text-align:center;
	width:800px;
	background-color:#CCCC99;
	padding:2px 0 ;
	color:#666666;
}
#header .main_menu {
	width:800px;
	margin:15px 0;
}

	/*IE6*/
	* html #header .main_menu {
		width:800px;
		margin:15px 0 0 0;
	}
	/*IE7*/
	*:first-child+html #header .main_menu {
		width:800px;
		margin:15px 0 5px 0;
	}


#header .main_menu li.top a{
	text-indent: -9999px;
	background-image: url(../images/menu/rogo.jpg);
	height: 64px;
	width: 200px;
	display: block;
	margin-right: 20px;
}
	#header .main_menu li.top a:hover{
		background-image: url(../images/menu/rogo.jpg);
	}
#header .main_menu li.sakuto a{
	background-image: url(../images/menu/menu01.jpg);
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 96px;
}
	#header .main_menu li.sakuto a:hover{
		background-image: url(../images/menu/menu01_over.jpg);
	}
#header .main_menu li.cafe a{
	background-image: url(../images/menu/menu02.jpg);
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 96px;
}
	#header .main_menu li.cafe a:hover{
		background-image: url(../images/menu/menu02_over.jpg);
	}
#header .main_menu li.access a{
	background-image: url(../images/menu/menu03.jpg);
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 96px;
}
	#header .main_menu li.access a:hover{
		background-image: url(../images/menu/menu03_over.jpg);
	}
#header .main_menu li.reserve a{
	background-image: url(../images/menu/menu04.jpg);
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 96px;
}
	#header .main_menu li.reserve a:hover{
		background-image: url(../images/menu/menu04_over.jpg);
	}
#header .main_menu li.inquiry a{
	background-image: url(../images/menu/menu05.jpg);
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 96px;
}
	#header .main_menu li.inquiry a:hover{
		background-image: url(../images/menu/menu05_over.jpg);
	}
#header .main_menu li.blog a{
	background-image: url(../images/menu/menu06.jpg);
	text-indent: -9999px;
	display: block;
	height: 64px;
	width: 98px;
}
	#header .main_menu li.blog a:hover{
		background-image: url(../images/menu/menu06_over.jpg);
	}

/*-------------------------------------

　　作陶メニュー

-------------------------------------*/

#header .sakuto_menu {
	background-image: url(../images/menu/sakuto_menu_bg.jpg);
	background-repeat:no-repeat;
	height: 60px;
	width: 800px;
}

/*FireFox他　共通*/
#header .sakuto_menu .message {
	text-align: right;
	float: right;
	font-size: 12px;
	margin-top: 4px;
}
	/*Safari*/
	html* #header .sakuto_menu .message {
		text-align: right;
		float: right;
		font-size: 11px;
		margin-top: 1px;
	}
	/*Safari 2.x*/
	html:first-child #header .sakuto_menu .message {
		text-align: right;
		float: right;
		font-size: 11px;
		margin-top: 1px;
	}
	/*IE6*/
	* html #header .sakuto_menu .message {
		text-align: right;
		float: right;
		font-size: 12px;
		margin-top: 3px;
	}
	/*IE7*/
	*:first-child+html #header .sakuto_menu .message {
		text-align: right;
		float: right;
		font-size: 12px;
		margin-top: 4px;
	}

#header .sakuto_menu ul {
	clear: right;
	padding-top: 15px;
	width:760px;
	margin:0 auto;
	display:block;
}
#header .sakuto_menu li a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
}
#header .sakuto_menu li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#header .sakuto_menu li {
	margin: 0 20px 0 10px;
	font-size:small;
}


/*-------------------------------------

　　カフェメニュー

-------------------------------------*/

#header .cafe_menu {
	background-image: url(../images/menu/cafe_menu_bg.jpg);
	background-repeat:no-repeat;
	height: 60px;
	width: 800px;
}

/*FireFox他　共通*/
#header .cafe_menu .message {
	text-align: right;
	float: right;
	font-size: 12px;
	margin-top: 4px;
}
	/*Safari*/
	html* #header .cafe_menu .message {
		text-align: right;
		float: right;
		font-size: 11px;
		margin-top: 1px;
	}
	/*Safari 2.x*/
	html:first-child #header .cafe_menu .message {
		text-align: right;
		float: right;
		font-size: 11px;
		margin-top: 1px;
	}
	/*IE6*/
	* html #header .cafe_menu .message {
		text-align: right;
		float: right;
		font-size: 12px;
		margin-top: 3px;
	}
	/*IE7*/
	*:first-child+html #header .cafe_menu .message {
		text-align: right;
		float: right;
		font-size: 12px;
		margin-top: 4px;
	}

#header .cafe_menu ul {
	clear: right;
	padding-top: 15px;
	width:780px;
	margin:0 auto;
	display:block;
}
#header .cafe_menu li a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
}
#header .cafe_menu li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
#header .cafe_menu li {
	margin: 0 10px;
	font-size:small;
}
