/*---------------------------------------------------------
 　★ タグ
---------------------------------------------------------*/
a:link { text-decoration: none; color: #8e762c; }
a:visited { text-decoration: none; color: #8e762c }
a:active { text-decoration: none; color: #bfa452 }
a:hover { text-decoration: none; color: #bfa452 }

img {
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	_text-align: center;
	margin: 0px auto 0px auto;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック",  "Osaka", "sans-serif";
}

body,td{
	font-size: 12px;
	color: #4d4d4d;
	line-height: 150%;
	text-decoration: none;
	font-style: normal;
}



#TopNavi {
	margin: 0px auto 5px auto;
	width: 900px;
	height: 75px;
	clear: both;
	_text-align: left;
}
#SubMenu{
	float: right;
}



#Menu {
	background-image: url(../image/mn_bar.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 28px;
}
#Menu p{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 28px;
	white-space: nowrap;/* 改行禁止 */
}



#SiteNavi{
	font-size: 11px;
	background-color: #f0f0f0;
	width: 100%;
}
#SiteNavi div{
	width: 895px;
	margin-left: auto;
	margin-right: auto;
	_text-align: left;
}
#PgTitle{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: 900;
	color: #026634;
	vertical-align: bottom;
	line-height: 65px;
	width: 900px;
	clear: both;
	_text-align: left;
}


#Main{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	clear: both;
	/* border: 1px dotted #cccccc; */
	_text-align: left;
}


#MainLeft{
	width: 180px;
	float: left;
	/* border: 1px dotted blue; */
}
#MainRight{
	width: 720px;
	float: right;
	/* border: 1px dotted pink; */
	
}



#Tophe{
	text-align: right;
	margin: 20px auto 0px auto;
	width: 890px;
	clear: both;
}


#UnBar{
	background-image: url(../image/mn_un_bar.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-top: 5px;
	width: 100%;
	clear: both;
}
#UnBar table {
	_text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 904px;
	height: 30px;
	white-space: nowrap;
	border-collapse: collapse;
}
#UnBar td {
	height: 30px;
}
#UnBar #td1_1{
	width: 147px;
}
#UnBar #td1{
	width: 182px;
}
#UnBar #td2{
	vertical-align: bottom;
	padding-bottom: 5px;
}
#UnBar #td3{
	vertical-align: bottom;
	width: 73px;
}

#Foot{
	font-size: 10px;
	margin: 10px auto 0px auto;
	width: 900px;
	_text-align: left;
}
#Foot img{
	float: right;
}
