/* CSS Document */

BODY{
	margin: 0px;
	background-color: #2AA9E1;
}
#container {
	width: 660px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(image/logo.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 660px;
}
#main {
	background-color: #FFFFFF;
	height: 450px;
	width: 660px;
	background-repeat: no-repeat;
	background-position: center center;
}
#main_left {
	height: 450px;
	width: 370px;
	background-image: url(image/challenge.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
#main_left_honmon {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kakugo GothicPro", Osaka;
	font-size: 65%;
	line-height: 1.3em;
	color: #333333;
	padding-top: 290px;
	padding-right: 20px;
	padding-left: 35px;
}
#main_right {
	height: 450px;
	width: 290px;
	float: right;
}
#main_right_map {
	height: 450px;
	width: 270px;
}
#footer {
	height: 30px;
	width: 660px;
	background-image: url(image/bottom.gif);
	background-repeat: no-repeat;
}
#contact {
	background-color: #FFFFFF;
	width: 660px;
}
#contact2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #333333;
	padding-top: 7px;
	line-height: 1.3em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-right: 35px;
	margin-left: 35px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#contact3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-left: 35px;
	line-height: 1.3em;
	text-align: center;
	padding-right: 35px;
}
