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

#wrap {
	background-image: url(../images/bg_new.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrap2 {
	background-image: url(../images/bg2.png);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #EFEFEF;
}

#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 98px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer {
	background-color: #DDDEDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
	padding: 10px;
	
}
#faux {
	width: 100%;
	overflow: auto;
	padding-bottom: 10px;
}
h1 {
	margin-top: 10px;
	font-size: 18px;
	color: #F66;
	word-spacing: 4px;
	font-weight: normal;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 12px;
	color: #F66;
	font-size: 16px;
	font-weight: bold;
}


.container {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 27px;
	color: #333;
	clear: both;
	font-weight: 100;
	text-align: center;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.box_left {
	width: 325px;
	margin-left: 10px;
	float: left;
	margin-top: 0px;
	text-align: left;
}


.box_mid {
	float: left;
	width: 265px;
	margin-left: 55px;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
}
.box_right {
	float: left;
	width: 300px;
	margin-left: 55px;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
}
.column_left {
	width: 620px;
	margin-left: 10px;
	float: left;
	margin-top: 40px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-align: left;
}
.column_right {
	float: left;
	width: 280px;
	margin-left: 35px;
	margin-top: 35px;
	font-size: 14px;
	color: #330;
	text-align: left;
}

.box {
	padding: 6px;
	border: 1px solid #CCC;
}
.dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
}
.logo {
	float: left;
	width: 300px;
	height: 99px;
}
.navigation {
	float: right;
	margin-top: 11px;
	width: 500px;
	font-size: 14px;
	text-align: right;
	color: #999;
}
.navigation a {
	color: #66D20A;
	text-decoration: none;
}

.qs {
	font-size: 16px;
	font-style: italic;
	color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9C3;
	padding-top: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 7px;
	font-weight: bold;
}
p {
	margin-top: 7px;
	margin-bottom: 10px;
}
