@charset "UTF-8";

*{
	margin:0 auto;
	padding:0px;
}


a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}



body {
	margin: 30px auto 0;
	width: 800px;

	color:#333333;
	font-size: 11px;
	font-weight: lighter;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
}

img{	border: 0;}


#navi{
	height:70px;
	list-style:none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

	#navi ul li{
	width:170px;
	list-style:none;
	display: inline;
	vertical-align: top;
	display:block;
	float: left;
	height: 51px;
	}

	#navi ul li a{ 
		text-decoration:none;
		list-style:none;
		vertical-align: top;
		display:block;
	}


	#subnavi li a:hover{}


#subnavi{
	margin:30px 0 0 0;
	padding:0px;
	width:100%;
	height:70px;
	list-style:none;
}

	#subnavi li{
		width:170px;
		list-style:none;
	display:block;
	}

	#subnavi a{ 
		display:block;
		text-decoration:none;
		list-style:none;
	}


	#subnavi li a:hover{}


p {
	margin: 1em 0;
	font-size: 12px;
	font-weight: lighter;
	text-indent: 3px;
	text-align: justify;
}


	#content img {		text-align: center;}


.toTop {
	text-align: right;
	margin: 0 0 30px 0;}

#side {
	width: 185px;
	height: 100%;
	float: left;
	margin-right: 60px;
}

#content {
	float:right;
	width: 510px;
}
#wapper {
}

