@charset "UTF-8";

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



/* design
----------------------------------------------- */
h3 { margin: 35px 0 0; }
h4 { margin: 30px 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: #A7203D;
}
.zone {
	width: 580px;
	margin: 10px 0 0;
}
.zone .left {
	float: left;
	width: 340px;
	padding: 0 0 0 15px;
}
.zone .right {
	float: right;
	width: 215px;
}
.zone .left ul li {
	list-style: disc;
	list-style-position: inside;
}
* html .zone .left ul li {
	margin-bottom: 3px;
}
* html .zone .left h5 {
	margin: 0 0 5px;
}

.concurrentArea {
	padding: 15px;
}
#gardex { border: 1px solid #007542; }
#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;
}


/* list.html */
.tableType_layout {
	width: 580px;
	margin: 15px 0 0;
	border: 1px solid #c8c8c8;
}
.tableType_layout th, td {
	padding: 15px;
}
.tableType_layout a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/* clear float
----------------------------------------------- */
.zone:after,
.column:after,
.list:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}