@import url(../css/base.css);

#coswindow {
	position:absolute;
	width:300px;
	height:420px;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-210px;
	border:1px solid #999;
}

img {border-width:0;}
* {list-style-type:none;}

#contheadspace {
	width:420px;
	margin:5px 0 0 5px;
	padding:80px 110px 0 25px;
	background:url("./images/title.gif") top left no-repeat;
	font-size:12px;
	line-height:14px;
}

#viptitle {
	clear:both;
	width:420px;
	margin:0 0 0 5px;
	padding:55px 110px 0 25px;
	background:url("./images/viponly.gif") top left no-repeat;
	font-size:12px;
	line-height:14px;
}

.coslist {
float:left;
margin:15px 0 10px 15px;
padding:0;
width:545px;
}

.subtitle {
float:right;
margin:0 5px 5px 0;
padding:0;
width:540px;
height:50px;
}

#shot {
float:left;
margin:15px 5px 5px 0;
padding:0;
}

ul.thumbnail li {
	float:left;
	margin:0 5px 5px 0;
	padding:0;
}

ul.thumbnail li a {
	width:100px;
	height:160px;
	margin:0;
	padding:0;
	text-decoration:none;
	display:block;
	border:2px solid #999;
}

ul.thumbnail li a:hover {
	width:100px;
	height:160px;
	margin:0;
	padding:0;
	text-decoration:none;
	display:block;
	border:2px solid #f06;
	background-color:#fef7fa;
}

.thumbnailtext {
display:block;
font-size:10px;
line-height:12px;
width:100px;
margin:0;
text-align:center;
}

#contentanothernavi {
clear:both;
width:550px;
margin:0;
padding:20px 7px 5px 13px;
border-top:1px solid #000;
font-size:12px;
line-height:14px;
}

.cl {
clear:both;
}

