@charset "utf-8";
body {
	text-align: center;
	font: 90% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
	background: url(../images/header_bg.jpg) repeat-x left top;
}
p {
	line-height: 1.4;
}
img {
	border: none;
}
a:link,a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: none;
}

#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
#header {
	height: 130px;
}
h1 {
	margin: 18px 0 0 0;
	height: 52px;
}
#navi {
	width: 705px;
	margin-left: 195px;
}


#navi li {
	list-style: none;
	width: 100px;
	float: left;
}
#navi li strong {
	visibility: hidden;
}

#navi li a {
	display: block;
	width: 100px;
	height: 30px;
	text-decoration: none;
}
#navi .menu1 a {
	background: url(../images/glabal.jpg) no-repeat 0px 0px;
}
#navi .menu1 a:hover,#navi .menu1-sty a {
	background: url(../images/glabal.jpg) no-repeat 0px -41px;
}
#navi .menu2 a {
	background: url(../images/glabal.jpg) no-repeat -100px 0px;
}
#navi .menu2 a:hover,#navi .menu2-sty a {
	background: url(../images/glabal.jpg) no-repeat -100px -41px;
}
#navi .menu3 a {
	background: url(../images/glabal.jpg) no-repeat -200px 0px;
}
#navi .menu3 a:hover,#navi .menu3-sty a {
	background: url(../images/glabal.jpg) no-repeat -200px -41px;
}
#navi .menu4 a {
	background: url(../images/glabal.jpg) no-repeat -300px 0px;
}
#navi .menu4 a:hover,#navi .menu4-sty a {
	background: url(../images/glabal.jpg) no-repeat -300px -41px;
}
#navi .menu5 a {
	background: url(../images/glabal.jpg) no-repeat -400px 0px;
}
#navi .menu5 a:hover,#navi .menu5-sty a {
	background: url(../images/glabal.jpg) no-repeat -400px -41px;
}
#navi .menu6 a {
	background: url(../images/glabal.jpg) no-repeat -500px 0px;
}
#navi .menu6 a:hover,#navi .menu6-sty a {
	background: url(../images/glabal.jpg) no-repeat -500px -41px;
}
#navi .menu7 a {
	background: url(../images/glabal.jpg) no-repeat -600px 0px;
}
#navi .menu7 a:hover,#navi .menu7-sty a {
	background: url(../images/glabal.jpg) no-repeat -600px -41px;
}






#contents {
	padding: 0 0 30px;
}

/*------------------------------------*/
#contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#contents { display: inline-block; }
/* exlude MacIE5 \*/
* html #contents { height: 1% }
#contents {display:block;}
/* end MacIE5 */  
/*------------------------------------*/
#contents p {
	margin: 0 0 15px 0;
}
#contents h2 {
	margin: 0 0 20px 0;
	clear: both;
}


#contents h3 {
	margin: 40px 0 15px 0;
	clear: both;
	font-size: 160%;
	font-weight: bold;
	color: #003366;
	padding: 0 0 8px 0;
	background: url(../images/h3-border.gif) repeat-x left bottom;
}
#contents h4 {
	font-size: 120%;
	margin: 0 0 10px;
}

#contents p.pagetop {
	text-align: right;
	margin: 0 0 20px 0;
	font-size: 80%;
	clear: both;
}

#contents p.pagetop a {
	padding: 0 0 0 12px;
	background: url(../images/pagetop_arrow.gif) no-repeat left center;
}


#footer {
	text-align: center;
	color: #FFF;
	height: 150px;
	padding: 10px;
	background: url(../images/footer_bg.jpg) repeat-x left top;
	clear: both;
}
#footer address {
	font: 85% Arial, Helvetica, sans-serif;
}
#footer a {
	padding-left: 14px;
	background: url(../images/icon_mail_wht.gif) no-repeat left center;
	margin: 0 3px;
}


#footer a:link,#footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
