@charset "utf-8";
/* CSS Document */

body {
	background-color:#fdfefc;
	text-align:center;
	margin:0;
	padding:0;
	line-height:1.4;
	font-family:Arial,sans-serif,ＭＳ Ｐゴシック,Osaka,ヒラギノ角ゴ Pro W3;
	font-size:0.9em;

}

/*  □□□□□□レイアウト設定□□□□□□  */  

div#container {
	width:800px;
	background-color:#dee3d0;
/*	border-left:#639762 solid 1px;
	border-right:#639762 solid 1px;*/
}

div#header {
	width:800px;
	height:210px;
	background-color:#dee3d0;
	background-image:url(img/header_back.png);
}

div#main {
	text-align:left;
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
}

div#contents {
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	padding-bottom:15px;
}

div#footer {
	width:800px;
	color:#133800;
	font-size:12px;
	background-color:#dee3d0;
	border-top:#c1d293 solid 3px;
	padding-top:15px;
	padding-bottom:15px;
}
/*  □□□□□□レイアウト設定終了□□□□□□  */

/*  □□□□□□文字設定□□□□□□  */
h1{
	font-size:20px;
	background-image:url(img/h1.gif);
	background-repeat:no-repeat;
	color:#321201;
	padding-bottom:20px;
	padding-left:10px;
}

h2 {
	font-size:16px;
	color:#009933;
	padding-left:10px;
	padding-bottom:5px;
}

h3 {
	font-size:14px;
	color:#b30400;
}

.red {
	font-size:10px;
	color:#FF0000;
}

div#headmenu {
	font-size:10px;
	color:#133800;
	margin-top:4px;
}
div#headmenu a {
	margin-right:5px;
	background-image:url(img/icon1.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	color:#133800;
/*	text-shadow: 3px 3px 5px #d460e9; */
	text-decoration:none;
}
div#headmenu a:hover {
	color:#133800;
	text-decoration:underline;
	background-image:url(img/icon1-2.gif);
}

div#menu {
	font-size:13px;
	color:#FFFFFF;
	margin-top:107px;
	margin-left:30px;
	text-align:left;
}
div#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
div#menu a:hover {
	text-decoration:underline;
}

.contents1 {
	font-size:13px;
	padding-left:30px;
	padding-right:30px;
	text-align:justify;
	text-indent:inherit;
	line-height:140%;
}

ul.sitemap {
	margin-left:0;
	padding-left:0;
}

ul.sitemap li {
	list-style:none;
	margin: 0 0 5px 0;
	padding-left: 0;
}

a.sitemaplink {
	font-size:12px;
	padding-left: 25px;
	background:url(img/icon2.gif) no-repeat center left;
	color: #666666;
	text-decoration:none;
}

a.sitemaplink:hover {
	text-decoration:underline;
}

a.sitemaplink:visited {
	padding-left: 25px;
	background: url(img/icon2-2.gif) no-repeat center left;
	color: #009933;
}

/*  □□□□□□文字設定終了□□□□□□  */

.design1 {
	font-size:12px;
	color:#000000;
 	text-align:center;
	line-height:140%;
	border-collapse: collapse;
	border: 2px solid #145d0d;
	margin-bottom: 20px;
}
.design1 th {
	text-align:left;
 	padding: 4px;
	color: #000000;
/*	background-image:url(img/table_back.png);*/
 	border: 1px dashed #145d0d;
}
.design1 td {
 	padding: 4px;
 	text-align:left;
 	background-color: #FFFFFF;
 	border: 1px dashed #145d0d;
}

.design2 {
	font-size:12px;
	color:#000000;
 	text-align:center;
	line-height:140%;
	border-collapse: collapse;
	border: 2px solid #145d0d;
	margin-bottom: 20px;
}
.design2 th {
	text-align:left;
 	padding: 4px;
	color: #000000;
/*	background-image:url(img/table_back.png);*/
 	border: 1px dashed #145d0d;
}
.design2 td {
 	padding: 4px;
 	text-align:left;
 	background-color: #FFFFFF;
 	border: 1px dashed #145d0d;
}
.design3 {
	font-size:12px;
	color:#292929;
 	text-align:center;
	line-height:130%;
	border-collapse: collapse;
	border: 0px;
	margin-bottom: 0px;
         margin-top:0px;
}
.design3 th {
	font-size:11px;
	text-align:center;
 	padding: 2px;
 	border: 1px solid;
	color:#292929;
}
.design3 td {
 	padding: 4px;
 	text-align:left;
 	border: 1px solid ;
}
/*  □□□□□□文字設定終了□□□□□□  */

/*  □□□□□□画像設定□□□□□□  */

div#contents img.frame {
	padding:5px;
	margin:6px;
	border:1px solid #666666;
	background-color:#FFFFFF;
}