@charset "utf-8";
@import "../common/CSS/0-import.css";
/*------------------------------------------------------------
	/privacy/
------------------------------------------------------------*/
a:link {
	color: #082754;
	text-decoration: underline;
}
a:visited {
	color: #082754;
	text-decoration: underline;
}
a:hover {
	color: #082754;
	text-decoration: none;
}
a:active {
	color: #082754;
	text-decoration: underline;
}

#splash .message {
	background-image: url(../img/hdimg_privacy.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 990px;
	height: 290px;
}

.ruleT { 
border-top: 5px solid #082754;
}

/*------------------------------------------------------------
	contents layout
------------------------------------------------------------*/
.wrapper {
 	float: left;
 	width: 990px;
}

.left {
	float: right;
	width: 310px;
	margin: 0;
	padding: 0px 25px 0px 0px;
}

.center {
	float: right;
	width: 655px;
}

/*------------------------------------------------------------
	contents
------------------------------------------------------------*/
#box_l01 {
	width: 310px;
	height: 198px;
	margin-bottom: 30px;
}
#box_l01 .vCard {
	width: 310px;
	height: 198px;
	float: left;
	background: url(../img/privacy_vcard.gif) no-repeat top center;
}
#box_l01 .vCard img {
	display: block;
}
#box_l01 .vCard p {
	text-align: left;
	font-size: 12px;
	line-height: 21px;
	padding: 27px 0 0 30px;
}

#box_l02 {
	width: 310px;
	font-size: 11px;
	line-height: 19px;
	margin-bottom: 30px;
}
#box_l02 p {
}


#box_c01 {
	width: 655px;
	margin-bottom: 30px;
}
#box_c01 h3 {
	background-image: url(../img/privacy_bxtit_c01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0px 0px 14px 0px;
	width: 175px;
	height: 17px;
}

/*------------------------------------------------------------
	Bottom Nav
------------------------------------------------------------*/
#pgNav {
	width: 990px;
}
#pgNav dl {
}
#pgNav dt {
	float: left;
	text-align: left;
	width: 495px;
}
#pgNav dd {
	float: left;
	text-align: right;
	width: 495px;
	margin-bottom: 20px;
}