* {
	margin: 0px;
	padding: 0px;
}
h3 {
	float: right;
}
#wrap {
	margin: auto;
	height: auto;
	width: 950px;
}
/*　ヘッド部　*/
#head {
	width: 950px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1E2A6C;
	height: 30px;
	background-image: url(../../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#head li {
	float: right;
	margin-top: 10px;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-right: 6px;
}
span {
	clear: both;
	float: left;
	padding-top: 8px;
}
/*　ヘッド部ここまで　*/
#content {
	width: 950px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #59ADAE;
}
body {
	background-image: url(../../images/bg_body.gif);
}

.main {
	width: 620px;
	height: 120px;
	padding-right: 10px;
	padding-left: 10px;
}
.main img {
	margin: 10px;
	float: left;
}

.font {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #12CBC7;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#mainbox {

	width: 640px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#foot {

	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	letter-spacing: 1px;
	color: #666666;
	line-height: 25px;
}

