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

/*------------ グローバルナビ ------------*/
ul#gnav li#news a {
	width: 115px;
	height: 32px;
	margin: 0;
	background-position:-230px -32px;
}

/*------------ メインタイトル ------------*/
h2#main_title {
	background: url(../news/images/main_image.jpg);
}

/*------------ 記事ボックス ------------*/
table.news_box {
	width: 680px;
	margin: 0 0 20px 10px;
}

table.news_box td {
	vertical-align: top;
}

table.news_box td.news_text {
	width: 80%;
	padding: 0 20px 20px 10px;
	border-bottom: #8c9da8 1px dashed;
}

table.news_box td.news_img{
	padding: 0 10px 20px 0;
	border-bottom: #8c9da8 1px dashed;
}

/*------------ 記事本文 ------------*/
h3.news_title {
	padding: 0 0 20px 10px;
	color: #009900;
	font-size: 16px;
}

h4.news_subtitle {
	padding: 0 0 10px 0;
	color: #333;
	font-size: 14px;
}

table.news_box p {
	font-size: 12px;
}

