body	{
	margin: 10px 0px 25px 0px;
	padding: 0;
	text-align: center;
	background:url(images/main_bg2.gif) no-repeat fixed top left #f9f5e7;
	}
/* background:url(images/main_bg.gif) repeat-x top center #f9f5e7; */
	

#container	{
	border-left: solid 3px #372500;
	border-right: solid 3px #372500;
	border-bottom: solid 3px #372500;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
	}
/* 	background:url(images/containerbg.gif) repeat-y #ffffff; */

/* ヘッダー header */

#header	{
	margin-top:0px;
	padding-top: 0px;
	background-color:#FFFFFF;
	}

#header h1 {
	background-color:#333333;
	color:#ffffff;
	font-size:80%;
	padding:5px 0px;
	text-align: right;
}

	
#header h2 {
	margin: 3px 50px;
	font-size: 0.75em;
	font-weight: normal;
	}

#header img	{
	border: none;
	}

#header p	{
	border-top: solid 1px gray;
	margin: 0;
	background:url(images/flash780x190.jpg) no-repeat;
	}


/* ナビゲーション navigation */

#navigation 	{
	font-size: 0.75em;
	background-image: url(images/button5.gif);
	height: 43px;
	border-top: solid 0px black;
	border-bottom: solid 0px black;
	margin-bottom: 15px;
	}

#navigation ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#navigation li	{
	display: inline;
	}

#navigation a	{
	text-decoration: none;
	color: white;
	text-align: center;
	background-image: url(images/button5.gif);
	border-right: solid 1px #cccccc;
	display: block;
	float: left;
	width: 129px;
	line-height: 43px;
	font-weight: bold;
	}

#navigation a:hover	{
	background-image: url(images/button5.gif);
	background-position: 0 -50px;
	}


/* メイン main */

#main	{
	padding: 0 20px;
	}

/*======================================

	1-11.Image Module
	
=======================================*/

.mt-image-left {
margin: 8px!important;
border: solid 1px #dddddd;
border-bottom: solid 2px #bbbbbb;
border-right: solid 2px #bbbbbb;
padding: 5px!important;
background-color: #ffffff;
}

.mt-image-right{
margin: 8px!important;
border: solid 1px #dddddd;
border-bottom: solid 2px #bbbbbb;
border-right: solid 2px #bbbbbb;
padding: 5px!important;
background-color: #ffffff;
}

.mt-image-none{
margin: 8px!important;
border: solid 1px #dddddd;
border-bottom: solid 2px #bbbbbb;
border-right: solid 2px #bbbbbb;
padding: 5px!important;
background-color: #ffffff;
}

/* コンテンツ contents */

#contents	{
	float: right;
	width: 470px;
	margin-top: 10px;
	}

#contents img {
	margin: 5px;
}

#contents p {
	line-height: 1.7em;
	font-size:85%;
}

#contents h3 a:link { text-decoration:none; color:#333333;}
#contents h3 a:visited { text-decoration:none; color:#333333;}
#contents h3 a:hover { text-decoration:underline;}

#contents h3 .date { font-size:small;}

#contents .more { font-size:small; margin-left:25px;}
#contents .more a:link { color: #1d3994; text-decoration:none;}
#contents .more a:hover { text-decoration:underline;}

#aisatu {margin-bottom:10px;}

#aisatu p{
 margin: 10px 20px 0px 0px;
 font-size: 0.8em;
 line-height: 1.5em;}

#logos {
	text-align:center;
}

#logos #link a:link	{ text-decoration: none; }
#logos #link a:hover	{ text-decoration: none; margin-left:1px; }


h4 { margin: 0px;
background-color:#ffe6b0;
border:0px solid gray;
padding: 5px 5px 5px 10px;
border-top: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 0px;

 }

#anounce {
	border: 1px solid gray;
	background-color:#fcfaf3;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	overflow-x: auto;
	overflow-y: auto;
	height: 320px;
}

#anounce h3 {
 font-size: 0.9em;
 margin: 5px 0px -10px 0px;
}

#anounce p {margin-left:5px;
line-height:1.5em;}

#kakomi {
	border: 1px solid gray;
	background-color:#fcfaf3;
	padding: 10px;
	margin: 0px 0px 15px 0px;
}

#kakomi h3 {
 font-size: 0.9em;
 margin:5px 0px 10px 0px;
 }

#kakomi p {margin-left:5px;}

#kakomi .small {font-size:12px;
line-height:1.5em;}

#kakomi .medium {font-size:15px;}

