@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;
}

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

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

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

.left {
	float: right;
	width: 272px;
	margin: 0;
	padding: 0px 48px 0px 0px;
}

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

/*------------------------------------------------------------
	contents
------------------------------------------------------------*/
#box_l01 {
	width: 272px;
	margin-bottom: 30px;
}
#box_l01 img {
	border: 1px solid #aaa;
}


#box_c01 {
	width: 670px;
	margin-bottom: 30px;
}
#box_c01 h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
}
#box_c01 h2 {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 5px;
}
#box_c01 span.date {
	font-size: 12px;
	color: #999
}
#box_c01 p {
	margin-top: 14px;
}

/*------------------------------------------------------------
	Page Navigation
------------------------------------------------------------*/
#contents .pgTNav {
	margin-bottom: 15px;
}

#contents .pgTNav span {
	color: #000;
}

#pgBNav {
	width: 990px;
	float: left;
}
#pgBNav dl {
	width: 990px;
}
#pgBNav dt {
	float: left;
	text-align: left;
	width: 495px;
}
#pgBNav dd {
	float: left;
	text-align: right;
	width: 495px;
	margin-bottom: 20px;
}
