@charset "Shift_JIS";
/* CSS Document */

body {
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	margin:0px auto;
	background-color: #009900;
	color:#191919;
	text-align:center;
}
	
a:link	{
	text-decoration:underline;
	color:#CC0000;
	}
	
a:hover{
	text-decoration:underline;
	color:#FF9900;
	}
	
a:visited{
	text-decoration:none;
	color:#CC0000;
	}
	
#maintable{
	margin:0px auto;
	background-color:#FFF;
	width:800px;
	background-image:url(img/body_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	}
	
#header{
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #FF0000;
	}
	
#flash{	
	width:800px;
	height:475px;
	margin:0px;
	border-bottom:1px solid #333;
	border-top:1px solid #333;}
	
#boxtop{
	width:680px;
	height:72px;
	margin:0px auto;
	}
	
#boxtop2{
	width:680px;
	height:52px;
	margin:0 60px;
	}
	
#boxbottom{
	background-image:url(img/frame_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:600px;
	padding:20px 40px 50px 40px;
	margin:0px 60px 30px 60px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;
	text-align:left;
	}
	
#boxbottom2{
	width:680px;
	padding:0 5px;
	margin:10px 60px 30px 60px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;
	text-align:left;
	}
	
	
.ttl{
	background-image:url(img/ttl.gif);
	width:710px;
	margin:5px 15px;
	background-repeat:no-repeat;
	height:60px;
	}
	
	.ttl span{
		display:none;
	}
	
.photo{
	padding-bottom:10px;
	}
	
	
div#footer {
	width:800px;
	color: #FFFFFF;
	text-align: left;
	height: 25px;
}
	
	
table.under02 {
	width:800px;
	margin: 0px;
	padding: 0px;
	height: 25px;
	font-size: 10px;
	color: #999999;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: #FFFFFF url(img/under-bg.jpg);
}