@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,ul,p,form,input,ul,ol,li,dl,dd,dt {
		margin: 0;
		padding: 0;
}
section,header,nav,article,aside,section,header,footer,figure,figcaption,summary {
		display: block;
}
html {
		overflow: scroll;
		overflow: -moz-scrollbars-vertical;
}
table {
		border-collapse: collapse;
}
img {
	border: none;
}

body {
	text-align: center;
	font: 13px/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
	width: 740px;
	text-align: left;
	margin: 0 auto;
}

a:hover {
	text-decoration: none;
}

/* ################################## */

	/* header */

/* ################################## */

#header {
	width: 740px;
	height: 157px;
	position: relative;
}
#toppage #header {
	height: 170px;
}

#header div.base {
	position: absolute;
	top: 0;
	left: -10px;
	z-index: 10;
}
#header h1 {
	position: absolute;
	top: 23px;
	left: 13px;
	z-index: 9999;
}

#nav {
	width: 748px;
	height: 39px;
	background: url(../images/nav_bg.png) no-repeat 0px 0px;
	position: relative;
	margin: -5px;
	margin-bottom: 10px;
}
#nav ul {
	padding: 0px 0 0 105px;
}

#nav li {
	list-style: none;
	float: left;
	text-align: center;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	line-height: 42px;
}
#nav a:hover,
#nav a.current {
	background: url(../images/nav_bg_on.png) repeat-x 0px 0px;
}

#nav li#homebtn a {
	width: 70px;
}

#nav li#drop a {
	width: 100px;
}

#global li {
	font-size: 12px;
	font-weight: bold;
}

#global li ul li a {
	display: block;
}
#global ul {
	display: none;
	position: absolute;
	left: 100px;
	top: 35px;
}
* html #global ul {
	line-height: 0;
}
#global ul li a {
	zoom: 1;
	z-index: 1;
}

#global ul li {
	margin-bottom: 0px;
}

*:first-child+html #global ul li {
	margin-bottom: -3px;
}

#global ul {
	width: 130px;
}
#global ul li {
	float: none;
	font-weight: normal;
}

#global ul li a {
	color: #333;
	font-size: 12px!important;
	padding: 10px 15px;
	width: 100px;
	line-height: 1;
	background: #B2C8E8;
	text-decoration: none;
	height: auto;
	border-bottom: 1px solid #FFF;
}
ul#global ul li.hover a {
	background: #B2C8E8;
	color: #708DB7;
}



/* ################################## */

	/* contents */

/* ################################## */



#contents {
	clear: both;
	margin-bottom: 10px;
}
#toppage #contents {
	margin-bottom: 0px;
}

#contents h2 {
	clear: both;
	zoom: 1;
	margin: 0 0 25px 6px;
}
#toppage #contents h2 {
	margin: 20px 0 15px;
}

div.cont_head,
div.cont_mid,
div.cont_foot {
	width: 748px;
	margin-left: -4px;
}


div.cont_head {
	height: 30px;
	background: url(../images/cont_bg_1.png) no-repeat 0px 0px;
}
div.cont_mid {
	background: url(../images/cont_bg_2.png) repeat-y 0px 0px;
}

div.cont_foot {
	height: 20px;
	background: url(../images/cont_bg_3.png) no-repeat 0px bottom;
}
#contents div.inner {
	padding: 0 30px 10px;
}

/*------------------------------------*/
div.inner:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
div.inner { display: inline-block; }
/*------------------------------------*/

/* ################################## */

	/* footer */

/* ################################## */

#footer {
	clear: both;
	zoom: 1;
	margin: 25px 0 30px;
}

#footer address {
	background: #0A4994;
	color: #FFF;
	font: 10px/1.0 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 8px;
	border-radius: 4px;
	clear: both;
	zoom: 1;
}

#foot_btn {
	background: url(../images/foot_btn_bg.png) no-repeat 0px 0px;
	width: 708px;
	height: 69px;
	margin: 0 0 0 -4px;
	padding: 13px 20px;
	clear: both;
}
#foot_btn li {
	list-style: none;
	float: left;
	width: 161px;
	height: 31px;
	text-align: center;
	margin: 0 21px 7px 0;
	font-size: 12px;
}
#foot_btn li a {
	display: block;
	width: 161px;
	height: 31px;
	line-height: 31px;
	background: url(../images/foot_btn1.jpg) no-repeat 0px 0px;
	color: #333
}
#foot_btn li a:hover,
#foot_btn li a.current {
	color: #FFF;
}

#foot_btn li.long a {
	width: 342px;
	background: url(../images/foot_btn2.jpg) no-repeat 0px 0px;
}
#foot_btn li a:hover,
#foot_btn li a.current{
	background: url(../images/foot_btn1_on.jpg) no-repeat 0px 0px;
}
#foot_btn li.long a:hover,
#foot_btn li.long a.current_long {
	background: url(../images/foot_btn2_on.jpg) no-repeat 0px 0px;
	color: #FFF;
}

#foot_btn li.end {
	margin-right: 0;
}
#foot_btn li.long {
	width: 342px;
}
#foot_btn li a {
	text-decoration: none;
}

p.pagetop {
	text-align: right;
	clear: both;
	zoom: 1;
	margin: 20px 0 0;
}
.pagetop a {
	color: #666;
}
p.wm {
	float: right;
	font-size: 10px;
	line-height: 1.2;
	margin: -10px 0 10px;
}
p.wm img {
	padding: 0 5px 3px 0;
	vertical-align: middle;
}