body{
	font:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	margin:0px;
	padding:0px;/*隙間を空けない*/
	}

#contents{ 
	width:1024px;
	margin:0 auto; 
	position:relative;/*相対的な位置へ配置*/
	font-size:12px;
	}

header{
	width:800px;
	height:285px;
	}

#side{
	width:190px;
	margin:0px;
	left:0px;
	float:left;
	margin-top:15px;
	}

#nav ul{
	width:190px;
	/*height:440px*/;
	margin:0;
	margin-bottom: 6px;
	padding:0;
	list-style-type:none;
	}
	

#nav li{
	width:190px;
	height:40px;
	margin:0;
	padding:0;
	}

#topi ul{
	width:190px;
	height:490px;
	margin:3px 0px 0px 0px;
	padding:0;
	list-style-type:none;
	}
	
#topi li a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=80 )";
	background: #ffffff;
	}


#submain{
	width:800px;
	float:right;
	margin-top:15px;
	}
	

h1{
	margin:0
	/*width: 800px;
    min-width: 800px;
    min-height: 70px;
    margin: auto;
    position:relative;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.80);*/
}

p{
	margin-top:5px;
	margin-bottom:25px;
	}
	



#footer{
	clear:both;
	position:bottom;
	width:1024px;
	height:35px;
	color:#FFFFFF;
	background-color:#D71518;
	text-align:center;
	font-size:15px;
	line-height:35px;
	}
	


	


