body {
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight: normal;
	color: #333333;
	line-height: 180%;
}
h1,h2,h3,h4,h5,p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


a span {
	display: none;
}

#header {
	background-image: url(../img/line_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 114px;
}
#header #header_main {
	padding: 0px;
	width: 920px;
	margin-top: 23px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header #header_main h1 {
	float: left;
	height: 80px;
	width: 218px;
}
#header #header_main h1 a {
	background-image: url(../img/hotswim.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 80px;
	width: 218Spx;
}
#header #header_main ul {
	height: 26px;
	width: 228px;
	float: right;
	margin-top: 40px;
}
#header #header_main #h_menu1 a {
	background-image: url(../img/company.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 112px;
}
#header #header_main #h_menu2 a {
	background-image: url(../img/recruite.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 112px;
	margin-left: 4px;
}#header #header_main li {
	float: left;
	height: 26px;
	width: 112px;
}



/*********************************************************************/
#mainbox {
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
}

/*********************************************************************/



#mainbox #menu {
	height: 63px;
	width: 920px;
	margin-top: 10px;
}
#mainbox #menu li {
	float: left;
}

#mainbox #menu #menu1 a {
	background-image: url(../img/menu1.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 63px;
	width: 184px;
}
#mainbox #menu #menu2 a {
	background-image: url(../img/menu2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 63px;
	width: 184px;
}

#mainbox #menu #menu3 a {
	background-image: url(../img/menu3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 63px;
	width: 185px;
}

#mainbox #menu #menu4 a {
	background-image: url(../img/menu4.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 63px;
	width: 184px;
}

#mainbox #menu #menu5 a {
	background-image: url(../img/menu5.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 63px;
	width: 183px;
}


#mainbox #menu #menu1 a:hover {
	background-image: url(../img/menu1_h.jpg);
	background-repeat: no-repeat;

}
#mainbox #menu #menu2 a:hover {
	background-image: url(../img/menu2_h.jpg);
	background-repeat: no-repeat;

}
#mainbox #menu #menu3 a:hover {
	background-image: url(../img/menu3_h.jpg);
	background-repeat: no-repeat;

}
#mainbox #menu #menu4 a:hover {
	background-image: url(../img/menu4_h.jpg);
	background-repeat: no-repeat;

}
#mainbox #menu #menu5 a:hover {
	background-image: url(../img/menu5_h.jpg);
	background-repeat: no-repeat;

}
#mainbox #contents {
	width: 920px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#mainbox #contents #main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
}
#mainbox #contents #side {
	float: right;
	width: 200px;
}
#side #contact a {
	background-image: url(../img/contact.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 200px;
	display: block;
	margin-bottom: 10px;
}
#side #contact a:hover{
	background-image: url(../img/contact_h.jpg);
	background-repeat: no-repeat;

}
#side #blog a {
	background-image: url(../img/blog.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 200px;
	margin-bottom: 10px;
}
#side #new {
	background-image: url(../img/new.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 200px;
	text-indent: -9999px;
}
#side .new_list {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#side .new_list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E3D0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 80%;
	line-height: 150%;
}
#footer {
	background-image: url(../img/line_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}
#footer p {
	text-align: center;
	color: #666666;
}
#footer #copyright {
	background-image: url(../img/copyright.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 240px;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
a:link,a:visited {
	color: #FA7BFF;
}

a:hover {
	color:#FFCC66;
}
a:active {
	color: #AEE8FE;
}
dt,dd {
	margin: 0px;
	padding: 0px;
}
