@charset "shift_jis";

/*ページ全体*/
body{
font-size: 90%;
font-family: Verdana,Osaka,sans-serif;
color:#4c4331; 
line-height: 160%;
padding:0;
margin: 0;
text-align: center;
background:url(../img/sakura.jpg);
background-repeat: repeat;
background-color:;
}

html{
scrollbar-arrow-color:#4c4331;
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#4c4331;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#4c4331;
}

img{
border: none;
}

a{
font-weight:bold;
color:#269926;
}

/*メイン*/
#main{
margin-left: auto;
margin-right: auto;
width: 800px;
height: auto;
padding-right:;
padding-left:;
background:url(../img/back3.gif);
}


/*サイトタイトル*/
#title{
width: 800px;
height: 200px;
}


/*トップメニュー*/
ul.topmenu{
margin:0px 20 0 20;
width:760px;
height:40px;
padding:0;
font-size:12px;
background-color:#000;
}

ul.topmenu li{
	list-style:none;
	margin-top:0;
	width:95px;
	height:40px;
	display:block;
	float:left;
	text-align: center;
	vertical-align:middle;
	background:url(list1.png);
	background-color:#fff;
}

ul.topmenu li a{
width:95px;
height:40px;
padding:20 0 0 0;
text-decoration:none;
text-align:center;
font-weight:bold;
color:#900;
vertical-align:inherit;
}

ul.topmenu li:hover{
	background:url(list_tab.png);
	background-repeat:no-repeat;
}

ul.topmenu li a:hover{
	color:#FF0;
}



/*コンテンツ全体*/
#contents{
width:;
}


/*サイドメニュー*/
#sidemenu{
width: 210px;
margin:0 0 0 20px;
height: auto;
padding:20px 0 20px 0;
float: left;
background-image:url(../img/c_bg.png);
}

ul.sidemenu{
width: 100%;
padding: 0;
margin: 10px 0 0 0;
list-style-type: none;
float: left;
text-align:center;
}

ul.sidemenu li{
display: block;
height: 50px;
font-weight: bold;
text-align:left;
font-size: 95%;
letter-spacing: 5px;
text-align:center;
}

ul.sidemenu li a{
height: 30px;
padding:5px 0 0 30px;
text-decoration:none;
color:#186618;
text-align:left;
line-height:1;
}

ul.sidemenu li a:hover{
	display: block;
	background: url(../img/menuback.gif) no-repeat left center;
	margin-left:2px;
	text-decoration:underline;
	text-align: left;
}

ul.sidemenu li.sub a{
padding-left:40px;
}

/*フリーエリア*/
.free{
width: 230px;
margin-top:15px;
text-align:left;
float:left;
}

.free a{
text-align:left;
}

.free a:hover{
position:relative;
bottom:-2px;
right:-2px;
}

.freetext{
padding: 10px 20px 10px 20px;
}


/*テキスト*/
.text{
width: 530px;
height: auto;
float: right;
margin-right:20px;
background-image:url(../img/c_bg.png);
padding-bottom:30px;
}

.text a:hover{
color:white;
background-color:#269926;
}

.textlayout{
margin: 0 20px 0 25px;
text-align: left;
}


/*table*/
table.1{
font-size:100%;
border-top:1px solid #269926;
border-left:1px solid #269926;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
empty-cells:show;
}
table.1 th{
border-right:1px solid #269926;
border-bottom:1px solid #269926;
color:white;
background-color:#269926;
padding:0.3em 1em;
text-align:center;
}
table.1 td{
border-right:1px solid #269926;
border-bottom:1px solid #269926;
padding:0.3em 1em;
}




/*ページ上部へ移動させる為のリンク用レイアウト*/
.gotop{
width: 100%;
text-align: right;
margin: 15px 0 0 0;
padding: 5px 0 0 0;
}

/*見出し文字*/
h1{
font-size: 16px;
font-weight:1200;
clear:both;
letter-spacing: 5px;
width: auto;
height: 50px;
text-align: left;
margin: 30px 0 0 0px;
padding: 15px 0 0 65px;
background: url(../img/h1_1.gif) no-repeat  left top;
border-bottom:2px dashed;
color:#186618;
}

h5{
font-size:100%;
font-weight:bold;
color:#993300;
background-image:url(../img/kirakira.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:40px;
text-decoratin:underline;
}

/*フッター*/
#footer{
width: 800px;
height: auto;
padding-top: 30px;
margin-bottom:10px;
font-size: 100%;
font-weight:bold;
text-align: center;
color:#336600;
background-color:;
clear:both;
}

#footer a:link{
color: #fff;
text-decoration: none;
clear:both;
}

#footer a:hover{
color: #4c4331;
background: #fff;
clear:both;
}

/*テキストエリア[更新履歴]*/
textarea{
font-size: 100%;
color: #4c4331;
width: 200px;
height:100px;
margin: 20px 0 10px 0;
padding: 10px;
scrollbar-arrow-color:#4c4331;
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#4c4331;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#4c4331;
float: left;
border: none;
}

