/* CSS Document */

/* ****************************************

*Site Name : club garden
*Style Name : common.css
*Description : common
*Version : 1.00
*Last Update : 2009/01/renew
*Author : Syo Motohashi

**************************************** */

/* ----------------------------------------
*	ÈÆÍÑÍ×ÁÇ¥¹¥¿¥¤¥ë
---------------------------------------- */

*{
	margin:0px;
	padding:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-size:13px;
	line-height:1.5em;
	list-style-type:none;
	border:none;
}

span{
	visibility:hidden;
}

body{
	background:url(../imgs/common/body-bg.png) no-repeat top center;
	background-color:#E4F5F9;
}

.iepngfix,
.new_af{  
 	behavior: expression(IEPNGFIX.fix(this));  
} 

.sat,
.n_sat,
.marker_blue,
.time{
	visibility:visible;
	color:#0099FF;
	font-size:12px;
}

.sun,
.n_sun,
.marker_red,
.time{
	visibility:visible;
	color:#F664C2;
	font-size:12px;
}

.week_sat{
	visibility:visible;
	color:#0099FF;
}

.week_sun{
	visibility:visible;
	color:#F664C2;
}

/* ----------------------------------------
*	header
---------------------------------------- */

#header{
	width:100%;
	height:118px;
	background:url(../imgs/common/header-bg.png) repeat-x top left;
	margin-top:0;
	padding-top:0;
	margin-bottom:50px;
}

* html #header{
	width:100%;
	height:118px;
	background:url(../imgs/common/header-bg.png) repeat-x top left;
	margin-top:0;
	padding-top:0;
	margin-bottom:25px;
}

#header-content{
	width:920px;
	height:100px;
	margin:0 auto;
	position:relative;
}

#header-content h1 a{
	background:url(../imgs/common/logo.png) no-repeat top left;
	width:400px;
	height:90px;
	display:block;
	text-decoration:none;
	position:absolute;
	top:10px;
	left:40px;
}

#header-content ul#shop-info{
	position:absolute;
	top:5px;
	left:530px;
}

#header-content ul#shop-info li{
	 color:#50B2EB;
	 font-weight:bold;
	 font-size:12px;
}

#header-content ul#shop-info li a{
	text-decoration:underline;
	color:#50B2EB;
}


#header-content ul#mobile_link{
	position:absolute;
	top:5px;
	left:750px;
}

#header-content li.qr_code{
	width:66px;
	height:66px;
	text-align:center;
	margin:auto;
	padding-bottom:2px;
}

#header-content li.mailer{
	width:96px;
	height:22px;
}

/*	menu
---------------------------------------- */

#menu ul{
	background:url(../imgs/common/menu-bg.png) no-repeat top left;
	width:920px;
	height:35px;
	margin:0 auto;
}

#menu li{
	list-style:none;
	height:35px;
	float:left;
	margin:0px;
}

#menu li a{
	height:35px;
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
	margin:0 10px;
}

#menu li a:hover{
	background-position:bottom;
}

#menu #girl a{background-image:url(../imgs/common/btn-girl.png); width:76px; margin-left:50px;}
#menu #new a{background-image:url(../imgs/common/btn-new.png); width:92px;}
#menu #shift a{background-image:url(../imgs/common/btn-sche.png); width:91px;}
#menu #ranking a{background-image:url(../imgs/common/btn-rank.png); width:75px;}
#menu #system a{background-image:url(../imgs/common/btn-system.png); width:60px;}
#menu #map a{background-image:url(../imgs/common/btn-map.png); width:46px;}
#menu #rec a{background-image:url(../imgs/common/btn-rec.png); width:32px;}
#menu #mail a{background-image:url(../imgs/common/btn-mail.png); width:59px;}
#menu #movie a{background-image:url(../imgs/common/btn-movie.png); width:60px;}
#menu #member a{background-image:url(../imgs/common/btn-member.png); width:56px;}

/* ----------------------------------------
*	content
---------------------------------------- */

div#content{
	background-color:#F1FAFC;
	background-image:url(../imgs/common/content-bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	width:920px;
	margin:auto;
	clear:both;
	overflow:hidden;
	}

/* ----------------------------------------
*	footer
---------------------------------------- */
div#footer{
	background-image:url(../imgs/common/footer-bg.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	height:136px;
	width:100%;
	clear:both;
	margin-top:20px;
}

div#txt-box{
	padding-top:20px;
}

div#footer p#seo{
	text-align:center;
	color:#FFFFFF;
	margin-top:10px;
}

div#footer p#seo a{
	color:#FFFFFF;
	text-decoration:none;
}

div#footer p#copy{
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	margin-top:20px;
}


div#footer ul{
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}

div#footer li{
	display:inline;
	border:solid 1px #FFFFFF;
	border-top:none;
	border-bottom:none;
	border-left:none;
}

div#footer li#last-link{
	border:none;
}

div#footer li a{
	color:#FFFFFF;
	font-size:12px;
	padding:5px;
	text-decoration:none;
}



