@charset "utf-8";

/*init*/
a img{
	border: none;
	}
body{
	padding: 0;
	margin: 0;
	}

/*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;
	}
#header_in{
	width: 960px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	}
#panNavi{
	width: 960px;
	height: 33px;
	margin: 0 auto;
	font-size:12px;
	color: #333333;
	font-family: sans-serif;
	}
#panNavi td{
	vertical-align: middle;
	background: none;
	}
#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-top: 0;
	padding-bottom: 0px;
	}
#footer{
	height: 60px;
	margin-top: 0;
	border-top: 1px solid #cccccc;
	background-color: #FFF;
	}
#footer_in{
	width: 960px;
	margin: 0 auto;
	height: -60px;
	position: relative;
	}

.headerLogo{
	position: absolute;
	top: 11px;
	}
.headerBtn{
	position: absolute;
	left: 764px;
	top: 11px;
	}
.footerLogo{
	position: absolute;
	top: 16px;
	}
.cr{
	position: absolute;
	right: 0;
	top: 38px;
	}
