@charset "utf-8";

/*--------------------------------------------------------
	#main
--------------------------------------------------------*/

#main h2 {
	width: 648px;
	height: 55px;
	text-align: center;
	background: url(../img/common/bg-page-tit.gif) repeat-x;
}
#main .lead {
	margin: 18px 20px 0;
}
#main .tit {
	width: 648px;
	height: 47px;
	background: url(../img/common/bg-tit.gif) repeat-x;
}
#main .tit h3 {
	float: left;
}
#main .tit p{
	float: left;
	margin-left: 20px;
	line-height: 46px;
	font-size: 11px;
	color: #fff;
}
#main .tit .pagetop {
	float: right;
}
#main #privacy-policy {
	margin-top: 30px;
}
#main #privacy-policy dl {
	margin: 30px 20px 0;
}
#main #privacy-policy dl dt {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	background: url(../img/common/bg-tit-dot.gif) no-repeat;
}
#main #privacy-policy dl dd {
	margin: 10px 0 0 20px;
}
#main #privacy-policy dl dd ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}

#btn-contact-main {
	width: 648px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
   background-color: #f2f2f2;
   text-align: center;
   margin-top: 40px;
   padding: 30px 0;
}
#btn-contact-main h4 a {
	display: block;
	width: 496px;
	height: 65px;
	text-indent: -9999px;
	margin: 20px auto 15px;
	background: url(../img/common/btn-contact2-main.gif) no-repeat;
}
#btn-contact-main h4 a:hover {
	background-position: 0 -65px;
}
#btn-contact-main .tel {
	margin-right: 20px;
}

/*--------------------------------------------------------
	#sidebar
--------------------------------------------------------*/
#page-nav {
	width: 202px;
	padding: 34px;
	border: 1px solid #dff3ff;
	background: #fff;
}
#page-nav ul li a {
	display: block;
	text-indent: -9999px;
	width: 202px;
}
#page-nav ul li.nav-privacy a {
	margin-top: 30px;
	height: 34px;
	background: url(../img/privacy/nav-privacy.gif) no-repeat;
}
#page-nav ul li.nav-company a {
	margin-top: 8px;
	height: 34px;
	background: url(../img/privacy/nav-company.gif) no-repeat;
}
#page-nav ul li.contact-sidebar a {
	height: 48px;
	background:url(../img/common/btn-contact2-sidebar.gif) no-repeat;
	margin-top: 18px;
}
#page-nav ul li a:hover {
	background-position: 0 -34px;
}
#page-nav ul li.contact-sidebar a:hover {
	background-position: 0 -48px;
}