@charset "shift_jis";

#contents{
	width:440px;
	height:575px;
	float:left;
	padding:10px 0 0 0;
}

/*--------------------------
作品集リスト
--------------------------*/
ul#listnumberwrapper{
	width:95px;
	height:auto;
	float:left;
	margin:20px auto auto 8px;
	_margin:20px auto auto 10px;
	padding:0;
	display:block;
}
ul#listnumberwrapper li.listnumber{
	width:20px;
	height:20px;
	line-height:20px;
	font-size:12px;
	display:block;
	text-align:center;
	border:1px solid #A6E954;
	float:left;
	margin:8px 0 0 8px;
	_margin:4px 0 0 4px;
	list-style:none;
}

ul#listnumberwrapper li.listnumber_here{
	width:20px;
	height:20px;
	line-height:20px;
	font-size:12px;
	display:block;
	text-align:center;
	border:1px solid #A6E954;
	float:left;
	margin:8px 0 0 8px;
	_margin:4px 0 0 4px;
	background-color:#A6E954;
}

 li.listnumber a:hover{
	background-color:#A6E954;
	display:block;
}




/*-------------------------
右側サムネイル
--------------------------*/
div#thumbnail{
	width:320px;
	height:560px;
	float:right;
	margin-top:25px;
}

div.photo_s{
	width:150px;
	height:113px;
	float:left;
	margin:0 10px 10px 0;
	_margin:0 5px 5px 0;
}
div.photo_l{
	width:400px;
	height:390px;
	float:left;
	margin:20px 20px 20px 10px;
	_margin:10px 10px 10px 5px;
}
	
