@import url("../common/common.css");

/*-----------------------------------------------------------------------------
ニュース一覧
-----------------------------------------------------------------------------*/
#left {
	width:150px;
}

#right {
	width:700px;
}

#main {
	padding:20px 20px 0;
	background:#fff;
	width:860px;
}

h1 {
	margin:0 0 5px;
	padding:3px 0 10px 2px;
	font-size:16px;
	background:#fff url("img/border.gif") no-repeat 0 22px;
	line-height:18px;
	height:18px;
	letter-spacing:2px;
}

table.content_news {
	margin-left:auto;
	margin-right:auto;
	width:680px;
	background-color:#fff;
}

table.content_news th,
table.content_news td {
	padding:5px;
	vertical-align:top;
	background:#fff url("img/border2.gif") repeat-x 0 100%;
}

table.content_news th {
	width:134px;
	text-align:right;
}

table.content_news th img {
	margin-right:25px;
}

table.content_news tr.noborder th,
table.content_news tr.noborder td {
	background:none;
}


/*-----------------------------------------------------------------------------
左メニュー
-----------------------------------------------------------------------------*/

#rss1 {
	margin-bottom:10px;
	display:block;
	background:url("img/rss1.gif") no-repeat;
	width:120px;
	height:35px;
}

#rss2 {
	display:block;
	background:url("img/rss2.gif") no-repeat;
	width:120px;
	height:35px;
}




