@charset "utf-8";
/* contentbox common */
.contentBox4itemsLayout{
	width:597px;
	height:213px;
	padding: 4px;
}

.contentBox8itemsLayout{
	width:597px;
	height:430px;
	padding: 4px;
}

/* box */
.contentBoxNavi {
	background-image:url(../image/top_box_list.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	width:50px;
	height:20px;
	text-indent:-9999px;
	float:right;
}
.contentBoxNavi a{
	display:block;
	width:50px;
	height:20px;
	text-decoration:none;
	overflow:hidden;
}
.contentBoxNavi a:hover{
	background-image:url(../image/top_box_list_up.gif);
	background-repeat:no-repeat;
}


/*inside box */
.contentBox h4 {
	font-size:10px;
	padding-left:0.5em;
	padding-right:0.5em;
}

.contentBox h4 {
	font-size:12px;
	color:#666;
	padding-left:0.5em;
	padding-right:0.5em;
}
.contentBox h5 {
	font-size:10px;
	color: #666666;
	font-weight:normal;
	margin-top: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
}

.contentBoxDetail{
	float:left;
	width:148px;
	height:100%;
	text-align:center;
	overflow:hidden;
}

.contentBoxDetail2{
	float:left;
	width:148px;
	height:50%;
	text-align:center;
	overflow:hidden;
}

.contentBoxDetail img{
	margin:5px;
	/*width:78px;*/
	height:110px;
	border-style: solid;
	border-width:1px;
	border-color:#555555;
}
.contentBoxDetail2 img{
	margin:5px;
	/*width:78px;*/ 
	height:110px;
	border-style: solid;
	border-width:1px;
	border-color:#555555;
}

