@charset "utf-8";


/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	background-image: url(../../top_img/top/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/* link style
--------------------------*/

a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}



#main{ background:url(../../top_img/top/main_bg.jpg) 0 0 no-repeat; margin:0 auto; width:1099px; height:499px; overflow:hidden}


#footer {
	width: 100%;
	height: 264px;
	background-image: url(../top_img/top/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



#main h1 {
	height: 499px;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
}
#footer .footerBox { background:url(../../top_img/top/footer_bg_box.jpg) 0 0 no-repeat; width:1099px; height:213px; margin:0 auto; overflow:hidden}




#footer .footerBox p {
	margin-left: 115px;
	margin-top: 10px;
}
#footer #head {
	height: 6px;
	width: 480px;
	margin-top: 6px;
}

#footer .footerBox table {
	height: 73px;
	width: 498px;
	margin-left: 105px;
}
#footer .footerBox table td {
	background-image: url(../../top_img/top/topics_body.jpg);
	background-repeat: no-repeat;
}
#footer #foot {
	height: 6px;
	width: 480px;
}


#footer .boxLeft {
	width: 600px;
	height: 112px;
	float: left;
}
#footer ul {
	float: right;
	margin-top: 26px;
	margin-right: 80px;
}
#footer li {
	list-style: none;
	float: left;
	margin-right: 25px;
}
