@charset "UTF-8";

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



/* design
----------------------------------------------- */
h4 {
	margin: 15px 0 0;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #c8c8c8;
	border-top: 2px solid #303393;
	background: #dcdcdc;
	color: #303393;
	font-size: 11pt;
}

.column {
	width: 580px;
	margin: 15px 0 0;
}
.column .left {
	float: left;
	width: 295px;
}
.column .right {
	float: left;
	width: 285px;
}

.listType_link {
	margin: 10px 0 0;
}
.listType_link li {
	padding: 0 0 0 18px;
	background: url(../common/icon_arrow.gif) no-repeat left center;
}


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