/*--------------------------------------------フォントサイズ一括設定--*/
BODY{
	font-size : 12px;
	text-align : center;
	padding: 0px;
	margin: 0px;
	background-repeat : repeat-y;
	background-position : center top;
	color : gray;
	background-color : #6fff6f;
	height:100%;
}
/*--------------------------------------------------------------コンテナ--*/
html{
	height:100%;
	}
* html div#container{
	height:100%;
	}
body > #container {
	height: auto;
	}
/*-----------------------------------------------------全体の横幅設定他--*/
#container{
	vertical-align: top;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 800px;
	background-color: white;
	min-height: 100%;
	}
/*------------------------------------------------------ヘッダーの設定--*/
#header{
	vertical-align : top;
	text-align: left;
	margin: 0px;
	padding : 0px;
	width : 800px;
	border-bottom-width : 0px;
	background-color : white;
	}
/*--------------------------------------------box1とright_sidebarの大枠--*/
#box2{
	vertical-align: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	width : 800px;
	background-color : white;
	height: auto;
	}
/*-------------------------------------------------------左サイドバー--*/
#left_sidebar{
	vertical-align : top;
	text-align : left;
	margin: 0px;
	padding : 20px 5px 20px 5px;
	width: 119px;
	float: left;
}
/*-------------------------------------------------------右サイドバー--*/
#right_sidebar{
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding : 20px 4px 20px 5px;
	width : 151px;
	float: right;
	font-size : 12px;
	line-height : 2em;
	}
/*-----------------------------------------サイドバータイトル部分の設定--*/
.sidebar_title{
	color : black;
	background-color : silver;
	text-align : center;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	vertical-align : middle;
	}
/*--------------------------------------------------メニュー部分の設定--*/
.ul{
	margin : 0px;
	padding: 0px;
	list-style-type: none;
	text-align : left;
	}
.li{
	margin: 0px;
	padding : 0px 0px 10px 0px;
	text-align: left;
	}
/*---------------------------------------------------記事記入部分の設定--*/
#contents{
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding : 20px 5px 20px 0px;	/* 20 5 20 5*/
	width : 430px;
	float: right;
	line-height : 2em;
	background-color : white;
	}
/*-----------------------------------------------実際の記事記入先のBOX--*/
.contents{
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
.clear{
	clear : both;
	}
/*-------------------------------------------------------フッターの設定--*/
#footer{
    text-align: center;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    width: 800px;
    color: #293854;
    background-color: #99CC00;
    height: 30px;
    bottom:0px;
}
/*---------------------------------------------------------文字の設定--*/
H1{
	font-size: 180%;
	text-align: left;
	margin : 0px;
	padding : 0px 0px 5px 0px;
	border-left-width : 6px;
	border-left-style : solid;
	border-left-color : green;
	height : 30px;
	}
H2{
	font-size : 150%;
	text-align : left;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	}
H3{
	font-size : 120%;
	text-align : left;
	margin: 0px;
	padding: 0px;
	}
P{
	text-align : left;
	margin: 0px;
	padding:0px;
	}
#copyright{
	font-size: 75%;
	text-align: right;
	width: 800px;
	height: 1em;
	margin: 0;
	padding: 0;
	}
.copyright{
	text-decoration: none;
	color: #cccccc;
	}
/* ----------------------------------------------------- サブメニュー1*/
.j1{
	float: left;
	width : 132px;
	text-align: center;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 1px;
}

A.menu  { 
	color : #008000;
	text-decoration: none;
	background-color : #d0d0d0; 
	padding:9px 0px;
	width : 132px;
	display: block;
	}
A:HOVER.menu  { 
	background-color :#99ff66;
	color : green;
	}
A:ACTIVE.menu {
	 background-color : #ff86a2;
	}
/* ----------------------------------------------------- サブメニュー2*/
.j2{
	float: left;
	width : 100px;
	margin-right:1px;
	text-align: center;
	padding-top : 0px;
	padding-bottom : 1px;
	}
A.menu2  {  
	color : green;
	text-decoration: none;
	background-color : #b2b2b2; 
	padding:9px 0px;    
	width : 120px;
	display: block;
	}
A:HOVER.menu2  { 
	background-color :#99ff66;
	color : green;
	}
A:ACTIVE.menu2 {
	 background-color : #ff86a2;
	}
 /* -------------------------------------------------------サブメニュー3*/
A.menu3  { 
	color : green;
	text-decoration: none;
	background-color : #9d9d9d; 
	padding:9px 0px;    
	width : 100px; /*110 140*/
	display: block;
	}
A:HOVER.menu3  { 
	background-color :#99ff66;
	color : green;
	}
A:ACTIVE.menu3 {
	 background-color : #ff86a2;
	}

LI{
	color : gray;
	list-style-position : outside;
	}
A{
	color : blue;
	}
A:HOVER{
	color : red;
	}
#top{
	background-image : url(../img/top211.jpg);
	background-repeat : no-repeat;
	width : 800px;
	height : 196px;
	background-position : center bottom;}
#logo{
	background-image : url(../img/image61.gif);
	background-repeat : no-repeat;
	width : 317px;
	height : 50px;
	}
#map{
    position: absolute;
    top: 10px;
    left: 420px;
    width: 380px;
    height: auto;
  }
#header ul#subnav {
	position: absolute;
	top : 10px;
	right: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#header ul#subnav li {
	padding: 0 0 0 14px;
	color: #333;
	background : url(image/l-s1.gif) no-repeat left center;
	}
DL.right{
	background-image : url(img/dd-top-ri.gif);
	background-repeat : no-repeat;
	margin : 5px 0px 0px 0px;
	padding-top : 0px;
	padding-left : 0px;
	background-position : center top;}
DL.right DD{
	background-image : url(img/dd-down-ri.gif);
	background-repeat : no-repeat;background-position : left bottom;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	background-color : #97fda4;
	margin : 0px 0px 5px 0px;
	padding-top : 0px;
	}
DL.lead{
	background-image : url(img/dd-top.gif);
	background-repeat : no-repeat;
	background-position : center top;
	padding-left : 5px;
	margin-left : 0px;
	margin-top : 10px;
	padding-bottom : 10px;
	padding-top : 10px;
	margin-right : 0px;
	padding-right : 5px;
	}
DL.lead DD{
	background-color : #c0c0c0;
	background-image : url(img/dd-down.gif);
	background-repeat : no-repeat;background-position : center bottom;
	padding-left : 10px;
	margin : 0px;
	padding-bottom : 2px;
	}
/*-----------------------------------------sidebox---------------------*/
#box1 {
	margin: 0 auto;
	width: 630px;
	background : url(css_img/box1_bodyr_0.gif) no-repeat right bottom;
	height:100%;
	clear : both;
	float: left; 
	}
.boxhead {
	background : url(css_img/box1_headr_2.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	text-align: center;
	}
.boxhead h2 {
	background : url(css_img/box1_headl_2.gif) no-repeat left top;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	}
.boxbody {
	background : url(css_img//box1_bodyl_0.gif) no-repeat left bottom;
	margin: 0;
	padding: 5px 30px 31px;
	height:100%;
	}
img{
	border:0px;
	}
#gsearch{
    position:absolute;
    top: 0px;
    right: 120px;
    margin: 0;
    padding: 0;
	width : 230px;
	height : 50px;
}
