/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
+	基本スタイル 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック","Osaka", Arial, sans-serif;
}


/*へッター*/
#top {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
h1#headertext {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 5px 9px;
	font-weight: normal;
	float: left;
	width: 711px;
}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*メニュー*/
#menu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 auto;
	width: 840px;
	height: 50px;
}
#menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 840px;

}
#menu li {
	float: left;
	font-size: 12px;
	list-style-type: none;
}

/*コンテンツ*/
#container {
	margin: 0 auto;
	width: 840px;
}

/*右コンテンツ*/
#right_content {
	background-repeat: no-repeat;
	overflow: hidden;
	width: 165px
}
.banner-noni{
	font-size:10px;
	color:#666;
	margin-bottom:60px;
}



/*左コンテンツ*/
#left_content {
	background-repeat: no-repeat;
	border-right: 1px solid #CCCCCC;
	margin: 10px 0px 0px 0px;
	float: left;
	overflow: hidden;
	width: 671px;
}

/*下リンク*/
#link {
	clear: both;
	margin: 0 auto;
	padding: 12px 0px 0px 20px;
	width: 840px;
	height: 15px;
}
#link ul {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding-left: 0px;
	width: 840px;
}
#link li {
	float: left;
	background-image: url(../img/icon_link.jpg);
	background-repeat: no-repeat;
	background-position: left;
	list-style: none;
	margin: 0px;
	padding: 0px  25px 0px 12px;
}
#link a {
	text-decoration: none;
	color: #ff6600;
}
#link a:hover {
	color: #ff6600;
	text-decoration: underline;
}

/*フッター*/
#footer {
	clear: both;
	background: transparent url(../img/bg_footer.gif) repeat-x scroll 0 0;
	margin: 0 auto;
	padding: 12px 0px 0px 10px;
	height: 119px;
}
#copyright {
	margin: 0 auto;
	width: 840px;
}
#address {
	margin: 0 auto;
	float: left;
	width: 550px;
}
#address p {
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px 0px 0px 5px;
}
#aunplus {
	float: right;
	margin: 35px 15px 0px 0px;
}

/*トップへ戻る*/
#return_top {
	font-size: 12px;
	text-align: right;
}
#return_top a {
	color: #ff6600;
	background: transparent url(../img/icon_return.jpg) no-repeat scroll left center;
	padding-left: 15px;
}
#return_top a:hover {
	text-decoration: none;
}
#return_top a:link { text-decoration: none; }
#return_top a:hover { text-decoration: underline; }
#return_top a:active { text-decoration: none; }
#return_top a:visited { text-decoration: none; }
#return_top a:hover { text-decoration: underline; }