/* CSS Document */


body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#1F1F1F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
font-size:1px;
}

#main{
	width:814px;
    text-align:justify;
	margin-left:auto;
	margin-right:auto;
}


#header{
	width:814px;
	height:65px;
	background-image:url(../images/logo.jpg);
}


#header_left{
text-align:leftt;
padding-left:16px;
padding-top:10px;
	width:234px;
	height:55px;
	float:left;
	}
	
#header_right{
	text-align:right;
	padding:30px 20px 0 0;
	width:531px;
	height:35px;
	float:right;
	}	
	
	
#head_img{
	width:807px;
	height:300px;
	background-image:url(../images/flash_background.jpg);
	padding-left:7px;
	
}
	
	
	
#center_menu{
	width:814px;
}
	
	
	
	
#contents{
	width:814px;
	background-image:url(../images/main2_27.jpg)
}
	
#left_menu{
	width:409px;
	float:left;
}
		

#footer{
	width:814px;
	clear:both;
	height:59px;
	background-image:url(../images/header-.jpg);
}


/*フォント設定*/

#header a:link{color:#FFFFFF; text-decoration:none; font-size:10px;}
#header a:visited{color:#FFFFFF; text-decoration:none; font-size:10px;}
#header a:hover{color:#FFFFFF; text-decoration:none; font-size:10px;}
#header a:active{color:#FFFFFF; text-decoration:none; font-size:10px;}


.f6header{
font-size:9px;
color:#FFFFFF;
}

/*２段組リセット*/
.reset {
	display:block; 
	clear:both; 
	font-size:1px; 
	height:1px; 
	line-height:1px; 
	margin:0;}
