@charset "utf-8";

*{
	margin:0px;
	padding:0px;
}

body{
	color:#666666;
	font: 12px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:348px;
}

ul.ul-arrow{
	padding:0px 20px 20px 20px;
}

ul.ul-arrow li{
	list-style-type:none;
	background: url(../img/li_arrow.jpg) no-repeat scroll 0px center;
	padding-left: 15px;
	line-height: 200%;
}

a{
	color:#2876C4;
}

a:hover{
	color:#003366;
}


p.p-more{
	text-align:right;
	padding-right:10px;
	font-size:10px;
}

p.p-more a{
	background: url(../img/li_arrow.jpg) no-repeat scroll 0px center;
	display: block;
	width: 55px;
	margin:0px 0px 0px auto;
}

div#contents{
	width:800px;
	padding: 0px;
}


h2#h2-news{
	width:780px;
	height:45px;
	background: url(img/h2_news.jpg) no-repeat scroll 0px 0px;
	text-indent:-9000px;
}


div#news-contents{
	background: url(img/bg_newscontents.jpg) repeat-y scroll 0px 0px;
	width: 780px;
}

div#news-contents-right{
	float:right;
	width:540px;
	height:auto;
	padding: 20px;
}

div.news-header{
	height:29px;
	background: url(img/bg_newsheader.jpg) repeat-x scroll 0px 0px;
	width: 538px;
	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
}

* html div.news-header h3{
	margin-left: 5px;
}

div.news-header h3{
	float:left;
	width:375px;
	font-size: 12px;
	color: #184674;
	background: url(img/bg_h3.jpg) no-repeat scroll 0px 9px;
	padding-left: 16px;
	margin-left: 10px;
	padding-top: 6px;
}

* html p.p-updays{

	margin:0px;
}

p.p-updays{
	float:right;
	width:80px;
	padding-top: 5px;
	padding-right: 10px;
	
	text-align:right;
}

div.news-entry{
	width:498px;
	height:auto;
	border:solid 1px #E4E4E4;
	padding: 20px;
	margin-bottom:20px;
}

hr{
	width:100%;
	height:1px;
	margin: 20px 0px;
	border-top: 1px dotted #003366;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}