@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
	}


/*****お知らせ　ニューウィンドウ*****/
#nw {
	background:url(../images/common/news_bk.gif) repeat-y left top;
	width:650px;
	margin:20px auto;
}
/* タイトル枠 */
.nw_title {
	background-color:#EDEDED;
	border-bottom:1px solid #CCCCCC;
	padding:10px;
	width:580px;
	margin:15px auto;
}
/* タイトル枠 メインタイトル */
.nw_title h3 {
	font-size:120%;
	margin-bottom:3px;
}

/* タイトル枠 サブタイトル */
.nw_title h4 {
	font-size:100%;
/*	color:#FF0000;*/
	margin:0;
}

/* 記事本文 */
#nw p.body {
	width:600px;
	margin:0 auto;
}

#nw_add {
	background:url(../images/common/news_line.gif) no-repeat left top;
	padding-top:15px;
	width:600px;
	margin:15px auto;
	text-align:center;
}

#nw_copyright {
	background:url(../images/common/news_line.gif) no-repeat left top;
	width:400px;
	padding-top:5px;
	margin: 5px auto;
	font-size: 90%;
}

#nw_foot {
	background:url(../images/common/news_bot.jpg) no-repeat left top;
	padding:10px 0;
	text-align:center;
}


/* お知らせテーブル */
table.news{
	width:600px;
	font-size:12px;
}
table.news td,th{
	border:#DDDDDD solid 2px;
	line-height:1.4;
}
table.news th{
	background:#ACACAC;
	font-size:105%;
	width:20%;
}

.mb5 {margin-bottom:5px;}	
.mb10 {margin-bottom:10px;}	
.mb15 {margin-bottom:15px;}	
.mr10 {margin-right:10px;}	
