@charset "utf-8";


/*template*/
html{
	height: 100%;
	}
body{
	height: 100%;
	}
#wrapper{
	height: 100%;
	background-color: #FFF;
	}
body > #wrapper{
	height: auto;
	min-height: 100%;
	}
#header{
	height: 113px;
	background: url(../images/bg_header.gif) repeat-x;
	}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#header { 
	background: url(../images/bg_header@2x.gif) repeat-x;
	background-size: 4px 113px;
  }
}
	
#header_in{
	width: 900px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	}
#panNavi{
	width: 900px;
	height: 33px;
	margin: 0 auto;
	font-size:12px;
	color: #333333;
	font-family: "Meiryo UI","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	}
#panNavi td{
	vertical-align: middle;
	}
#panNavi a:link{
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	}
#panNavi a:visited{
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	}
#contents{
	margin: 0 auto;
	padding-bottom: 80px;
	}
#footer{
	height: 60px;
	margin-top: -61px;
	border-top: 1px solid #cccccc;
	background-color: #FFF;
	}
#footer_in{
	width: 900px;
	margin: 0 auto;
	height: 60px;
	position: relative;
	}

.headerLogo{
	position: absolute;
	left: 0px;
	top: 11px;
	}
.headerBtn{
	position: absolute;
	right: 0px;
	top: 11px;
	}
.footerLogo{
	position: absolute;
	top: 16px;
	}
.cr{
	font-size: 10px;
	position: absolute;
	right: 0px;
	top: 34px;
	}


/* common */
#contents_in{
	width: 900px;
	margin: 0 auto;
	}
	
/* shared */
.maB10{
	margin-bottom: 10px;
	}
.maR10{
	margin-right: 10px;
	}
.maR3{
	margin-right: 3px;
	}
.maB6{
	margin-bottom: 6px;
	}


.fL{
	float: left;
	}
