﻿@charset   "UTF-8";

body {
	background-image: url(../kou-2.jpg);
	padding-top: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.h2 {
     font-size: 0.75em;
     color: #3c5916;
     text-align: center;
     padding-top: 15px;
}

/*コンテナ*/

#container {
	width: 765px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	background-repeat: repeat-y;
	background-color: #ffffff;
}

/*ヘッダー*/

#header {
     height: 250px;
     background-image: url(../tuta4.jpg);
     background-repeat: repeat;
     background-position: 0-60px;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
}

#haader h1 {
	margin: 0;
}

#header h1 {
     margin-top:0px;    
     color: #3c5916;
     font-size:18px;
     padding: 10px;
     padding-bottom:0px;
}

#header p {
     font-size: large;
     color: #3c5916;
     margin-top: 0;
     padding-left: 15px;
     padding-bottom: 10px;
     font-weight: bold;
}
/*メニュー*/

ul#menu {
	font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	height: 30px;
	background-color: #930000;
}

ul#menu li {
	list-style-type: none;
	float: left;
}

ul#menu li a {
	display: block;
	width: 84px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #930000;
	border-right: solid 1px #ffffff;
}

ul#menu li a:hover {
	background-color: #c10000;
}

/*コンテンツ*/

#content {
	width: 600px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.text {
	font-size: 0.75em;
	color: #3c5916;
}

#content p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #3c5916;
	font-size: 1em;
}

#content h3 {
width:540px;
background-image: url(../bar-green.png);
	background-repeat: no-repeat;
	color: #3c5916;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
margin-left:auto;
margin-right:auto;
}

#content h4 {
	width: 250px;
	font-size: 0.875em;
	color: #3c5916;
	background-color: #ffffff;
	border-bottom: solid #930000;
	border-left: 20px solid #930000;
	margin-top: 15px;
	margin-bottom: 0px;
}

/*RSS*/
p.feed {
	margin: bottom:10px;
}

p.feed a {
	font-size: 0.75em;
	color: #444444;
	line-height: 30px;
	text-decoration: none;
	padding: 5px;
	border: solid 1px #888888;
}

p.feed img {
	border: none;
	vertical-align: middle;
}

/*リンク集*/

.link {
	font-size: 0.70em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	height: 30px;
	background-color: #063c75;
}

.link a {
	display: block;
	width: 152px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #063c75;
}

.link a:hover {
	background-color: #0066cc;
}

/*フッター*/

#footer {
	background-color: #ffffff;
	margin-top: 25px;
	padding-top: 8px;
	background-image: url(../line_flower_bl.gif);
	background-repeat: repeat-x;
	clear: both;
}

#footer address {
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	margin-top: 10px;
}


