@charset "UTF-8";

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



/* design
----------------------------------------------- */
h3 {
	margin: 35px 0 0;
}
h4 {
	margin: 20px 0 0;
	color: #007542;
}

.listType01 {
	margin: 15px 0 0;
}
.listType01 li {
	list-style-type: disc;
	margin: 0 0 0 35px;
}

.listType02 {
	margin: 30px 0 0;
}
.listType02 li {
	list-style-type: disc;
	margin: 15px 0 0 35px;
}

.column {
	width: 580px;
	margin: 30px 0 0;
}
.column .left {
	float: left;
	width: 282px;
}
.column .right {
	float: right;
	width: 282px;
}

.column2 {
	width: 450px;
	margin: 5px 0 0;
}
.column2 .left {
	float: left;
	width: 150px;
}
.column2 .center {
	float: left;
	width: 150px;
}
.column2 .right {
	float: left;
	width: 150px;
}


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