@charset "UTF-8";
/* CSS Document */

#newsBOX p { line-height:140%; }

/*newsBOX
---------------------------------------------------------------------*/
#newsBOX {
	margin-top:25px;
}

#newsBOX h1 {
	width:358px;
	height:55px;
	background:url(../img/title.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}

#newsBOX #newsBOXinner {
	width:675px;
	background:url(../../common/img/back.gif) repeat-y;
	padding:20px 20px 20px;
}

#newsBOX h2 {
	width:662px;
	color:#0d62a2;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	line-height:140%;
	margin:0px 0px 0px 5px;
	padding:0px 0px 5px 3px;
}

#newsBOX #sentence {
	text-align:center;
	color:#222222;
	font-size:1.2em;
	font-weight:bold;
	margin:30px 0px 20px;
}

#newsBOX p {
	margin:10px 0px 0px 0px;
}

#newsBOX h3 {
	color:#ee7831;
	border-bottom:#000000 dotted 1px;
	font-size:1.1em;
	font-weight:bold;
	margin:35px 0px 0px 0px;
	padding-bottom:5px;
}

#newsBOX h4 {
	font-size:1em;
	font-weight:bold;
	margin:15px 0px 10px 0px;
}

#newsBOX ul {
	margin:0px 0px 0px 35px;
	padding:0px;
}


