@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: 270px;
	margin: 0;
	padding: 0px 50px 0px 0px;
}

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

/*------------------------------------------------------------
	contents
------------------------------------------------------------*/
#box_l01 {
	width: 270px;
	margin-bottom: 30px;
}
#box_l01 .hBox {
	margin: 0 0 10px 2px;
	overflow: hidden;
}
#box_l01 .hBox .wBox {
	margin-right: 14px;
	margin-bottom: 50px;
	width: 120px;
	height: 120px;
	float: left;
}
#box_l01 .hBox .wBox .iBox {
	padding: 0 0 3px 0;
	zoom: 100%;
}
#box_l01 .hBox .wBox .iBox img {
	border: 1px solid #aaa;
	display: block;
}
#box_l01 .hBox .wBox {
	text-align: left;
	font-size: 10px;
	line-height: 12px;
}
#box_l01 .hBox .wBox a:link {
	color: #333;
	text-decoration: none;
}
#box_l01 .hBox .wBox a:visited {
	color: #333;
	text-decoration: none;
}
#box_l01 .hBox .wBox a:hover {
	color: #CCC;
	text-decoration: none;
}
#box_l01 .hBox .wBox a:active {
	color: #CCC;
	text-decoration: underline;
}

#box_l01 .hBox .wBox a:link img {
	border: 1px solid #aaa;
}
#box_l01 .hBox .wBox a:visited img {
	border: 1px solid #aaa;
}
#box_l01 .hBox .wBox a:hover img {
	border: 1px solid #082754;
}
#box_l01 .hBox .wBox a:active img {
	border: 1px solid #aaa;
}


#box_c01 {
	width: 670px;
	margin-bottom: 30px;
}
#box_c01 h3 {
	background-image: url(../img/newsli_bxtit_c01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 14px;
	width: 294px;
	height: 17px;
}
#box_c01 .item1 ul {
	list-style-image: none;
	list-style-type: none;
}
#box_c01 .item1 li {
	background-image: url(../common/img/dotted_hr.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}

#box_c01 .item1 h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}
#box_c01 .item1 span.date {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#box_c01 .item1 p {
}


/*------------------------------------------------------------
	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;
}