@charset "utf-8";
/* CSS Document */

body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic;
	font-size: 12px;
	line-height: 1.2em;
	background-color: #FFF;
}


/*--------header----------*/

#header {
	height: 80px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	height: 20px;
	width: 100px;
	margin-top: 25px;
}
.gohome {
	background-image: url(../img/home02_on.gif);
	height: 29px;
	width: 220px;
	background-repeat: no-repeat;
	float: right;
	margin-top: 35px;
	margin-right: 70px;
}
.gohome a {
	display: block;
	height: 29px;
	width: 220px;
	background-image: url(../img/home02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
}
.gohome a:hover {
	background-image: none;
}

/*--------body_base----------*/
#body_base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;	
}
#body_base h2 {
	width: 685px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	height: 26px;
	background-color: #DDD;
	padding-top: 16px;
	padding-left: 10px;
	border-left: 5px solid #008BEF;
}

#body_base h3 {
	text-align: center;
	font-weight: bold;
	font-size: 16px;	
}
#body_base h4 {
	text-align: center;
	font-weight: bold;
	font-size: 16px;	
	margin-top: 30px;	
}
#ex_table {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;	
}
table tr td {
	padding-left: 15px;
}








/*--------footer----------*/
#footer {
	height: 35px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;	
}
#footer .copy {
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	text-align: center;
}

.clear {
	clear: both;
}
