@charset "shift_jis";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
#build {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#build #header {
	height: 110px;
	width: 800px;
	background-image: url(../image/header_back.png);
}
#build #header #header_text {
	height: 80px;
	width: 800px;
}
#build #header #header_navi {
	height: 30px;
	width: 760px;
	margin-left: 20px;
}
#build #header #header_navi ul {
	margin: 5px;
	float: right;
	height: 20px;
	width: 700px;
}
#build #header #header_navi li {
	float: right;
	width: 115px;
	height: 20px;
}
#build #header #header_navi a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
#build #main {
	float: left;
	height: auto;
	width: 800px;
	margin-top: 10px;
}
#build #main #c_navi {
	float: left;
	height: auto;
	width: 180px;
	background-image: url(../image/c_navi_title.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 9px;
	padding-left: 10px;
}
#build #main #c_navi ul {
	float: left;
	height: auto;
	width: 180px;
	margin-top: 50px;
}
#build #main #c_navi li {
	float: left;
	height: 30px;
	width: 180px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	list-style-type: none;
}
#build #main #c_navi a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	line-height: 24px;
}
#build #main #c_navi a:hover {
	color: #0000FF;
	text-decoration: none;
}
#build #main #contents {
	float: left;
	height: auto;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#build #main #contents .top_img {
	float: left;
	text-align: center;
	height: auto;
	width: 600px;
	margin-bottom: 10px;
}
#build #main #contents .c_titlebox {
	float: left;
	height: 40px;
	width: 600px;
}
#build #main #contents .c_textbox {
	float: left;
	height: auto;
	width: 590px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#build #main #contents .main_font {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
#build #main #contents p {
	margin: 10px;/*レイアウトが崩れるかも知れないので、1em→10pxに変更*/
}


#build #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 59px;
	width: 800px;
	margin-top: 10px;
}
#build #footer ul {
	margin: 10px;
	float: left;
	height: 20px;
	width: 780px;
}
#build #footer li {
	width: 120px;
	float: right;
	height: 20px;
	list-style-type: none;
	text-align: center;
}
#build #footer a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
#build #footer a:hover {
	color: #0000FF;
}
#build #footer .copyright {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	float: left;
	height: 20px;
	width: 800px;
	text-align: center;
}
.floatclear {
	clear: both;
}
.marginl20px {
	margin-left: 20px;
}
