@charset "UTF-8";

body{
	text-align:center;
	background:#ccffff;
}


#wrap{
	width:830px;
	text-align:left;
	margin:0 auto;
	
}


#header{
	background:#ffff99;
}

#footer{
	background:#ccffff;
}
#footer address{
	font-size:20px;
	text-align:center;
	line-height:50px;
}


#inner{
	margin:0 10px;
	height:1200px;
	background:#ffff99;
}


#main{
	width:600px;
	height:1200px;
	float:left;
	background:#ffff99;
	
}

	
#side{
	width:200px;
	height:1200px;
	float:right;
	background:#ffffff;
	
}
#menu{
	margin:0px;
	padding:0;
	width:200px;
	height:300px;
	overflow:hidden;
	background:#ffffff url("../image/menubana_off.gif");
}
#menu li{
	list-style:none;
	width:200px;
}
#menu li a{
	display:block;
	line-height:60px;
	color:#000000;
	font-size:20px;
	font-family:sans-serif;
	text-align:left;
	text-decoration:none;
}
#menu li a:hover{
	background:#ffffff url("../image/menubana_on.gif");
}

p.maintext1{
	padding:0 10px;
	line-height:40px;
	font-size:18px;
	float:center;
}
div.mainback1{
	width:600px;
	background:#ffffff;
}

.clear{
	clear:both;
}
.clear{
	display:none;
}

