/* CSS Document */



body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	background:url(images/top_bg.gif) top repeat-x;
}

#footer_bg{
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}


a:link  {color: #000; text-decoration:none;}
a:visited  {color: #000; text-decoration:none;}
a:active   {color: #000; text-decoration:none;}
a:hover    {color: #000; text-decoration: underline;}



#wrapper{
	margin:0 auto;
	padding:0;
	width:800px;
	height:auto;
	line-height:1.4;
	font-size:13px;
}

#header{
	width:auto;
	padding:0px 0 0px 0;
	margin:0px 0 0px 0;
}

.header_left{
	float: left;
}
.header_right{
	float:right;
	margin-top:60px;
}

#top_img{
	background-image: url(images/top_main_img.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0px 90px 119px 72px;
}

.top_img_margin2{
	margin-left:2px;
}
.top_img_margin3{
	margin-left:3px;
}
.top_img_margin4{
	margin-left:4px;
}

.top_img_bt{
	margin:-89px 18px 42px 480px;
}


#content{
	width:800px;
	margin-top:15px;
}

#top_left{
	width:500px;
	float:left;
}

#top_right{
	float:right;
}

.top_info_tb{
	width:286px;
	height:213px;
	background-image:url(images/top_infobox.gif);
	background-repeat:no-repeat;
	margin:0;
}

.top_content_margin{
	margin:3px;
}

.margin15px{
	margin-top:15px;
}

.top_news_tb{
	width:260px;
	margin-right:10px;
	font-size:11px;
	line-height:18px;
}
.top_news_tb p{
	margin:10px;
}


#footer{
	margin-top:30px;
	padding-top:25px;
	padding-right:15px;
	font-size:11px;
	text-align:right;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	height:91px;
}

