#footer {
	background: url(../images/bg1.gif) repeat top;
	font-size: 12px;
	text-align:center;
	padding: 10px;
	margin: 0px 0px;
	line-height: 100%;
	font-weight: normal;
}
#footer {
	clear: both;
	font-family: Arial;
}
#footer a:link {color: #990000;}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align:center;
	
}
#header {
	/*background: url(../images/bg_main2.jpg) repeat top;*/
	height: 120px;
	background-color:#006e51;
	border-bottom:4px solid #006e51;

}
#header_in {
	width:900px;
	text-align:left;
	position:relative;
	margin:auto;
}
#header h1 {
	position:absolute;
	top:2px;
	right:3px;
	font-size:12px;
	font-weight:normal;
	color: white;
	
}
#header div.logo {
	position: absolute;
	left: 10px;
	top: 10px;
	color:white;
}

#header div.contact {
	position: absolute;
	right: 0px;
	top: 53px;
}
#header div.telephone {
	position: absolute;
	right: 110px;
	top: 43px;
}
#menu {
	text-align:center;
	/*top:75px;*/
	margin-top:0px;
	padding-top:0px;

	width:900px;
	margin:auto;
}

#menu ul {
	list-style: none;
	margin-top:0px;
	margin: 0px;
	padding:0px;
}

#menu li {
	display: inline;
	margin-top:0px;
}

#menu a {
	display: block;
	float: left;
	width: 90px;
	height: 25px;
	text-align: center;
	font-size:12px;
	text-decoration: none;
	color:black;
	font-family:meiryo;
	font-weight:bold;
}


#menu a:hover {

	text-decoration: none;
	color: #666666;
}
#menu a.active {

	text-decoration: none;
	color: white;
	background-image:url(../images/menu_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}


div#content {
	float: right;
	width: 790px;
	text-align:left;
}

div#container {

	margin: auto;
}
div#maincontent {
width:970px;
	padding: 15px;
	background-color: #fff;
	margin:auto;

}
body {
	background-color: ;
	/*background: transparent url(../images/bg_tile.jpg) left top repeat;*/
}


#leftside {
	width: 155px;
	float: left;
	background-color:white;
	margin:auto;
	text-align:left;
	clear:both;

}

.navbar {

	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
}

.navbar li {
	display: inline;
}
	
.navbar li.heading_g {
	display: block;
	background: url(../images/menu_bg1.png) no-repeat left bottom;
	width:150px;
	height:54px;
	font-weight: bold;

	font-size: 12px;
	text-align:left;
	line-height:150%;
	padding: 0px 0px 0px 13px;
	position:relative;
	color:white;
}
.navbar li.heading_g span {
	position:absolute;
	left:10px;
	bottom:0px;
}
.navbar li.heading_s {
	display: block;
	background: url(../images/menu_bg1.png) no-repeat left bottom;
	width:150px;
	height:54px;
	font-weight: bold;
	margin-left: 10px;
	font-size: 12px;
	text-align:left;
	line-height:150%;
	position:relative;
	color:white;
}
.navbar li.heading_s span {
	position:absolute;
	left:10px;
	bottom:0px;
}
.navbar li.heading_k {
	display: block;
	background: url(../images/menu_bg_kaibai.png) no-repeat left bottom;
	width:150px;
	height:54px;
	font-weight: bold;
	margin-left: 10px;
	font-size: 12px;
	text-align:left;
	line-height:150%;
	position:relative;
	color:white;
}
.navbar li.heading_k span {
	position:absolute;
	left:10px;
	bottom:0px;
}
.navbar li.heading_b {
	display: block;
	background: url(../images/menu_broun.png) no-repeat left bottom;
	width:150px;
	height:54px;
	font-weight: bold;
	margin-left: 10px;
	font-size: 12px;
	text-align:left;
	line-height:150%;
	position:relative;
	color:white;
}
.navbar li.heading_b span {
	position:absolute;
	left:10px;
	bottom:0px;
}
/*#navbar li hr {
	display: block;
	border-color: transparent;
	border-bottom: 1px dotted #aaa;
	height: 1px;
	margin: 10px 20px;
}*/
.navbar a {
	text-decoration: none;
	background: transparent url(../images/bg_linkactive2.gif) repeat-y left center;
	display: block;
	
	padding-left: 10px;
	padding: 10px 0px 10px 15px;
	font-size: 13px;
	color: #345;
/* 	line-height: 30px; */
	border-left: 1px solid;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;	
}
.navbar a:hover {
	text-decoration: underline;
	background-color: #E4E4E4;
}
.navbar a.active {
	font-weight: normal;
	background-color:#E4E4E4;

}
a:hover {

	text-decoration: underline;
	/*color:#FF0000;*/
}
a:hover img {
    opacity:0.7;
	filter: alpha(opacity=70);
}