@charset "UTF-8";
/* CSS Document */

header, #content {
	width: 955px;
	margin: 0 auto;
	clear: both;
}
/* header section */
header {
	height: 114px;
	padding: 26px 0 0 0;
	background: url(../../images/common/bg_header.png) repeat-x center top;
	position: relative;
}
header .qualification {
position: absolute;
top: 17px;
left:170px;
}
h1#logo {
	width: 130px;
	height: 38px;
	margin: 0 0 10px 22px;
}
h2#phone {
	width: 291px;
	height: 21px;
	margin: -38px 50px -21px 22px;
	float: right;
}
h3#catchcopy {
	color: #3F3F3F;
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	margin: 0 0 0 22px;
}
/* nav section */
nav {
	width: 955px;
	height: 180px;
	margin: 0 auto -180px auto;
	position: relative;
	top: -54px;
	z-index: 3
}
ul#gNav {
	float: right;
	margin: 0 50px 0 0;
}
.gNav {
	display: inline;
}
/*footer section */
footer {
	color: #fff;
	font-size: 10px;
	width: 895px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(../../images/common/bg_footer.png) repeat-x 0 top;
	clear:both;
}
h1#company_name {
    text-align: center;
}
p#copyright {
	float: right;
}
/*wrapper section */
#wrapper {
	width: 651px;
	padding: 0 152px;
	margin: 0 auto;
}
/* toppage section */
body#top {
	background: url(../../images/top/bg_body.png) no-repeat center top;
}
body#top #wrapper {
	margin: 70px auto 0 auto;
}
h2.category {
	margin: 0;
	position:relative;
	z-index:5;
}
p.explain {
	color: #3F3F3F;
	margin: 0 0 48px 0;
	font-size: 12px;
	line-height: 150%;
}
#seccam {
    margin-top:-24px;
    margin-bottom: 48px;
}
/*greeting section */
body#greeting {
	background: url(../../images/greeting/bg_body.png) no-repeat center top;
}
body#greeting #wrapper {
	margin: 137px auto 67px auto;
}
body#greeting h2#greeting {
	width: 108px;
	height: 22p;
	margin: 0 auto;
}
p#greeting_text {
	color: #3F3F3F;
	font-size: 13px;
	line-height: 385%;
}
p.sign {
	float: left;
	text-align: left;
}
span#policy {
	width: 128px;
	height: 112px;
	float: right;
}
/* info section */
body#info {
	background: url(../../images/info/bg_body.png) no-repeat center top;
}
body#info #wrapper {
	margin: 97px auto 47px auto;
}
table#info_table {
	margin-bottom: 20px;
}
table#info_table th {
	color: #3F3F3F;
	font-size: 12px;
	width: 121px;
	padding: 10px;
	background: #ddd;
	text-align: left;
	vertical-align: top;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
}
table#info_table td {
	color: #3F3F3F;
	font-size: 12px;
	line-height: 150%;
	width: 487px;
	text-align: left;
	padding: 10px;
	background: #efefef;
	vertical-align: top;
	border-bottom: solid 3px #fff;
}
.addressTable td{
	border-bottom: none !important;
	padding: 1px !important;
	
}
.addressTitle {
	width: 25% !important;
}
