/*  基本的なスタイル  */




h1	{
	font-size: 160%;
	color: #000000;
	margin: 30px 0px 0px 10px;
}


h2	{
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	background-color: #FFFFCC;
	width: 100%;
	padding: 5px 0px 3px 7px;
}

th		{ background-color: #eeeeee;
	font-size: 12px;
	line-height: 130%;
	}

/*  リンク色設定  */




/*a:link		{ color:#003399; font-weight:bold; }
/*a:visited	{ color:#009999; font-weight:bold; }
/*a:hover		{ color:#009999; }


/*  文字サイズ設定  */

.body	{			/* TEXT */
	font-size: 12px;
	line-height: 150%;
}

.body_s	{			/* TEXT */
	font-size: 10px;
	line-height: 130%;
}

.subhead	{			/* TEXT */
	font-size: 14px;
	line-height: 120%;
	font-weight:bold;
}

/*  レイアウト用設定  */


ul	{			/* リストタグ用 */
	font-size: 12px;
	line-height: 130%
}

.border {  border: 1px #FF9900 solid}
.textbox {  height: 20px; width: 120px; padding-top: 4px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-weight: bold}
.font10 {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 10px}
A {  text-decoration: underline; color: #666666}
A:hover {  color: #FF0000; text-decoration: none}
.borders {  border: #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
td {
	font-size: 12px;
}
.left_border {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: D10000;
	border-right-color: D10000;
	border-bottom-color: D10000;
	border-left-color: D10000;
; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px
}


.feature {text-align:center;margin-left:20px;}
.feature li {width:180px;float:left;margin-top:8px;border-bottom:1px dotted #ccc;}
.home-feature {height:780px;overflow:hidden;text-align:center;}

.backnum {margin-left:10px;}
.backnum li{width:74px;height:23px;float:left;margin-right:3px;margin-bottom:5px;border-bottom:1px dotted #ccc; font-size:12px;}
.backnum_new {clear:both; margin-bottom:5px;padding-bottom:5px;}