@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 author     :hirasawa(admin)
 style info :NEW STANDARD
=================================================================== */


/* -----------------------------------------------------------
	#waku
		枠内
----------------------------------------------------------- */
.waku {
	float:left;
	width:728px;
}


.waku #txtbox {
	float:left;
	margin-right:44px;
	margin-left:0px;
	width:310px;
}

.waku #imgbox {
	float:left;
	margin-top:30px;
	width:370px;
}

.waku #imgbox div{
	margin-bottom:10px;
}

.waku .title {
	margin-bottom:15px;
	margin-top:5px;
	font-size:16px;
	font-weight:bold;
}

.title_new{
	margin-bottom:15px;
	margin-top:5px;
	font-size:16px;
	font-weight:bold;

	text-indent:30px;
	background-image: url(../img/share/new.gif);
	background-repeat: no-repeat;
	background-position: left 5px;

}


.waku .txt {
	float:left;
	font-size:80%;
}





h3 {
	text-indent:5px;
	line-height:150%;
}

.date_ {
	margin:0px;
	text-indent:5px;
	font-size:80%;
}

.date_new{
	font-size:80%;
	margin:0px;
	text-indent:35px;
	background-image: url(../img/share/new.gif);
	background-repeat: no-repeat;
	background-position: 5px center;

}


.boxgrid{ 
	width: 160px; 
	height: 128px; 
	margin:10px; 
	margin-left: 0px;
	float:left; 
	background:#161613; 
	border: solid 2px #8399AF; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 0 5px;
		font-size:80%; 
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 85px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
	.captionfull .boxcaption {
		top: 260px;
		left: 0;
	}
	.caption .boxcaption {
		top: 93px;
		left: 0;
	}

