a:link {
	color: #109603;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #3F0;
}
a:visited {
	text-decoration: none;
	color: #333;
}
body { 
    -webkit-text-size-adjust: none;
	background-image: url(../img/body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
#contener {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	height: auto;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#hedder {
	height: 120px;
	width: 900px;
	text-align: left;
	float: left;
}
#contener #nav {
	float: left;
	height: auto;
	width: 90px;
	margin-top: 20px;
}
#contener #nav #top a {
	background-image: url(../img/top/n_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 15px;
	width: 70px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	cursor: pointer;
}
#contener #nav #top a:hover {
	background-image: url(../img/top/n_top2.png);
}
#contener #nav #top a:active {
	background-image: url(../img/top/n_top2.png);
}

#contener #nav #about a {
	background-image: url(../img/top/n_about.png);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 15px;
	width: 70px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
	cursor: pointer;
}
#contener #nav #about a:hover {
	background-image: url(../img/top/n_about2.png);
}	
#contener #nav #about a:active {
	background-image: url(../img/top/n_about2.png);
}	

#contener #nav #info a {
	background-image: url(../img/top/n_info.png);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 15px;
	width: 70px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
	cursor: pointer;
}
#contener #nav #info a:hover {
	background-image: url(../img/top/n_info2.png);
}	

#contener #nav #menu a {
	background-image: url(../img/top/n_menu.png);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 15px;
	width: 70px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
	cursor: pointer;
}
#contener #nav #menu a:hover {
	background-image: url(../img/top/n_menu2.png);
}	

#contener #nav #party a {
	background-image: url(../img/top/n_party.png);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 15px;
	width: 70px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
	cursor: pointer;
}
#contener #nav #party a:hover {
	background-image: url(../img/top/n_party2.png);
}	

#contener #nav #access a {
	background-image: url(../img/top/n_access.png);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 15px;
	width: 80px;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
	cursor: pointer;
}
#contener #nav #access a:hover {
	background-image: url(../img/top/n_access2.png);
}	

#contener #content {
	float: left;
	height: auto;
	width: 810px;
	margin-top: 20px;
}
#contener #copy {
	float: left;
	height: auto;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contener #by {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #EEE;
	height: 15px;
	width: 900px;
	float: left;
	margin-bottom: 15px;
}
#contener #by a {
	color: #CCC;
}

#contener #by a:hover {
	color: #FFC;
}
p {
	margin: 0px;
}
