/* MD HEADER */
#construct #headersub{
	background-color:#000 ;
	margin-top:24px;
	border-top:1px solid #333;
	width:960px;

	height:213px;
}
#construct #mdnavi{
	background-color:#000 ;
	width:960px;
	height:30px;
}
#construct #mdnavi img{
	margin-top:5px;
	display:blcok;
	position:absolute;
}
#construct #mdnavi #mdnavi0{
	left:30px;
}
#construct #mdnavi #mdnavi1{
	left:328px; /* 30 + 64 + 234 */
}
#construct #mdnavi #mdnavi2{
	left:446px; /* 328 + 88 + 30 */
}
#construct #mdnavi #mdnavi3{
	left:604px; /* 446 + 128 + 30 */
}
#construct #mdnavi #mdnavi4{
	left:726px; /* 604 + 92 + 30 */
}

/* CONTENTS */
#construct #contents{
	padding:32px 12px 32px 32px;
	display:block;
	width:916px;
	border-top:1px solid #333;
	background-color:#000;
}

/* Item BLOCK */
#contents .itemblk{
	display:block;
	width:916px;/*908px;*/
	border:0px solid #fcc;
	min-height:330px;
}
/* -- LEFT : visual */
.itemblk .vcatch{
	margin-left:2px;
	float:left;
	width:335px;
	border:0px solid #f66;
}

/* -- RIGHT : */
.itemblk .iteminfo{
	display:block;
	float:left;
	width:565px;
	border:0px solid #ccf;
	margin-left:4px;
}
/* -- RIGHT : text type */
.itemblk .iteminfo dd.lead{
	display:block;
	width:560px;
	font-size:14px;
	line-height:180%;
	text-align : justify ;
	text-justify : inter-ideograph ;
	font-family:'qMmpS Pro W3','Osaka','lr oSVbN',monospace;
	color:#fff;
	border-top:1px solid #333;
	padding-top:8px;
}
.itemblk .iteminfo dd.lead span{
	display:block;
	padding-top:8px;
	line-height:150%;
	color:#cc0000;
}

/* -- RIGHT : image type ( variation ) */
.itemblk .iteminfo dd.itemvari{
	border:0px solid #ccf;
	display:block;
	width:565px; /* 554px; */
	border-top:1px solid #333;
	padding-top:8px;
	margin-left:0px;
}
.itemblk .iteminfo dd.itemvari dl{
	float:left;
	width:108px;
	margin-top:8px;
	margin-right:5px;
}
.itemblk .iteminfo dd.itemvari dd{
	font-family:'arial','Helvetica',sans-selif;
	font-size:x-small;/*12px;*/
	color:#fff;
	line-height:120%;
	margin-top:2px;
	border:0px solid #fcc;
	min-height:28px;
	width:108px;
}

/* Variation BLOCK */
#contents div.itemvari,
#contents div.ohters{
	clear:both;
	display:block;
	float:left;
	width:906px;
	border:0px solid #f00;
	margin-left:2px;
	margin-top:8px;
}

#contents div.itemvari dl{
	float:left;
	width:108px;
	margin-top:8px;
	margin-right:5px;
}
#contents div.itemvari dt{
/*	height:114px;*/
}
#contents div.itemvari dd{
	font-family:'arial','Helvetica',sans-selif;
	font-size:x-small;/*12px;*/
	color:#fff;
	line-height:120%;
	border:0px solid #cfc;
	min-height:28px;
	width:108px;
}
#contents div.itemvari dt.cate{
	background-color:#333;
	color:#fff;
	padding:2px 4px;
	font-size:10px;
	height:16px;
	margin:2px 0;
}

/* TOPIC */
#contents div.topic{
	margin-left:4px;
}
#contents div.topic dl{
	float:left;
	width:225px;
}
#contents div.topic dd{
	width:210px;
	border-top:1px solid #333;
	padding-top:16px;
}


/* ؂ */
.divideline{
	margin:24px 0;
}
/* A */
#contents a{
	color:#fff;
	text-decoration:none;
}
#contents a:hover{
	text-decoration: underline;
}
div#mdnavibtm{
	font-family:'arial','Helvetica',sans-selif;
	font-size:12px;
	color:#fff;
	text-align:center;
}


