/*　余白を無くす　*/
* 	{	margin:0;padding:0;	}
/*　imgにborderを表示しない　*/
img 	{	border-style:none;	}
/*　リンクにborderを表示しない　*/
a 	{	text-decoration:none;	}
/*　マーカーを表示しない　*/
ul	{	list-style-type:none;	}
/*body	{	background-color:#777;}*/

/*　センター　absolute　silver*/
div#center {
position:relative;
left:50%;
width:800px;			/* 横幅 */
margin-left:-400px;	/* マイナス「横幅÷2」 */
overflow:auto;			  /*内容がはみ出る場合の表示方法 */
margin-top:7px;
background-color:#eee;
text-align:center;
/*height: 640px;*/
}

/*　タイトル　*//*position:static;*/
div.titlebox {
position:absolute;
top:20px;
left:250px;
width:400px;
/*	margin:10px 	auto 	0px 	auto;*/
text-align:center;
}
.title_moji{
margin-top:5px;
font: normal bold 1.6em "Time New Roman";
color: green;
}

/* htmiの順番は #flug_left,#flug_rightを先に記入し 次に #titlebox を記入する */
/* Last UP Date　*/
.flg_left {
float:left;
margin:10px 	0px 	0px 	30px;	/*-50px margin-top=-#bannerbox */
/*width:270px;	height:50px;*/
text-align:left;
vertical-align:bottom;
}
/*　ページリンク　スライドショー　項目　*/
.flg_right {
float:right;
margin:10px 	30px 	0px 	0px;	/*-50px margin-top=-#bannerbox */
/*width:270px;	height:50px;*/
text-align:right;
vertical-align:bottom;
}

/*　コンテナー　*/
div#container{
clear:both;
background-color:#eeeeee;
position:relative;
width:780px;
margin-top:20px;
margin-left:auto;
margin-right:auto;
padding:20px 0px 20px 20px;
text-align:left;
/*border:1px solid red;*/
}
/*　親を横長に　子を親の下に横並びで　*/
ul.menu_01 {
width:880px;
margin-left:auto;
margin-right:auto;
}
ul.menu_01 li {
list-style-type:none;
font-size:1em;
color: #006400;
}
ul.menu_01 li a {
display: block;
line-height:25px;
text-decoration: none;
font-weight:bold;
color: #006400;
background:url(../img/gra04_200-30.jpg);
padding-left: 10px;
border-top:2px solid green;
border-right:0px solid green;	/*0*/
border-bottom:0px solid green;	/*0*/
border-left:2px solid green;
}
ul.menu_01 li a:hover {
background:url(../img/gra03_200-30.jpg);
color: #0000cd;
}


/*初段の設定*/
ul.menu_lk {
font-size:16px;
margin: 0 10px 10px 0;
text-align: left;
}
ul.menu_lk li {
display: block;
color: #006400;
width:400px;
}
ul.menu_lk li a {
display: block;
line-height:25px;
color: #006400;
background:url(img_css/btn_gra02_200-30.jpg);
padding-left: 10px;
}
ul.menu_lk li a:hover {
background:url(img_css/btn_gra03_200-30.jpg);
color: #0000cd;
}
ul.menu_lk ul {
margin-left:10px;
}
ul.menu_lk ul li {
color: #006400;
}
ul.menu_lk ul li a {
display:block;
background:url(img_css/btn_gra02_200-30.jpg);
color:#AB0058;
}
ul.menu_lk ul li a:hover {
background:url(img_css/btn_gra03_200-30.jpg);
color:#0000cd;
}


/*　コピーライトを右下に表示　color:maroon;absolute;*/
div#copyright_right{
position:absolute;
bottom:10px;
right: 30px;
color:saddlebrown;
font-size:10px;
font-weight:normal;
font-family:serif;
text-align:right;
}
/*　コピーライトを左下に表示　color:maroon;absolute;*/
div#copyright_left{
position:absolute;
bottom:10px;
left: 30px;
color:saddlebrown;
font-size:10px;
font-weight:normal;
font-family:serif;
text-align:left;
}
