html, body {
	height: 100%;
}

html {
	overflow-y: auto;
}

body {
	background-color: white;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../../images/bg_body.jpg);
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	padding: 0px;
	margin-bottom:0;
	margin-top:0;
	line-height:165%;
	font-size:13px;
	text-align:center;
}

#bodyWrapper {
}

#head {
	margin-bottom: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	display: block;
	width: 100%;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#head_m {
	width: 980px;
	padding-top: 5px;
	font-size: 11px;
	line-height: 100%;
	text-align: left;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#mainimage {
	margin-left: -3px;
	padding-bottom: 15px;
	text-align: center;
	clear:both;
}

#wrapper {
	width: 980px;
	border-bottom-style: none;
	clear: both;
	background-attachment: scroll;
	margin-right:auto;
	margin-left:auto;
}

#wrapper_m {
	margin-right: auto;
	margin-left: auto;
}

.area_top {
}

#contents {
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.area1 {
	width: 200px;
	float:left;
	text-align: left;
}

.area_center {
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.area2 {
	text-align: left;
	width: 750px;
	float:right;
}

.area_foot {
	margin-right: auto;
	margin-left: auto;
}

#foot {
	text-align: center;
}

#foot_m {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../../images/bg_footer.jpg);
	padding-bottom: 25px;
	font-size: 11px;
	z-index: 0;
	padding-top: 25px;
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
}

div#footer {
	margin-left: auto;
	margin-bottom: 30px;
	margin-right: auto;
	margin-top: 0;
	width: 990px;
}

#siteStatement {
	padding-top: 15px;
	font-size: 10px;
	color: #999;
	line-height: 130%;
	margin-bottom: 20px;
}

.logoFoot {
	padding-right: 4px;
	padding-bottom: 4px;
	float: left;
}

div.footermenu {
	font-size: 11px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	width: 235px;
	margin-bottom: 20px;
}
div.footermenu a.current {
	color: #B70504;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6", Meiryo, "メイリオ", Osaka, Verdana, Arial, "Hiragino Kaku Gothic Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	text-decoration: none;
	font-size: 12px;
}
div.footermenu ul.list {
	padding-left: 0px;
	margin-left: 5px;
}
div.footermenu ul.list li {
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0;
	line-height: 130%;
	list-style-type: none;
	background: url(../../images/ico_arrow02.jpg) no-repeat left; padding: 0;
	padding-left: 10px;
}
div.footermenu ul.list li a {
	color: #B1BFC7;
	text-decoration: none;
}
div.footermenu ul.list li a:hover {
	color: #C1CFD7;
	text-decoration: underline;
}

div#copyright {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
div#fixNavigation {
	position: fixed;
	left: 0px;
	background: url(../../images/bg_fixnavi.png) repeat-x top left;
    bottom: 0;  
	height: 60px;
	width: 100%;
	z-index: 20;
}
#fixBox {
	width: 980px;
	margin: 0 auto;
	padding-top: 22px;
}
#telBox {
	float: left;
	padding-right: 25px;
	background: url("../../images/bg_linkbox.jpg") no-repeat right;
}
#linkBox {
	padding-top: 2px;
	height: 12px;
	float: left;
	margin-left: 20px;
}
#linkBox ul {
	padding: 0px;
}
#linkBox ul li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
}
#linkBox ul li a {
	display: block;
}
