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


#h2_title{
	background-image: url(../news/images/h2_img.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 624px;
}

#h2_title h2{
	text-indent:-9999px;
	margin:0;
	padding:0;
}

.news_title{
	background-image: url(../news/images/news_title.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
.news_title h3{
	font-weight: bold;
	color: #13599C;
	margin:0 0 0 80px;
	padding:15px 0 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.news_box{
	width:850px;
	padding:0;
	margin:0 30px 0 20px;
	
}

.news_box h4{
	padding:3px 5px 3px 10px;
	color: #F3B021;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #F3B021;
}

.news_box p{
	padding:0;
	margin:10px 0;
}

.news_box_header{
	background-image: url(../news/images/news_box_header.gif);
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	height: 29px;
}

.news_box_body{
	background-image: url(../news/images/news_box_body.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 5px 0;
}
.news_box_footer{
	background-image: url(../news/images/news_box_footer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
}

.date{
	text-align:right;
	margin:0 50px 0 0;
}

td{
	padding:10px 0;
	margin:0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

th{
	padding:10px 0;
	text-align:center;
	margin:0;
	font-weight: bolder;
	color: #2770AB;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #07599C;
}

.right{	
	float:right; 
	width:320px;
	text-align:right;
	}
