body{
	margin : 0px;
	font-family:verdana,"Hiragino Kaku Gothic Pro",Osaka,Meiryo,"MS PGothic",Sans-Seri;
	}

#headbar{
	top : 0px;
	left : 0px;
	width: 800px;
	height : 275px;
	padding : 0px;
	position : absolute;;
	background-image : url(image-main/img_header.jpg);
	z-index : 3;
	}

#subbar{
	top : 275px;
	left : 0px;
	width : 160px;
	height : 700px;
	padding : 10px;
	position : absolute;
	color: #0000a6;
	background-color : #ffffe0;
	z-index : 2;
	}

#content{
	top : 275px;
	left : 180px;
	width: 600px;
	padding : 10px;
	background-color : #e0ffff;
	position: relative;
	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%;
}
