#news_h1{
	padding:0;
	margin:0;
	height:40px;
	background-image: url(../images/inside_h1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#news_h1 h1{
	font-size: 120%;
	color: #D21477;
	text-align:right;
	padding:0 60px 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.news_box{
	width:800px;
	padding:0;
	margin:10px 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #778EA3;
}

.news_title{
	background-image: url(../images/inside_h2.gif);
	background-position: left bottom;
	padding:0 0 5px 0;
	margin:0;
	color: #1C2047;
	height:40px;
	background-repeat: no-repeat;
	width:850px;
}

.news_title h2{
	margin:0 0 0 35px;
	font-size: 90%;
}

.news_txt{
	margin:0 30px;
	padding:0;
	color: #1C2047;
}

.date{
	text-align:right;
	font-size:9px;
	margin:0 10px;
}


.news_list{
	padding:0;
	margin:0;
}

.news_list ul{
	padding:0;
	margin:0;
}

.news_list li{
	padding:0;
	margin:0 5px;
	float:left;
	list-style-type: none;
	font-size: 85%;
}

table{
	width:600px;
	font-size:85%;
}
td{
	padding:3px 0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	
}

th{
	background-color: #999;		
}

.td01{
	color: #F39;			
}