<!--
body {
	margin:0; background-image:url('images/bg01.gif');
	background-position: center 50%;
	background-repeat:repeat-y;
	background-color:#F0EFE8;
	font-size: 10pt; line-height:150%;
	color:#333333
}
a:link, a:visited {
	color:#0000cc;
}
a:hover {
	color:#ff0000;
}
h1 {
	background-image:url('images/h1bg.gif');
	background-repeat:no-repeat;
	clear:both;
	font-size:14pt;
	line-height:150%;
	font-weight:bold;
	color:#FD4425;
	margin-left:5px;margin-right:5px;
	margin-top:0; margin-bottom:10px;
	padding-left:20px; padding-right:0px;
	padding-top:0px; padding-bottom:10px;
	background-position-y:50%
}
h2 {
	border-left:5px solid #274201; border-right:0px solid #274201;
	border-top:0px solid #274201; border-bottom:1px solid #274201;
	clear:both;
	font-size:11pt;
	line-height:150%;
	font-weight:bold;
	background-color:#5F9215;
	color:#ffffff;
	margin-left:0; margin-right:0;
	margin-top:5px; margin-bottom:10px;
	padding-left:10px; padding-right:0px;
	padding-top:4px; padding-bottom:4px;
}
h3 {
	clear:both;
	background-color:#F0EFE8;
	padding:6px;
	margin:5px 0 10px 0;
	border:solid 1px #807f78;
	font-size:10pt;
	font-weight:bold;
	color:#000000;
}
table {
	font-size: 10pt;
	line-height:150%;
}
th {
	font-size: 10pt;
	line-height:150%;
}
td {
	font-size: 10pt;
	line-height:150%;
}
p {
	margin-top :0;
	margin-bottom:0;
}
ul {
	margin-top :0 ;
	margin-bottom:0;
}
ol {
	margin-top :0;
	margin-bottom:0;
}
form {
	margin-top :0 ;
	margin-bottom:0 ;
}
blockquote {
	margin-top :0 ;
	margin-bottom:0 ;
	margin-right:0 ;
}

/*	各ページ共通	*/
.dir_navi {
	padding:3px;
	background-color:#DFF2C7;
	font-size:10pt;
}
.dir_navi a:link {
	text-decoration:none;
	color:#333333;
}
.dir_navi a:visited {
	text-decoration:none;
	color:#333333;
}
.dir_navi a:hover {
	text-decoration:underline;
	color:#0000ff;
}
.kuzu_navi {
	padding:5px;
	background-color:#ffffff;
	border-bottom:solid 1px #ffffff;
}
.tth {
	background-color:#5F9215;
	font-weight:bold;
	color:#ffffff;
}


/*	ニュースタイトル		*/
.news_title {
	padding:3px 6px;
	background-color:#5F9215;
	font-weight:bold;
	color:#ffffff;
}


-->