@charset "utf-8";
/* CSS Document */

/* フッター下部設定 */
html,body{
    height:100%;
}
div#wrapper{
    position:relative;
    min-height:100%;
}
* html div#wrapper{
    height:100%;
}

div#content{
    padding-bottom:30px;
}
div#footer{
    position:absolute;
	left: 0;
    bottom:0;
    width:100%;
    height:30px;
}


.home a:link,
.home a:visited,
.home a:hover,
.home a:active { color: #fff; }

.home a { text-decoration: none; }
.home a:hover { text-decoration: underline; }

.home {
	position: relative;
	}

.home #wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
	width: 100%;
	background: url(../image/pic-dot.png) repeat left top;
	text-align: center;
	}
	
.home #header {
	padding-top: 7px;
	width: 100%;
	height: 71px;
	_height: 78px; /* IE6 */
	}

.home #header #header_inner {
	text-align: left;
	margin: 0 auto;
	width: 954px;
	position: relative;
	}

.home #header ul#headerLink  {
	line-height: 11px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	}

.home #header ul#headerLink li {
	float: left;
	color: #fff;
	font-size: 71.428%;
	}

.home #header ul#headerLink li.item01 {
	padding-left: 17px;
	background: url(../image/home_icon.png) no-repeat left top;
	}

.home #header ul#headerLink li.item02 {
	margin-left: 20px;
	padding-left: 18px;
	background: url(../image/mail_icon.png) no-repeat left top;
	}

.home #header ul#headerLink li.item03 {
	margin-left: 20px;
	padding-left: 16px;
	background: url(../image/disc_icon01.png) no-repeat left;
	}

.home #header ul#navi {
	width: 954px;
	height: 48px;
	overflow: hidden;
	background: url(../image/navi_bgLine.png) no-repeat left top;
	position: static;
	}

.home #header ul#navi li {
	width: 136px;
	height: 48px;
	float: left;
	}

.home #header ul#navi li.item04,
.home #header ul#navi li.item07 {
	width: 137px;
	}

.home #header ul#navi li a {
	display: block;
	width: 136px;
	height: 48px;
	}

.home #header ul#navi li.item04 a,
.home #header ul#navi li.item07 a {
	width: 137px;
	}

.home #header ul#navi li a:hover {
	background-color: #002b83;
	}

.home #content {
	border-top: none;
	}

.home #content_inner {
	margin-left: -273px;
	margin-top: -140px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 546px;
	height: 204px;
	}

.home p.read01 {
	margin: 0 auto;
	width: 453px;
	height: 131px;
	background: url(../image/top_mainCopy.png) no-repeat left top;
	}

.home p.txt {
	margin: 11px auto 0;
	width: 546px;
	height: 62px;
	background: url(../image/home_txt.png) no-repeat left top;
	}

.home span {
	display: none;
	}

.home #footer {
	text-align: center;
	}

.home #footer address {
	text-align: right;
	color: #fff;
	font-size: 71.428%;
	line-height: 30px;
	margin: 0 auto;
	width: 954px;
	}