/* CSS Document */

*{
	line-height:1.5em;
	font-size:12px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}

span{
	visibility:hidden;
	text-decoration:none;
}

#index_body{
	width:auto;
	height:100%;
	margin:0;
	padding:0;
	background:url(../imgs/index/bg_base.gif) repeat top left;
}


/*  wrapper
---------------------------------------- */


#wrapper_index{
	height:100%;
	margin:0 auto;
	padding:0;
}

/*  contents
---------------------------------------- */

#index_contents{
	width:1030px;
	height:770px;
	margin:0 auto;
	background:url(../imgs/index/index_wrapper_bg.png) no-repeat top left;
	position:relative;
}

h1{
	width:351px;
	height:74px;
	background:url(../imgs/index/index-rogo.png) no-repeat top left;
	position:absolute;
	top:70px;
	left:600px;
}


/*  pic
-------------------- */

#index_girl_div{
	width:520px;
	height:680px;
	position:absolute;
	top:45px;
	left:45px;
}

#index_girl_name a{
	display:block;
	width:520px;
	height:85px;
	background:url(../imgs/index/index_girl_frame.png) no-repeat top left;
	position:absolute;
	margin:0;
	padding:595px 0 0 0;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
	color:#ff0000;
	font-size:14pt;
	font-weight:bold;
	text-decoration:none;
}

#index_girl_img{
	width:480px;
	height:640px;
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	left:20px;
	z-index:1;
}


/*  latenight p
-------------------- */

#index_latenight_p{
	position:absolute;
	top:150px;
	left:620px;
	width:310px;
	height:50px;
}


/*  btn-area
-------------------- */

div#enter_exit{
	width:307px;
	position:absolute;
	top:220px;
	left:625px;
	overflow:hidden;
}

div#enter_exit ul{
	width:307px;
	margin:0;
	padding:0;
	overflow:hidden;

}

div#enter_exit ul li{
	list-style-type:none;
	margin:0 auto;
}


div#enter_exit ul li#enter a{
	display:block;
	background-position:top;
	background-repeat:no-repeat;
	text-decoration:none;
	width:290px;
	height:80px;
	background-image:url(../imgs/index/btn-enter_r.png);
	list-style-type:none;
}

div#enter_exit ul li#exit a{
	display:block;
	background-position:top;
	background-repeat:no-repeat;
	text-decoration:none;
	width:232px;
	height:55px;
	background-image:url(../imgs/index/btn-exit.png);
	list-style-type:none;

}

div#enter_exit ul li#enter{
	margin:auto;
	width:290px;
	height:80px;

}
div#enter_exit ul li#exit{
	margin:auto;
	width:232px;
	height:55px;
}


div#enter_exit ul li#enter a:hover,
div#enter_exit ul li#exit a:hover{
	background-position:bottom;
	text-decoration:none;
}



*html div#enter_exit ul li#enter a:hover,
*html div#enter_exit ul li#exit a:hover{
	background-position:top;
	text-decoration:none;
}

div#enter_exit li#sorry{
	clear:both;
	width:309px;
	margin:5px auto;
	font-size:12px;
}



/*  go to smartphone
-------------------- */

#index_go_smartphone_p{
	width:244px;
	height:59px;
	position:absolute;
	top:405px;
	left:655px;
}

#push-index_go_smartphone_p a{
	width:244px;
	height:59px;
	display:block;
	text-decoration:none;
}



/*  favorite
-------------------- */

#push-favorite{
	width:170px;
	height:75px;
	position:absolute;
	top:470px;
	left:695px;
}

#push-favorite a{
	width:170px;
	height:35px;
	display:block;
	background:url(../imgs/index/add_favorite_btn.png) no-repeat top left;
	text-decoration:none;
}

#push-favorite a span{
	visibility:hidden;
}

/*  concept
-------------------- */

div#concept_shop{
	width:293px;
	height:164px;
	background:url(../imgs/index/concept_shop_frame.png) no-repeat top left;
	position:absolute;
	top:520px;
	left:610px;
	padding:10px 20px;
}

*:first-child+html div#concept_shop{
	width:293px;
	height:164px;
	background:url(../imgs/index/concept_shop_frame.png) no-repeat top left;
	position:absolute;
	top:480px;
	left:610px;
	padding:20px 20px;
}

* html div#concept_shop{
	width:293px;
	height:164px;
	background:url(../imgs/index/concept_shop_frame.png) no-repeat top left;
	position:absolute;
	top:480px;
	left:610px;
	padding:20px 20px;
}



/*  table
---------------------------------------- */

table{
	background-color:#fff;
	width:500px;
	margin:50px auto 50px;
}

table caption{
	margin:0 0 0;
	text-align:center;
	background-color:#fff;
	color:#ca5b03;
	padding:5px 0;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	border-bottom:dotted 2px #ff0000;
}

table caption{
	color:#666;
}

table caption a{
	color:#fd3e02;
}

table tr{
	background-color:#fff;
}


table td{
	text-align:center;
	border:solid 1px #fff;
}

table td a{
	display:block;
	width:88px;
	height:31px;
}







/*  for ie6
---------------------------------------- */

/**html h1,
*html div#enter_exit,
*html div#enter_exit ul li#exit a,
*html div#concept_shop,
*html #push-favorite a,
*html div#concept_shop,
*html div#enter_exit ul li#enter a,
*html div#enter_exit ul li#exit a{
	behavior: expression(IEPNGFIX.fix(this));
}
*/







