/* 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{
	width:auto;
	height:100%;
	margin:0;
	padding:0;
	background:url(../imgs/index/gu_body_bg_1px.png) repeat-x top left;
	background-color:#ff9833;
}


/*  wrapper
---------------------------------------- */


#wrapper{
	width:auto;
	height:100%;
	margin:0 auto;
	padding:0;
	background:url(../imgs/index/pc-index-back.png) no-repeat top center;
}

/*  contents
---------------------------------------- */

#index_contents{
	width:860px;
	height:750px;
	margin:10px auto;
	overflow:hidden;
	background:url(../imgs/index/contents-bg.png) no-repeat top center;
	position:relative;
}

h1{
	width:314px;
	height:150px;
	background:url(../imgs/index/index-rogo.png) no-repeat top left;
	position:absolute;
	top:35px;
	left:524px;
}


/* name
-------------------- */

ul#cast-name{
	width:480px;
	height:55px;
	background:url(../imgs/index/profile-bg.png) no-repeat top left;
	margin:0;
	padding:0;
	position:absolute;
	top:27px;
	left:26px;
}

ul#cast-name li{
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	list-style-type:none;
	text-align:center;
	padding-top:15px;
}


/*  pic
-------------------- */

div#photo_change{
	width:480px;
	height:640px;
	position:absolute;
	top:86px;
	left:26px;
}

div#photo_change img{
	width:480px;
	height:640px;
}




/*  btn-area
-------------------- */

div#enter_exit{
	width:280px;
	position:absolute;
	top:210px;
	left:540px;
}

div#enter_exit ul{
	width:280px;
	margin:0;
	padding:0;
}

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:185px;
	height:81px;
	background-image:url(../imgs/index/btn-enter.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:115px;
	height:80px;
	background-image:url(../imgs/index/btn-exit.png);
	list-style-type:none;

}

div#enter_exit ul li#enter{
	margin:auto;
	width:185px;
	height:81px;

}
div#enter_exit ul li#exit{
	margin:auto;
	width:115px;
	height:80px;
}


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{
	background-image:url(../imgs/index/btn-enter-for-ie6.png);
	text-decoration:none;
}


*html div#enter_exit ul li#exit a{
	background-image:url(../imgs/index/btn-exit-for-ie6.png);
	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:280px;
	margin:10px auto;
	font-size:12px;
}

/*  ¤ªµ¤¤ËÆþ¤ê
-------------------- */

#push-favorite{
	width:150px;
	height:35px;
	position:absolute;
	top:440px;
	left:605px;
}

#push-favorite a{
	width:150px;
	height:35px;
	display:block;
	background:url(../imgs/index/push-favorite.png) no-repeat top left;
	text-decoration:none;
}

#push-favorite a span{
	visibility:hidden;
}

/*  concept
-------------------- */

div#concept_shop{
	width:270px;
	position:absolute;
	top:530px;
	left:545px;
}


/*  table
---------------------------------------- */

table{
	background-color:#fff;
	width:500px;
	margin:0 auto 50px;
}

table caption{
	margin:50px 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 #ff9033;
}

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));
}







