@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image:url(../jpg/sitematerial/bgline.jpg);
	repeat-y;
	repeat-x;
	}
#container{
position:relative;
	width:1000px;
	margin:auto;
	background-color:#000000;

	repeat-y;
}
#head{
	width:1000px;
	height:400px;
	background:url(../img/sitematerial/header.png);
	background-color:#FF9999;	
	no-repeat;
	}
#navi{
display: inline-block;
   display: block;
	align:center;
	width:1000px;
	background-color:#280f07;
	}
#side{
	float:left;
	width:165px;
	background-color:#000000;
}


#main{
	margin-left:5px;
	float:left;
	width:830px;
	color:#000000;
	background-color:#FFFFFF;
	}
#adv{
	float:left;
	width:230px;
	}
#footer{
clear:both;
	width:1000px;
	height:100px;
	background-color:#000000;
}

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


}
#right{
	float:left;
	width:310px;
}
.style1{
margin-left:20px;
margin-bottom:5px;
}
.style2{
margin-left:40px;
margin-bottom:5px;
}
.style3{
font-size:2em;
margin-left:40px;
margin-bottom:5px;
}
.imgstyle1{
 margin-left:15px;
 width:250px;
 height:200px;
}
.font1{
	font-size:1.5em;
	color:#CC3333;
}
.gallery1{
 float:left;
 margin-left:10px;
 margin-bottom:10px;
 }