@charset"Shift_jis";
/* 基本構造
------------------------------------------------*/
h1 {
    font-size: x-small;
    color: #666666;
    font-weight: normal;
    text-align: center;
    margin: 0px;
}
h2 {
    font-size: 14px;
    color: #333333;
    padding: 8px 0px 5px 10px;
    border-bottom: 1px solid #A04940;
    border-left: 5px solid #A04940;
    margin: 15px 0px 10px 0px;
}
h3 {
    font-size: 14px;
    color: #333333;
    margin: 10px 0px;
}
h3.h3-2 {
    font-size: 14px;
    color: #FF0000;
    margin: 10px 0px;
}
h4 {
    font-size: 12px;
    color: #DD0000;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
p {
    font-size: 10px;
    text-align: center;
    color: #444444;      
    margin: 0px;
    padding: 0px;
}
th {
    width: 280px;
    line-height: 200%;
    background-color: #CEDBCA;
    border: 1px solid #6D8566;
    font-size: 14px;
    color: #222222;
    text-align: center;
}
th.th-2 {
    width: 560px;
    background-color: #CEDBCA;
    border: 1px solid #6D8566;
    font-size: 14px;
    color: #222222;
    text-align: left;
    padding-left: 20px;
}
td {
    font-size: 12px;
    line-height: 200%;
}
img {
    border: 0px;
}
body {
      　text-align: center;
　　　　background:url(img/back.jpg);
      　margin: 0px;
	padding: 5px 0px 0px 0px;
	}
#container {
	width: 800px;
	line-height: 200%;
        background-color: white;
        text-align: center;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
}
/* ヘッダー
------------------------------------------------*/
#header {
	width: 800px;
        height: 150px;
        margin: 0px;
        padding: 0px;
}
/* ナビゲーション
------------------------------------------------*/
#nav {
	width: 800px;
        padding: auto;
        background-color: #6D8566;
        margin: 0px;
}
#nav ul, #nav li, #nav a {
        font-size: 12px;
        display: block;
        margin: 0px;
        padding: 0px;
}
#nav li {
        float: left;
        font-size: small;
        background-color: #6D8566;
        white-space: nowrap;
}
#nav a {
        text-decoration: none;
        color: #F6E1BF;
}
#nav a:hover {
        color: #E0947B;
}
#nav a {
        padding: 0px 18px;
}
/* サイドメニュー
------------------------------------------------*/
#leftside {
	width: 200px;
	float: left;
	line-height: 200%;
        font-size: 12px;
        text-align:center;
        margin: 5px 0px 0px 0px;
        padding: 0px;
}
.left01 {
	width: 198px;
	line-height: 200%;
        font-size: 12px;
        text-align:center;
	margin: 0px 0px 8px 0px;
        padding: 0px;
        color: white;
        background-color: #6D8566;
	border: 1px solid #A04940;
}
ul.sidenavi {
	margin: 0px;
	padding: 0px;
        text-align: left;
}
ul.sidenavi li{
        font-size: 12px;
        color: #444444;
	margin: 5px 0px;
	padding: 0px 0px 5px 5px;
	list-style-type: none;
        border-bottom: 1px dashed #888888;
}
#leftside a { color: #444444; text-decoration: none; }
#leftside a:link { color: #444444; text-decoration: none; }
#leftside a:hover { color:#A04940; text-decoration: underline; }
/* コンテンツ
------------------------------------------------*/
#contents  {
	width: 580px;
	line-height: 200%;
        color: #444444;
	float: left;
	font-size: 12px;
	text-align: left;
        margin: 5px 0px 0px 15px;
}
#sengen {
 	width: 540px;
	line-height: 200%;
        color: #FF0000;
	float: right;
	font-size: 12px;
	text-align: center;
        border: solid 1px #FF0000;
        margin: 10px 8px 20px 20px;
        padding: 5px;
}       
/* サブページコンテンツ
------------------------------------------------*/
.contents01  {
	width: 560px;
	line-height: 200%;
	float: right;
	font-size: 12px;
	text-align: left;
        margin: 10px 0px 0px 10px;
}
.contents01 img {
        margin: 15px;
}
.contents02  {
	width: 535px;
	line-height: 200%;
	float: right;
	font-size: 12px;
        color: #006600;
	text-align: left;
        border: solid 1px #006600;
        margin: 10px;
        padding: 10px;        
}
.contents03  {
	width: 520px;
	line-height: 200%;
	float: left;
	font-size: 12px;
        color: #006600;
	text-align: center;
        border: solid 1px #006600;
        margin: 10px;
        padding: 10px;        
}
/* フッター
------------------------------------------------*/
#footertext {
	clear: both;       
	width: 800px;
	line-height: 120%;
        font-size: 12px;
        text-align: center;
        color: white;
        background-color: #A04940;
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
}
#footermenu {       
	width: 800px;
	line-height: 200%;
        font-size: 12px;
        text-align: center;
        color: #444444;
        background-color: white;
        padding-top: 10px;
        padding-bottom: 10px;
}
#footer {
	width: 798px;
	line-height: 200%;
	font-size: 12px;
	color: #F6E1BF;
        background-image: url(img/footer.jpg);
	border: 1px solid #A04940;
        padding-top:10px;
        padding-bottom:10px;
}