@charset "utf-8";


#maincol{
	float: right;
	width: 580px;
	margin-right: 20px;
	padding-top: 10px;
	overflow: hidden;
}

#maincol h3 {
	/*background: url(img/contents-h3.png) left center no-repeat; */
	font-family: Arial Narrow; 
	font-weight: bold;
	font-size: 120%;
	border-left: 6px solid #0087BF;
	margin-top: 1em;
	margin-bottom: 10px;
	margin-left: 4px;
	padding-left: 6px;
}

/* index上書き
---------------------------------------------------- */
#contents {
	height: 100%;
}


/* sidecol　リスト
---------------------------------------------------- */
.banner_side{
	clear: both;
	text-align: center;
	border: 4px solid #CCC;
	width: 205px;
	height: 100px;
	margin: 20px 0 0 0;
}


/* list　リスト
---------------------------------------------------- */
.item_list{
	float: left;
	font-size: 80%;
	width: 104px;
	margin: 0 20px 20px 20px;
}
.item_list dt img{
	border: 4px solid #EFEFEF;
}
.item_list li{
	width: 100%;
	line-height: 1.0;
	margin-bottom: 4px;
}
.item_name{
	/*height: 2em;*/
	overflow: visible;
	padding-bottom: 4px;
	border-bottom: 1px dotted #CCC;
}



/* paging　ページング
---------------------------------------------------- */
.paging{
	width: 580px;
	padding-bottom: 20px
}
.item_numbers{
	text-align: center;
}
.prev{
	float: left;
	width: 280px;
}
.next{
	float: right;
	width: 280px;
	text-align: right;
}


/* 拡大
---------------------------------------------------- */


#thumbnail a
{
	text-decoration: none;
}
#thumbnail
{
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 20px 0;
	position: relative;
	width: 580px;
}
.hoverbox
{
	cursor: default;
	list-style: none;
}
.hoverbox a
{
	cursor: default;
}
.hoverbox a .preview
{
	display: none;
}
.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox img
{
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 122px;
	height: 92px;
}
.hoverbox li
{
	border: 1px solid #CCC;
	color: inherit;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
.hoverbox .preview
{
	border: 1px solid #CCC;
	width: 250px;
	height: 188px;
}

/* others illustration
---------------------------------------------------- */
.list_explain{
	margin: 30px 0;
}
.list_explain p{
	margin-bottom: 10px;
}
