@charset "UTF-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";



/* design
----------------------------------------------- */
h3 { margin: 35px 0 0; }

.date {
	margin: 15px 0 0;
}
.caption {
	margin: 10px 0 0 70px!important;
}

.h4_zone {
	margin: 15px 0 0;
	padding: 1px 5px;
	background: #dcdcdc;
	color: #007542;
}
.zone {
	width: 580px;
	margin: 10px 0 0;
}
.zone .left {
	float: left;
	width: 315px;
	padding: 0 0 0 15px;
}
.zone .right {
	float: right;
	width: 250px;
}
.zone .left img {
	vertical-align: middle;
}
* html .zone .left ul li {
	margin-bottom: 3px;
}
* html .zone .left h5 {
	margin: 0 0 5px;
}

.concurrentArea { padding: 15px; }
#extepo { border: 1px solid #a7203d; }
#ifex { border: 1px solid #303393; }

.concurrentArea .column { width: 550px; }
* html .concurrentArea .column { width: 548px; } /* for IE6 */

.concurrentArea .column .left {
	float: left;
	width: 285px;
}
.concurrentArea .column .right {
	float: right;
	width: 250px;
}

/* clear float
----------------------------------------------- */
.zone:after,
.column:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}