@charset "shift_jis";


#frame {
	width: 900px ;
	margin: auto ;
	background-color:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#009900;
	text-align:left;
}

.bc { background-color:#d0ffd0;}

img {
	border: 0px ;
}

body{
	margin:0px;
	color:#1f1f1f;
	background-color:#d0ffd0;
	text-align:center;
}


#header {
	position: relative ;
	height: 110px ;
	background: url("img/head.jpg") no-repeat ;
}

#header a {
	white-space: nowrap ;
}

#header * {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}


#header h1  {
	margin:0;
	left: 15px;
	top: 0px;
	width: 700px;
}

#header p img {
	left: 15px;
	top: 25px;
}


/* HEAD-MENU
==============================*/

#head-menu {
	width:900px;
	height:40px;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
}

#head-menu ul {
	display:inline;
}


#head-menu li {
	width: 150px;
	height:25px;
	line-height:25px;
	text-align:center;
	list-style-type: none ;
	float:left;
}


#head-menu li a {
	color:#fff;
	text-decoration: none ;
	display: block ;
	background: url("img/head-menu1.jpg") no-repeat ;
}


#head-menu a:hover {
	color:#fff;
	background: url("img/head-menu2.jpg") no-repeat ;
}





ul,ol,p {margin:0; padding:0;}



.f1xxs{ font-size: xx-small; }
.f2xs{ font-size: x-small; }
.fxs2{ font-size: x-small; }
.f3s{ font-size: small; }
.f4m{ font-size: medium; }
.f5l{ font-size: large; }
.f6xl{ font-size: x-large; }
.f7xxl{ font-size: xx-large; }


.link-main{
	width:650px;
	float:right;
	padding-left:10px;
	padding-right:10px;
	font-size: small;
}


h2 {
	margin-bottom:20px;
	height: 50px;
	line-height:50px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #009900;
	text-align: left;
	background: url("img/titlelogo.jpg") no-repeat ;
}


#side {
	position: relative ;
	float: left ;
	text-align:left;
	width: 200px ;
	padding-left:10px;
	padding-right:10px;
	overflow: hidden ;
	font-size: 12px ;
}



.c-both{
	clear:both;
}


#footer{
	width:900px;
	text-align:center;
	font-size: small;
	clear:both;
}

#footer h3{
	width:500px;
	float: left ;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
}


#footer p{
	width:250px;
	float: right ;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
}









/* SIDE
==============================*/


#side {
	margin-bottom: 20px ;
	text-align: left;
}


#side p {

	margin: 10px ;
	font-size: 10px ;
	text-align: left ;
}


#side h3 {
	margin-bottom:10px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding-left:15px;
	height:20px;
	line-height:20px;
	background: url("img/side-h3.jpg") no-repeat ;
}


#side h4 {
	font-size: 12px ;
	margin-bottom : 5px ;
	text-align: left ;
}


#side #menu ul {
	margin-bottom: 10px ;
}


#side #menu li {
    padding-left:5px;
	margin-bottom:5px;
	width: 100%;
	line-height:1;
	list-style-type: none ;
}


#side #menu li a {
    padding-top:3px;
	padding-bottom:3px;
	padding-left:22px;
	font-size: 12px ;
	color:#0000FF;
	text-decoration: none ;
	display: block ;
	background: url("img/link-menu1.gif") no-repeat ;
	background-position: 5px 1px ;
}


#side #menu a:hover {
    padding-top:4px;
	padding-bottom:2px;
	padding-left:23px;
	color:#FF0000;
	background: url("img/link-menu2.gif") no-repeat ;
	background-position: 6px 2px ;
}

#side table{
    width:200px;
	border:none;
	border-collapse:collapse;
}

#side td{
	border:1px solid #00CC00;
	border-collapse:collapse;
}

