@charset "UTF-8";
#main {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	line-height: 150%;
	color: #333;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#main nav {
	background-image: url(../nav/navi_bg.gif);
	overflow: hidden;
	height: 25px;
	background-repeat: no-repeat;
}
#main nav ul {
	list-style-type: none;
}
#main nav ul li a{
	float: left;
	color: #FFF;
	width: 116px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333;
	text-align: center;
	text-decoration: none;
}
#main nav ul li a:hover{
	color: #CCC;	
}
#main footer {
	color: #FFF;
	background-color: #000;
	width: 830px;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
#footer01 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer01 a {
	color: #093;
}
#footer01 a:hover {
	color: #3C9;
}
#main footer a {
	text-decoration: none;
	color: #FFF;
}
#main footer a:hover {
	text-decoration: none;
	color: #CCC;
}

