@charset "UTF-8";

/*ニュースページ---------------------
-----------------------------------*/
.n_box {
	background-attachment: scroll;
	background-image: url(../../img/news/bg_n.gif);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 100px;
	margin:15px 4px 6px 0;
	padding:7px 0 0 12px;
	font-weight: bold;
	font-size: 12px;
	display:inline;
}

* html .n_box {
	background-attachment: scroll;
	background-image: url(../../img/news/bg_n.gif);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 115px;
	margin:15px 4px 6px 0;
	padding:7px 0 7px 12px;
	font-weight: bold;
	font-size: 12px;
	display:inline;
}

.n_box_right {
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 455px;
	background-color: #F2F2F2;
	margin:15px 0 6px 0;
	padding:7px 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	display:inline;
}

.n_wrapper {
	width:590px;
	height:auto;
	margin:0 0 25px 0;
	padding:0;
	overflow:hidden;
	clear:both;
	}

.n_font1 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
}
.n_font2 {
	font-size: 10px;
	line-height: 150%;
}
table#news {
	margin:0;
	}
	
table#news a { border:0; }