@charset "utf-8";

/* body
---------------------------------------------*/
body {
 	text-align: center;
	font-size: 12px;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5;
	color: #333;
	border: none;
	background-color: #fff;
}
* {
 	margin: 0px;
	padding: 0px;
}

div a:active, a:focus {
	outline: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	position: relative;
	top: 0;
}
h1 {
	position: absolute;
	width: 395px;
	height: 113px;
	top: 0;
	left: 0;
}

/* header
---------------------------------------------*/
#header_area {
	width:100%;
	clear: both;
	height: auto;
	background: #fff url(../images/bg_header_area.gif) top center repeat-x;
	text-align: center;
}
#header {
	width: 950px;
	height: auto;
	margin: 0 auto;
	background: #fff url(../images/bg_container.gif) top repeat-y;
}
#header_inner {
	position: relative;
	clear: both;
	width: 950px;
	height: 113px;
	background: #fff url(../images/bg_header_inner.gif) top center repeat-x;
	margin: 0 auto;
}
#header_navi {
	position: absolute;
	right: 19px;
	top: 11px;
}
#header_navi_sub {
	position: absolute;
	right: 25px;
	top: 60px;
}

/* footer
---------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	background: #fff url(../images/bg_footer.gif) top center repeat-x;
	height: 388px;
	width:100%;
	min-width:950px;
}
#footer_inner {
	width: 900px;
	height: 388px;
	margin: 0 auto;
	text-align: left;
}
#top_btn {
	position: relative;
	padding-left: 660px;
	top: 0;
}
#footer_inner_top {
	position: relative;
	width: 900px;
	height: 234px;
	margin: 0 auto;
	background:  url(../images/bg_footer_inner.jpg) no-repeat;
	color: #003399;
}
#up {
	position: absolute;
	width: 138px;
	top: 0;
	right: 0;
}
#footer_inner_top_01 {
	position: relative;
	width: 900px;
	height: 156px;
	color: #003399;
	font-size: 11px;
}
#footer_inner_top_01 a {
	color: #003399;
	text-decoration: none;
}
#footer_inner_top_01 a:hover {
	color: #666;
	text-decoration: none;
}
#footer_inner_top ul li{
	list-style: none;
	background:  url(../images/arrow_01.gif) no-repeat;
	padding-left: 10px;
	background-position: 0 5px;
	margin-bottom: 2px;
}
#footer_title {
	position: relative;
	top: 29px;
	left: 125px;
	width: 200px;
}
#footer_title ul {
	margin: 0;
	padding: 0;
}
#footer_title ul li {
	margin: 0;
	padding: 0 90px;
	display: inline;
	background-image: none;
}
#footer_title ul li.left {
	padding-left: 5px;
}
#footer_navi_01, 
#footer_navi_02,
#footer_navi_03,
#footer_navi_04 {
	position: absolute;
	width: auto;
}
#footer_navi_01 {
	left: 132px;
	top: 63px;
}
#footer_navi_02 {
	left: 280px;
	top: 63px;
}
#footer_navi_03 {
	left: 420px;
	top: 63px;
}
#footer_navi_04 {
	left: 540px;
	top: 63px;
}
#footer_bottom {
	position: relative;
	width: 900px;
	height: 154px;
	margin: 0 auto;
	color: #fff;
}
#footer_bottom_inner {
	position: absolute;
	top: 18px;
	left: 0;
}
#footer_bottom p {
	margin-bottom: 2px;
	font-size: 11px;
}
#footer_bottom p#copy {
	font-size: 9px;
	font-weight: normal;
}
