@charset "shift_jis";

* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}#header {
	width: 100%;
	position: relative;
	height: 122px;
	z-index: 97;
	background-color: #FFFFFF;
	background-image: url(../images/global_navi_bg04_s.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#headerTop {
	background-image: url(../images/top_title_w_img.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 86px;
	width: 860px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#headerNavi {
	height: 60px;
	width: 380px;
	position: absolute;
	left: 14px;
	top: 54px;
	z-index: 100;
}
#headerNavi ul {
	font-size: 70%;
	font-weight: bold;
	list-style-type: none;
}
#headerNavi li {
	background-image: url(../images/global_navi_bg00.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 178px;
	float: left;
	border: 1px solid #999999;
	color: #999999;
	margin: 2px;
	display: block;
	line-height: 23px;
	overflow: hidden;
}
#headerNavi li.current {
	background-image: url(../images/global_navi_bg03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 178px;
	color: #333;
}

#headerNavi li a {
	color: #333333;
	background-image: url(../images/global_navi_bg01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 178px;
	text-decoration: none;
}
#headerNavi li a:hover {
	background-image: url(../images/global_navi_bg01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
}
#headerList {
	position: absolute;
	top: 70px;
	right: 10px;
	z-index: 98;
}
#headerList ul {
	list-style-type: none;
	font-weight: bold;
	text-align: right;
	font-size: 75%;
}
#headerList li {
	margin-left: 1em;
	padding: 0px;
	display: inline;
}
#headerList li a {
	color: #333333;
	text-decoration: none;
	width: 100%;
}
#headerList li a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}
#globalNavi {
	background-image: url(../images/global_navi_bg04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 860px;
	text-align: right;
	height: 27px;
	position: absolute;
	left: 0px;
	top: 86px;
	z-index: 99;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#globalNavi ul {
	font-size: 70%;
	font-weight: bold;
	list-style-type: none;
	text-align: center;
	top: 9px;
	right: 0px;
}
#globalNavi ul li.parent ul {
	display: none;
}

#globalNavi ul ul {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
#globalNavi ul ul li {
	float: none;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #333333;
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.9;
	KhtmlOpacity: .9;
	opacity: .9;
	height: 23px;
	line-height: 23px;
}
#globalNavi ul ul li a {
	background-image: none;
	overflow: hidden;
	background-position: top;
	height: 23px;
	color: #FFFFFF;
}
#globalNavi ul ul li a:hover {
	color: #000000;
	background-color: #FFCC66;
	background-image: none;
}
#globalNavi li {
	float: right;
	height: 18px;
	width: 143px;
	border: 1px solid #999999;
	margin-right: 7px;
	margin-left: 2px;
	padding: 0px;
	line-height: 18px;
	text-align: center;
}
#globalNavi li a {
	color: #333333;
	text-decoration: none;
	background-image: url(../images/global_navi_bg02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 18px;
	width: 143px;
}
#globalNavi li a:hover {
	color: #FFFFFF;
	background-image: url(../images/global_navi_bg02.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#globalNavi ul li.parentOn ul {
	display: block;
}

#contents {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	background-color: #FFFFF9;
	background-image: url(../images/common_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
#contentsEnd {
	background-image: url(../images/common_bg01_end.jpg);
	background-position: left bottom;
	height: 30px;
	width: 860px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#main {
	float: right;
	width: 600px;
	z-index: 1;
}
#sub {
	float: left;
	width: 200px;
	text-align: center;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	height: 30px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/footer_end.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#copyright {
	font-size: 70%;
	color: #999999;
	display: inline;
	float: left;
	text-indent: 1em;
}

#footer ul {
	float: right;
	font-size: 70%;
	list-style-type: none;
	padding-right: 5px;
}
#footer li {
	display: inline;
	margin-left: 1em;
}
#footer li a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
.clearBoth {
	clear: both;
}
#headertopklink a {
	background-image: url(../images/top_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 210px;
	display: block;
	text-decoration: none;
}
#headertopklink {
	height: 50px;
	width: 210px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#headertopklink a:hover {
	background-image: url(../images/top_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	height: 50px;
	width: 210px;
	display: block;
}
/*一時的に消去（おそらく不要）
#headertopklink_i {
	height: 50px;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/topimage_i.jpg);
}
*/