#past {
	border: 1px solid gray;
	background-color:#fcfaf3;
	padding: 5px 5px 5px 0px;
	margin: 0px 0px 15px 0px;
}

#past li {margin:5px 0px; font-size:85%;}

#past li a:link { color: #1d3994; text-decoration:none;}
#past li a:hover { text-decoration:underline;}
#past li .date { font-size:small;}

#kiji {
	border: 1px solid gray;
	background-color:#fcfaf3;
	padding: 10px;
	margin: 10px 0px 15px 0px;
}

#kiji h3 {
font-size: 1.0em;
margin:0px 0px 25px 0px;
border-left: 10px solid #ff6500;
border-bottom: 1px solid #333333;
padding-left: 7px;
}

#kiji p {margin:0px;}


/* サイドバー sidebar */

#sidebar	{
	float: left;
	width: 230px;
	}

#sidebar h3	{
	font-size: 0.85em;
	background-color: black;
	color: white;
	margin-bottom: 0;
	padding: 8px 10px;
	}
	
#sidebar #infomenu	{
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 0;
	list-style-type: none;
	}

#sidebar #infomenu img	{
	border: none;
	margin-bottom: 2px;
	}

#sidebar #about	{
	font-size: 0.9em;
	font-weight:bold;
	line-height:1.6em;
	margin-top: 10px;
	margin-left: 25px;
	padding-left: 0;
	list-style-image: url(images/mark.gif);  
	}

#sidebar #about a:link	{ color: #333333; text-decoration: none; }
#sidebar #about a:visited	{ color: #333333; text-decoration: none; }
#sidebar #about a:hover	{ color: #999999; text-decoration: none; margin-left:1px; }
#sidebar #about a:active	{ color: #333333; text-decoration: none; }

#sidebar #link	{
	font-size: 0.8em;
	margin-top: 10px;
	margin-left: 30px;
	padding-left: 0;
	list-style-image: url(images/mark.gif);  
	}

#sidebar #link a:link	{ color: #333333; text-decoration: none; }
#sidebar #link a:visited	{ color: #333333; text-decoration: none; }
#sidebar #link a:hover	{ color: #999999; text-decoration: none; margin-left:1px; }
#sidebar #link a:active	{ color: #333333; text-decoration: none; }

#sidebar #feed	{
	font-size: 0.8em;
	margin-top: 20px;
	margin-left: 30px;
	padding-left: 0;
	list-style: none;  
	}
	
#sidebar #feed a:link	{ color: #333333; text-decoration: none; }
#sidebar #feed a:visited	{ color: #333333; text-decoration: none; }
#sidebar #feed a:hover	{ color: #999999; text-decoration: none; margin-left:1px; }
#sidebar #feed a:active	{ color: #333333; text-decoration: none; }

/* フッター footer */

#footer	{
	border-top: solid 1px #333333;
	clear: both;
	padding: 0px 0px 20px 0px;
	color:#666666;
	line-height:0.3em;
	text-align:center;
	background-color:white;
	}
	
#footer a{
	color:#333333;
}

#footer address	{
	margin-top: 25px;
	font-size: 0.75em;
	font-style: normal;
	color:#666666;
	}

/* sitemap.html */
dl.list_sitemap{ margin-left:20px;}
dl a:link { color: #1d3994; text-decoration:none;}
dl a:hover {text-decoration:underline;}

dt.nml { margin-bottom:5px; font-size:100%;}

.list_sitemap dd{
	margin:0 0 6px 23px;
	list-style-position:inside;
    padding:0;
	line-height: 1em;
	background: url("images/eda.gif") 0px 0.2em no-repeat;
	font-size: 95%;
	text-indent:18px;
}

.list_sitemap dd.last{
	margin:0 0 6px 23px;
	list-style-position:inside;
    padding:0;
	line-height: 1em;
	background: url("images/eda_last.gif") 0px 0.2em no-repeat;
	font-size: 95%;
	text-indent:18px;
}


/* clearfixの記述 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* フォーム部分のcssここから */
			table.mailform {
				font-size:12px;
				line-height: 1.3em;
			}

/* フォーム部分のcssここまで */

/* リンク集の書式ここから */
#kakomi dd {font-size:12px;}
#kakomi dt {font-weight: bold;
margin-top:10px;}
#kakomi dl {line-height: 1.5em;}
/* リンク集の書式ここまで */

#about10 {
	border: 1px solid gray;
	background-color:#fcfaf3;
	padding: 5px 10px;
	margin: 0px 0px 15px 0px;
	line-height: 1.7em;
	font-size:80%;
}
