@charset "euc-jp";
/*main*/
div.main {
	width: 760px;
	overflow: hidden;
	}
div.main h2 {
	margin: 30px 30px 0 30px;
	}
div.staff {
	width: 720px;
	margin: 0 40px 0 40px;
	font-size: 0.9em;
	}
div.staff h3.staff {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid 1px #333;
	}
div.staff h4 {
	width: 200px;
	float: right;
	}
div.staff h4 img {
	margin-right: 10px;
	}
div.staff p {
	width: 500px;
	}
div.support {
	width: 720px;
	margin: 0 40px;
	font-size: 0.9em;
	}
div.support_box {
	width: 360px;
	float: left;
	margin-top: 10px;
	}
div.support_box h3 {
	width: 100px;
	float: right;
	}
div.support_box h3 img {
	margin-right: 10px;
	margin-bottom: 10px;
	}
div.support_box dl {
	width: 260px;
	float: left; 
	}
div.support_box dl dt {
	border-bottom: solid 1px #333;
	margin-bottom: 10px;
	margin-right: 20px;
	font-weight: bold;
	}
div.support_box dl dd {
	font-size: 0.9em;
	margin-right: 20px;
	}


