body{
	margin : 0px;
	font-family:verdana,"Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS PGothic",Sans-Seri;
	}

#headbar{
	top : 0px;
	left : 0px;
	width: 800px;
	height : 100px;
	padding : 0px;
	position : fixed;
	background-image : url(image-main/sec_header.jpg);
	z-index : 3;
	}

#subbar{
	top : 100px;
	left : 0px;
	width : 160px;
	height : 700px;
	padding : 10px;
	position : fixed;
	color: #0000a6;
	background-color : #ffffe0;
	z-index : 2;
	}

#content{
	top : 100px;
	left : 180px;
	width: 600px;
	padding : 10px;
	position : absolute;
	background-color : #e0ffff;
	z-index : 1;
	}

#subbar ul{
	margin: 0;
	padding: 0;
	}
#subbar ul li{
	width:10em;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left:3px solid #95cc54;
	}
#subbar ul li a{
	display:block;
	text-align:center;
	text-decoration:none;
	}
#subbar ul li a:link{
	color: #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 5px 1px 5px 0;
	}
#subbar ul li a:visited{
	color: #000000;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 5px 1px 5px 0;
	}
#subbar ul li a:hover{
	color: #333333;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 6px 0 4px 1px;
	}

h1{
	color: #0000a6;
	border-width: 0px 0px 2px 20px;
	border-style: solid;
	border-color: #95cc54;
	line-height: 100%;
}
h2{
	color: #0000a6;
	border-width: 0px 0px 2px 15px;
	border-style: solid;
	border-color: #95cc54;
	line-height: 100%;
}
h3{
	color: #0000a6;
	border-width: 0px 0px 2px 10px;
	border-style: solid;
	border-color: #95cc54;
	line-height: 100%;
}

table.syosai{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 100%;
}

table.syosai th{
	width:120px;
	padding:4px 2px 2px 4px;
	text-align:left;
	vertical-align:top;
	color:#666666;
	background-color:#c9ea95;
	border-bottom:1px dotted #999999;
	border-left:5px solid #95cc54;
}

table.syosai td{
	padding:4px 2px 2px 4px;
	border-bottom:1px dotted #999999;
	border-left:3px double #dddddd;
}

table.nyuryoku{
	border-collapse: collapse;
	border-style: solid;
	border-color: #666699;
	border-width: 1px;
}

table.nyuryoku th{
	width:180px;
	color: #000;
	background-color: #ccffcc;
	border-style: solid;
	border-color: #666699;
	border-width: 1px 1px;
}

table.nyuryoku td{
	width:428px;
	color: #ffffff;
	background-color: #339933;
	border-style: solid;
	border-color: #666699;
	border-width: 1px 1px;
}

.tab{
	margin:50px 0 0;
	position:relative;
	width:610px;
	border-bottom:1px solid #333;
}
.tab a{
	color:#cc0000;
	}
.tab ul,.tab li{
	margin:0;
	padding:0;
	}
.tab ul{
	position:absolute;
	bottom:-1px;
	margin:0 0 0 10px;
	border-left:1px solid #333;
	}
.tab li,.tab li a{
	line-height:2em;
	float:left;
	width:2em;
	height:2em;
	background:#ddd;
	} 
.tab li{
	border-right:
	1px solid #333;
	border-left:none;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	text-align:center;
	list-style:none;
	}
.tab li a:hover{
	background:#fc2;
	}
.tab li.menu_op{
	background:#fff;
	border-bottom:1px
	solid #fff;
	font-weight:bold;
	}

.ichiran{
	list-style:url("image-main/icon.gif") square inside;
	font-size:large;
	line-height:150%;
}
.ichiran a:hover{
	background:#fc2;
	}

.txtmode1{
	ime-mode: active;   /* 全角モード */
	}
.txtmode2{
	ime-mode: inactive; /* 半角モード */
	}

.txt1indext{
	text-indent: 1em;
	}

.txt2indext{
	text-indent: 2em;
	}
