@charset "utf-8";
/* CSS Document */

#title_image {
	width:912px;
	height:295px;
	position:absolute;
	left:-6px;
	top:-19px;
	_top:2px;
	background-image:url(../img/media/media_image.png);
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
	z-index:-1;
}

/* IE7のみ適用 */  
*+html body #title_image {
	width:912px;
	height:295px;
	position:absolute;
	left:-6px;
	top:-93px;
	background-image:url(../img/media/media_image.png);
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
}

h2 {
	margin:0px;
	padding:0px;
}

.media_box {
	margin-bottom:40px;
	width:580px;
}

.media_box p.media_explain {
	width:580px;
	padding:0px 0px 20px 0px;
	color:#333333;
	line-height:1.5;
	font-size:14px;
}

.media_box ul {
	width:580px;
	padding:0px;
	margin:0px;
	}

.media_box ul li {
	width:180px;
	padding-bottom:20px;
	list-style:none;
	float:left;
	display:inline;
}

.media_box ul li.me_first {
	margin-right:20px;
}

.area {
	width:285px;
}
.media_box p.date {
	width:180px;
	font-size:12px;
	color:#333333;
	padding:5px 0px 0px 0px;
	margin:0px;
	text-align:center;
}

.media_box ul li p.title {
	width:178px;
	font-size:12px;
	color:#333333;
	padding:5px 0px 5px 0px;
	margin-bottom:8px;
	text-align:center;
	font-weight:bold;
	border:1px solid #006699;
}

h3 {
	border-left:3px solid #3399cc;
	color:#333333;
	padding:10px 0px 10px 15px;
	font-size:14px;
	margin-bottom:0px;
}
