body{
background-color: #F2F2F2; 
text-align: center;
font-size: 0.9em;
color: #996600;
}

body *{
margin: 0;
padding: 0;
}

div.main{				/*<DIV class="main">範囲内*/
width: 900;				/*サイト構成幅*/
background-color: #ffffff;		/*背景色*/
font-size: 10pt;			/*文字サイズ*/
margin: 0 auto;
}

h1{
background-color: #ffffff;
width: 900;
text-align: left;
font-size: 10pt;
color: #754C24;
font-weight: normal;
margin: 0 auto;
}

A:link{
text-decoration:none;
font-size: 0.9em;
color: #996600;
}

A:visited{
text-decoration:none ;
font-size: 0.9em;
color : #800080;
}

A:ACTIVE{
text-decoration:underline;
font-size: 0.9em;
color : red;
}

A:HOVER{
text-decoration:underline;
font-size: 0.9em;
color : red;
}

form{
margin: 0px;
}
#topicPath {
margin: 10px 0;
font-size: 10pt;
text-align: left;
}

#topicPath li {
display: inline;
list-style-type: none;
}

TR.dcate {
	padding-bottom: 15px;
}

TD.cate {
	text-align: center;
	vertical-align: top;
}

.space TD {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

TD.w20p {
	width: 20%;
}

TD.w33p {
	width: 33%;
}

TD.w50p {
	width: 50%;
}

HR {
  color: #cccccc;
}

/*--------ここからフッター用スタイル---------*/
SPAN.nabi-title{
	position:relative; top:-12px; left:12px;
z-index:2;
background:#FFFFFF;
padding:0 5px;
font-size:1.1em;
font-weight:bold;
}

IMG.star{
	position:relative; top:5px;
z-index:3;
}

TABLE.footer-nabi01,
TABLE.footer-nabi02,
TABLE.footer-nabi03{
	position:relative; top:-20px;
z-index:1;
font-size:1.0em;
line-height:1.4;
border-collapse:collapse;
border-width:5px;
border-style:solid;
}

TABLE.footer-nabi01{
	border-color:#FF8C10;
}
TABLE.footer-nabi02{
	border-color:#B58C52;
}
TABLE.footer-nabi03{
	border-color:#009C42;
}

TABLE.footer-nabi01 TD{
	padding:5px; border-bottom:1px dashed #FF8C10;
}
TABLE.footer-nabi02 TD{
	padding:5px; border-bottom:1px dashed #B58C52;
}
TABLE.footer-nabi03 TD{
	padding:5px; border-bottom:1px dashed #009C42;
}
