body{
	margin-top:30px;
	/*background-color:#78300e;*/
	background-color:#503200;
	font-family:"verdana";
}

p{
	margin:0;
}
div.menu{
	margin:20px 0px 150px 20px;
}

span{
	text-align:center;
}

div.cont{
	width:800px;
	margin:auto;
	background-color:#ffffff;
}

div.logo{
	width:120px;
	padding-top:10px;
	float:left;
}

div.header{
	height:120px;
}

div.h_header{
	height:50px;
	padding:10px 4px 0px 0px;
	text-align:left;
}

div.h_menu{
	padding-right:6px;
	color:gray;
	text-align:right;
	border-bottom:red 2px solid;
}

h1{
	margin:0;
	font-size:0.8em;
	font-weight:normal;
	color:#000000;
}
h2{
	margin:0;
	font-size:0.6em;
	font-weight:normal;
	color:gray;
}

div.nav{
	padding:0px 0px 4px 0px;
	font-size:0.8em;
	color:gray;
	clear:left;
}

div.main{
	height:300px;
	/*background-image:url('http://avac.jp/images/top/topimage_1.jpg');*/
	color:#ffffff;
	
}

div.info{
	height:100px;
	background-color:#ffffff;
}

div.policy{
	width:700px;
	height:80px;
	padding:20px 50px 0px 20px;
	

}
div.topics{
	padding:20px 50px 0px 40px;
	
	font-size:0.8em;
}

div.footer{
	height:30px;
	clear:left;
	padding-top:20px;
	color:gray;
	text-align:center;
}

a.top:link{
	color:gray;
}

a.top:visited{
	color:gray;
}
a.top:hover{
	color:#ffffff;
	background-color:gray;
}