@charset "utf-8";

body {
	background-color: #FFF;
	font-size: 16px;
	background-image: url(../img/bg.png);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2   {
	font-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	text-indent: 30px;
	line-height: 30px;
	margin-left: auto;
	clear: both;
	display: block;
	width: 800px;
	margin-right: auto;
}
h3 {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	margin-top: 5px;
	border-left-color: #5F3534;
	text-indent: 5px;
}
/**/
#nonFooter {
	min-height:100%;
	position: relative;
	width:972px;
	background-color: #FDF3D2;
	margin-left:auto;
	margin-right:auto;
}

* html #nonFooter {
	height:90%;
}

#wrapper {
	width: 972px;
	background-color: #FDF3D2;
	height: 100%;
	padding-bottom: 50px;
}

#header {
	background-image: url(../img/header_small.jpg);
	height: 120px;
	width: 972px;
	text-indent: -9999px;
	overflow: hidden;
}

/*menu*/
#menu {
	width: 972px;
	height: 32px;
}

#menu ul li {
	float: left;
	xwidth: 194px;
	xheight: 32px;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 194px;
	height: 32px;
	background-repeat: no-repeat;
}

#main #menu ul #menuToppage a {
	background-image: url(../img/menuToppage.png);
}

#main #menu ul #menuStoreserch a {
	background-image: url(../img/menuStoreserch.png);
}

#main #menu ul #menuEvent a {
	background-image: url(../img/menuEvent.png);
}

#main #menu ul #menuAbout a {
	background-image: url(../img/menuAbout.png);
}

#main #menu ul #menuContact a {
	background-image: url(../img/menuContact.png);
	width: 196px;
}

#main #menu #pullDownMenu li a:link,
#main #menu #pullDownMenu li a:visited {
	background-color: #E0D77E;
}

#main #menu #pullDownMenu li a:hover,
#main #menu #pullDownMenu li a:active {
	background-color: #F1E785;
}

/*現在のページのボタン色を変化　IE6でうまくいかないので一時除外*/
/*#main #menu #pullDownMenu .current a{
	background-color: #D67A78 !important;
}*/

#main #menu #pullDownMenu li ul {
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

#main #menu #pullDownMenu li ul li {
	clear: both;
	background-image: none;
}

#main #menu #pullDownMenu li ul li a {
	display: block;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	text-indent: 10px;
	line-height: 20px;
	height: 20px;
	border-top-color: #F8D767;
	border-right-color: #F8D767;
	border-bottom-color: #F8D767;
	border-left-color: #F8D767;
	border-left-width: 0px;
	font-size: 14px;
}

#main #menu #pullDownMenu li ul li a:link,
#main #menu #pullDownMenu li ul li a:visited {
	background-color: #FBE8A8;
	color: #4F2C2B;
}

#main #menu #pullDownMenu li ul li a:hover,
#main #menu #pullDownMenu li ul li a:active {
	background-color: #FBE393;
	color: #4F2C2B;
}

/*mainContents*/
#mainContents {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}

/*footer*/
#footer {
	width: 972px;
	clear: both;
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

/*footerMenu*/
#footerMenu ul {
	display: block;
	color: #FFF;
	float: right;
}

#footerMenu ul li {
	float: left;
	width: 75px;
	text-align: center;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #A2A2A2;
	border-right-color: #A2A2A2;
	border-bottom-color: #A2A2A2;
	border-left-color: #A2A2A2;
}

#footer #footerMenu ul #footerMenuEventApr,
#footer #footerMenu ul #footerMenuEventMay,
#footer #footerMenu ul #footerMenuEventOct,
#footer #footerMenu ul #footerMenuEventDec {
	width: 90px;
	line-height: 18px;
}

#footer #footerMenu ul #footerMenuContact {
	border-right-style: none;
	border-right-width: 0px;
}

#footer #footerMenu ul li a {
	display: block;
	color: #333;
}

#footer #footerMenu ul li a:link,
#footer #footerMenu ul li a:visited {
	text-decoration: none;
}

#footer #footerMenu ul li a:hover,
#footer #footerMenu ul li a:active {
	text-decoration: underline;
}

#footer #copyright {
	width: 972px;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #666;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*.clearfix {
	display: inline-block;
}
*/
/* Hides from IE-mac \*/
/** html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}*/
