@charset "utf-8";


body {
	min-width: 1000px; /*1600*/
	background: #f4f4f4;
}

* {background-position: 50% 0%;}

.pdfList img.linkicon {display: none;}

/* ============================================
	header
============================================ */
#tabCont {
	display:block;
}
#headerIn {
    height: 90px;
    background-color: #fff;
}

#headerIn .headLogo {
    top: 5px; /*24px;*/
}

#headerIn .yoyakuTel {
    top: 10px;
}

#header {
    background: url("../common/img/top/bg_header.png") no-repeat scroll 50% bottom #FFFFFF;
    padding: 0;
}

#headerIn .searchArea {
    top: 11px;
}

#headerIn .searchBtn {
    top: 11px;
}

#headerIn .kyuukanArea {
	bottom: 0;
	height: 46px;
	line-height: 44px;
	background: url(../common/img/bg_grey_header.gif) no-repeat top left #f4f4f4;
	padding: 0 0 0 30px;
}


/* ============================================
	mainImg
============================================ */
#mainArea {
	height: 519px;
	position: relative;
	background: #fff;
	min-width:1000px;
	overflow: hidden;
	margin: 0 auto;
}
#mainIn {
	height: 510px;
	min-width: 1000px;
	position: relative;
	background-position: 50% 0%!important;
	background-repeat: no-repeat;
	text-align: center;
}


#tabBox {
	width: 100%;
	height: 198px;
	background: url(../img/bg_tab.png) center 65px repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 11;
	padding-bottom: 10px;
	border-bottom:1px solid #e7eaee;
}
#tabBoxIn {
	width: 970px;
	margin: 0 auto;
}
#tabBoxIn ul li {
	float: left;
}
#tabNav {
	height: 65px;
	margin: 0 0 15px;
	z-index: 10;
	position: relative;
}
#tabNav li img {
	vertical-align: bottom;
}
.tabBoxL {
	width: 720px;
	margin: 0;
	float: left;
}
.tabBoxL ul {
	margin: 0px;
}
.tabBoxL ul li {
	margin: 0 10px 0 0;
}
.tabBoxR {
	width: 246px;
	height: 110px;
	margin-right:-6px;
	float: right;
}
.tabBoxR ul li {
	margin: 0 6px 0 0;
}

/* ============================================
	contents
============================================ */
#contents {
	width: 960px;
	margin: 15px auto 0;
	text-align: left;
}
#mainBox {
	width: 530px;
	margin: 0 0 20px;
}

.infoBox {
	width: 528px;
	border:1px dotted #dbdbdb;
	background: #fff;
	margin: 0 0 10px;
}
.infoBox h2 {
	width: 528px;
	height: 32px;
	overflow: hidden;
	position: relative;
}
.infoBox h2 a {
	position: absolute;
	right: 0;
	bottom: 4px;
}


/*.infoBoxL {
	width: 100px;
	float: left;
}
.infoBoxR {
	width: 420px;
	float: left;
}
*/
.pdfList,
.newsList {
	margin: 0 20px;
}
.newsList li {
	padding: 9px 0 8px 10px;
	border-top:1px dotted #ccc;
	border-bottom:none;
}
.pdfList li {
	float: left;
	background: url(../common/img/icon_link01.gif) left 45% no-repeat;
	padding: 0 12px 0 12px;
}


#sideBox {
	width: 398px;
	border:1px dotted #dbdbdb;
	padding: 9px 10px 8px;
	background: #fff;
}
#sideBox #panoramaLink {
	width: 398px;
	height: 256px;
	background: url(../img/bg_panorama.png) left top no-repeat;
	position: relative;
}
#sideBox #panoramaLink h2 {
	position: absolute;
	top: 13px;
	left: 54px;
}
#sideBox #panoramaLink a {
	position: absolute;
	width: 116px;
	height: 90;
}
#sideBox #panoramaLink a#panoLink01 {left: 15px; bottom: 123px;}
#sideBox #panoramaLink a#panoLink02 {left: 141px; bottom: 123px;}
#sideBox #panoramaLink a#panoLink03 {right: 15px; bottom: 123px;}
#sideBox #panoramaLink a#panoLink04 {left: 15px; bottom: 23px;}
#sideBox #panoramaLink a#panoLink05 {left: 141px; bottom: 23px;}
#sideBox #panoramaLink a#panoLink06 {right: 15px; bottom: 23px;}

#sideBox #otherLink {
	width: 396px;
	background: #e7eaee;
	padding: 3px 0 0 3px;
}
#sideBox #otherLink a {
	float: left;
	margin:0 3px 3px 0;
}


/*#sideBox ul li {
	margin: 0 20px 20px 0;
	float: left;
}
*/
#bnrBox {
	margin: 0 0 15px;
	padding: 14px 49px 4px;
	border: solid 1px #c6c8cc;
	clear: both;
}
#bnrBox ul li {
	margin: 0 20px 10px 0;
	float: left;
}
#sideBox ul li img,
#bnrBox ul li img {
	vertical-align: bottom;
}

/* ============================================
	footer
============================================ */
#footer {
	margin: 15px 0 0;
}
#footer #footerIn {
	width: 960px;
	height: 120px;
	position: relative;
	margin:0 auto;
	text-align: left;
}
#footer #footerIn #footerLink li {
	float: left;
	line-height: 1;
	background: url(../common/img/icon_link01.gif) left 45% no-repeat;
	padding: 0 18px 0 10px;
}
#footer #footerIn #footerLink li a { color:#666; }
#footer #footerIn #address {
	position: absolute;
	left: 0;
	top: 52px;
	line-height: 1;
}
#footer #footerIn #copyright {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 960px;
	text-align: center;
	color:#fff;
	font-size: 10px;
}




