/* css:ニュース｜お知らせ インデックス */

/* コンテンツ左 */
#wrapper #contents div.main_img {
	width:633px;
}


/* テーブルbox */
#wrapper #contents div.box {
	width:633px;
	margin-top:20px;
}

/* テーブル */
#wrapper #contents table {
	width:630px;
	line-height:18px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:75%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}
#wrapper #contents table tr {
	line-height:18px;
}
#wrapper #contents table th {
	width:90px;
	font-weight:normal;
	line-height:18px;
    padding:5px;
}
#wrapper #contents table td {
	line-height:18px;
    padding:8px 5px 8px 0px;
}

#wrapper #contents table td.nomal {
	line-height:18px;
    padding:8px 5px 8px 0;
}
#wrapper #contents table td.nomal a {
	text-decoration : none;
}

img.icon {
	padding-left:5px; 
}

/* サイドバー右 */
/* ナビ（コンテンツ右） */
#wrapper #sidebar #menu ul {
	width:175px;
	margin-left:25px;
	margin-bottom:30px;
}
#wrapper #sidebar #menu ul li {
	width:175px;
	height:30px;
	list-style:none;
}
#wrapper #sidebar #menu ul li a {
	width:175px;
	height:30px;
	display:block;
	text-indent:-9999px;
}
/* お知らせ */
#wrapper #sidebar #menu ul li a.news {
	background:url(../img/news_side_menu_01.gif) no-repeat 0 0;
}
#wrapper #sidebar #menu ul li a.news-current,
#wrapper #sidebar #menu ul li a:hover.news {
	background:url(../img/news_side_menu_01.gif) no-repeat 0 -30px;
}
/* 重要なお知らせ */
#wrapper #sidebar #menu ul li a.important {
	background:url(../img/news_side_menu_02.gif) no-repeat 0 0;
}
#wrapper #sidebar #menu ul li a.important-current,
#wrapper #sidebar #menu ul li a:hover.important {
	background:url(../img/news_side_menu_02.gif) no-repeat 0 -30px;
}
/* プレスリリース */
#wrapper #sidebar #menu ul li a.release {
	background:url(../img/news_side_menu_03.gif) no-repeat 0 0;
}
#wrapper #sidebar #menu ul li a.release-current,
#wrapper #sidebar #menu ul li a:hover.release {
	background:url(../img/news_side_menu_03.gif) no-repeat 0 -30px;
}