@charset "utf-8";
@import "../common/0-import.css";
#container{
	padding-bottom: 0;
	width: 667px;
	border: none;
	background: none;
}

#header {
	width: 667px;
	height: 40px;
}

#header h1 {
	top: 10px;
	left: 7px;
}

#container #main {
	margin: 0 0 8px;
	padding: 0 18px 0 6px;
	position: relative;
	background: url(../../img/privacy/main_back.gif) repeat-y left top;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}


#main .topBox {
	padding-bottom: 103px;
}

#main .imgBox {
	padding-top: 16px;
	float: right;
	width: 320px;
}

#main .topBox .leftBox {
	padding: 16px 16px 0 0;
	width: 90%;
	margin: 0px auto;
/*	float: left; */
}

#main .topBox .leftBox p {
	padding-left: 2px;
	line-height: 1.5;
}
	

#main .topBox .leftBox p.blue {
	margin-bottom: 8px;
	padding: 3px 0 13px 3px;
	font-size: 14px;
	color: #0B47AE;
	letter-spacing: 2px;
	background: url(/img/news/icon01.gif) repeat-x left bottom;
}

#main .topBox .leftBox p.blue span {
	display: block;
	margin-left: 8px;
}

#main .topBox .leftBox p.gray {
	padding: 0 12px 0 5px;
	color: #757575;
	letter-spacing: 2px;
	font-size: 12px;
}

#main .topBox .leftBox p a {
	display: block;
	color: #EB64D0;
}

#main .topBox .leftBox p a:hover {
	text-decoration: underline;
}

#main .topBox .leftBox table.gray {
	padding: 0 12px 0 5px;
	color: #757575;
	letter-spacing: 2px;
	font-size: 12px;
}

#main .topBox .leftBox table.gray-s {
	padding: 0 12px 0 5px;
	color: #757575;
	letter-spacing: 1px;
	font-size: 12px;
}



#main a.colse {
	position: absolute ;
	right: 14px;
	_right: 13px;
	bottom: -1px;
}

#footer {
	margin: 0;
	padding: 0;
	width: auto;
	clear: both;
}

#footer p {
	margin: 0 0 0 2px;
}
 
