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

/*　マスターファイル編集用*/

body {
	background:#FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;	/* モダンブラウザ向け */
    *font-size: small;	 /* IE 7向け */
    *font: x-small;		 /* IE 6以下 */
	color: #000033;
	margin: 2em;
	/*padding: 2em;*/
	border: double #000066;
	padding-bottom: 3em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}

a	{
	color:#333333;
	text-decoration: none;	
}
	
a:hover	{
	color:#000000;
	text-decoration: underline;
}

h1	{	/*　検索エンジン用	*/
	font-family: 
	'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.8em;
	color:#666666;
	text-align:center
	}

h2	{
	font-family: 
	'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.2em;
	color:#666666;
	text-align:center
	}

h3	{
	font-family: 
	'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.8em;
	color:#666666;
	}

h4	{
	font-family: 
	'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.2em;
	}

h6 {
	color: #333333;
	font-size: 0.9em;
}

	
/*　ヘッダセル　*/
th {
	background: #000033;
	color: #ffffff;
	text-align: center;
}

th a	{
	color:#cccccc;
	text-decoration: none;	
}
	
th a:hover	{
	color:#ffffff;
	text-decoration: underline;
}

td	{
	/*color:BLACK;*/
	font-size: 12px;
	/*font-size: 10px;*/
	background-color: #FFFFFF;
	}


/*　ニュース一覧　*/

.current{

	display:block;
	padding:5px 0 5px;

	width:105px;

	min-height:21px;

	text-decoration:none;

	color:#3993c7;

	background:url(/images/icon/year_navi_bg_ovr.gif) no-repeat 0 0;
	font-weight:bold;

	font-size:110%;

	text-align:center;

}


.inner{

	display:block;

	padding:5px 0 5px;

	width:105px;

	min-height:21px;

	background:url(/images/icon/year_navi_bg_def.gif) no-repeat 0 bottom;

	font-weight:bold;

	font-size:110%;

	text-align:center;

}

.inner span{

	font-size:120%;

	padding:0 0 0 12px;

	text-align:right;

	background:url(/images/icon/icon_arr.gif) no-repeat 0 6px;

}

