@charset "UTF-8";
@import url("../../style/global.css");
/*-----INDEXページ用-----*/
a:link {
	color: #808080
}
a:visited {
	color: #808080
}
a:hover {
	color: #20B2AA
}
a:active {
	color: #00FFFF
}
#glv_main {
	width: 960px;
	height: 592px;
	background-color: #FFFFFF;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
img#glv_logo {
	position: absolute;
	top: 545px;
	left: 875px;
}
#glv_gals {
	width:610px;
	height:510px;
	border: thin #00CCCC solid;
	position: absolute;
	top: 20px;
	left: 330px;
}
#glv_sound {
	width:96px;
	height:27px;
	background:white url(images/sound.jpg)no-repeat bottom left;
	margin: 10px 0 0 15px;
	
}

#loading {
	width: 460px;
	height: 374px;
	position: absolute;
	top: 70px;
	left: 10px;
}

#glv_list_position{
	background: url(images/shima.jpg) repeat-y;
	width: 114px;
	height: 509px;
	/*over-flow:hidden;*/
	position: absolute;
	top: 0px;
	left: 478px;
	/*padding:50px 0 0 0;*/
}

#glv_list_container {
	width:91px;
	height:380px;
	position:absolute;
	top:70px;
	left:12px;
	overflow:hidden;
	/*border:1px solid black;*/
}

ul#glv_list {
	margin:0;
	padding:0;
	width: 91px;
	position: absolute;
}

#glv_list li {
	margin:0;
	padding:0;
	width: 100%;
	height: 93px;
	background-image: url(images/list_gal.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 5px;
	list-style-type: none;
	text-align:center;
	padding:10px 0 0 0;
	/*border:1px solid black;*/
}

* html #glv_list li {
	top: 12px;
	/*margin:0;
	padding:0;
	width: 91px; 
	height: 91px; 
	background-image: url(images/list_gal.jpg);	
	background-repeat: no-repeat;
	position: relative;	*/
	/*list-style-type: none;*/
}

#glv_list img {
	vertical-align:bottom;
	/*
	position: relative;
	top: 10px;
	left: 10px;
	*/
}

#glv_on {
	/*background-image: url(images/on.jpg);*/
	background-image: url(images/play.png);
	left: 45px;
}
#glv_off {
	background-image: url(images/stop.png);
	left: 80px;
}
.on_off_btn{
	position: absolute;
	top: 10px;
	/*width:34px;*/
	width:50px;
	height:25px;
	background-repeat:no-repeat;
	background-position:left top;
}
.on_off_btn_active{
	background-position:left -25px;
}
/*-----GALSページ用-----*/

#loaded {
	width: 460px;
	height: 374px;
	background-color: #FFFFFF;
}
#glv_girls_photo {
	width: 259px;
	height: 374px;
	background-image: url(images/photo_back.jpg);
	background-repeat: no-repeat;
}
#glv_girls_photo img {
	position: absolute;
	top: 16px;
	left: 16px;
}
#glv_girls_text {
	width: 187px;
	height: 338px;
	position: absolute;
	top: 4px;
	left: 266px;
}
#glv_girls_name {
	width: 187px;
	height: 23px;
	color: #333333;
	font: bold 15px sans-serif;
}
#glv_girls_name img {
	vertical-align: middle;
}
#glv_girls_size {
	width: 187px;
	height: 24px;
	color: #808080;
	font: 13px sans-serif;
	position: absolute;
	top: 23px;
	background-image: url(images/size_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#glv_girls_size {
	width: 187px;
	height: 24px;
	color: #808080;
	font: 13px sans-serif;
	position: absolute;
	top: 23px;
	background-image: url(images/size_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
dl#glv_shop_data {
	width: 187px;
	height: 300px;
	position: absolute;
	top: 45px;
}
dl#glv_shop_data dt{
	color: #20B2AA;
	font: 11px sans-serif;
}
dl#glv_shop_data dd{
	color: #778899;
	margin:0 0 10px 0;
	padding:0;
	font: 12px sans-serif;
}

#black_layer{
	background:black;
	width:90%;
	height:90%;
	position:absolute;
	top:30px;
	left:50px;
}

#exp{
	width:500px;
	
	/*margin:0 auto;*/
	color:#ddd;
	position:absolute;
	top:60px;
	left:250px;
	/*border:1px solid white;*/
}
#exp a{
	color:#20B2AA;
}

/*ツールチップ用*/
/*
a:hover {
	background:#ffffff;
	text-decoration:none;
} 
a.tooltip span {
	display:none; padding:2px 3px;
	margin-left:8px; width:130px;
} 
a.tooltip:hover span{
	display:inline;
	position:absolute; 
	background:#ffffff;
	border:1px solid #cccccc; color:#6c6c6c;
} 
*/

.center{
	text-align:center;
}