@charset   "Shift_JIS";

body {
	background : url(logo/logocolor.gif) repeat;
	background-color: #f5fef8;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, sans-serif;
	font-size: 14px;
}

.header {
	width: 800px;
	height: 120px;
	background: url(logo/topheader.jpg) no-repeat;
}

.header h1 {
	color: black;
	text-decoration: none;
	margin-top: 0px;
	font-size: 24pt;
}

.header a:link{
	color: black;
	text-decoration: none;
}

.header a:visited{
	color: black;
	text-decoration: none;
}
.header a:hover{
	color: black;
	text-decoration: none;
}

.body {
	background-color: #f5fef8;
  	width: 800px;	
	margin: 0px auto;
}

.menu {
	margin-top: 15px;
	border: 1px solid #ccddbb;
	float: left;
	width: 18%;
	padding: 2px 0px;
}

.menu a:hover {
	width: 136px;
	color: #99bbaa;
	display: block;
	font-weight: normal;
	text-decoration: none;
	border-style: solid;
	border-color: #aabb99 #ccddbb #ccddbb #aabb99;
	border-width: 1px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 1px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	right: auto;
}

.menu a {
	width: 136px;
	color: #667755;
	display: block;
	font-weight: normal;
	text-decoration: none;
	border-style: solid;
	border-color: #ccddbb #aabb99 #aabb99 #ccddbb;
	border-width: 1px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 1px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 140px;
	display: inline;
}
        
.menu li {
	display:inline;
	padding:0px;
	margin:0;
	width:140px;
}

.menu p {
	width: 136px;
	color: #667755;
	display: block;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.main_contents {
	margin-left: 150px;
}

.headline {
	font-weight: bold;
	font-size: 12pt;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, sans-serif;
	color: #ff0909;
	background-color: #acf0ce;
	text-align: center;
	border-width: 1px 15px;
	border-style: solid;
	border-color: #cc0000;
	margin-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 1px;
}

.footer {
  border-top: 1px double #1b6d3e;
  border-bottom: 1px double #1b6d3e;
  width: 100%;
  clear: both;
  font-size: 10px;
  font-weight: 300;
  background-color: #caeee6;
  color: #104950;
  height: 30px;
  text-align: right;
}
#news {
	background-color: #ebfaf2;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #23b872;
	border-right-color: #23b872;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 10px;
	border-bottom-color: transparent;
	border-bottom-style: none;
}

#news h2 {
	font: bold 12pt メイリオ;
	color: #331b1a;
	background-color: #99bbaa;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7c8949;
	border-bottom-color: #7c8949;
	margin-top: 0px;
}

.newscontents p {
	padding-left: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, sans-serif;
}

.ads {
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsitem h3 {
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, sans-serif;
	line-height: 1em;
}

.newsitem {
  border-top: 1px solid #99bbaa;
  border-left: 5px solid #99bbaa;
  padding-left: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-top: 16px;
  padding-bottom: 15px;
  line-height: 1.5em;
}

.newsitem_withbackimg {
  border-top: 1px solid #99bbaa;
  border-left: 5px solid #99bbaa;
  background: transparent url(images/top/bg_02.jpg) no-repeat;
  padding-left: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-top: 16px;
  padding-bottom: 15px;
  line-height: 1.5em;
}

#news img {
	padding: 3px;
	margin: 9px 1px 0px;
	border:0;
}
.withbigimages img:hover {
	background-color:#FF9E9E;
}

.withbigimages img {
	background-color:#23B872;
}

.leftimage {
	width: 310px;
	float: left;
}

.rightimage {
	margin-left: 310px;
}

#syokai {
	background-color: #e0e7e7;
	padding-bottom: 30px;
	margin-top: 0px;
}

#syokai h2 {
  border-top: 2px solid #a7b472;
  border-bottom: 2px solid #a7b472;
  font-family: メイリオ;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12pt;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: white;
  background-color: #3a6465;
  text-align: left;
  padding-left: 30px;
  margin-top: 15px;
}

#syokai h3 {
	font: bold 10pt メイリオ;
	color: #3a6465;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a7b472;
	padding-left: 20px;
	width: 500px;
	margin-left: 10px;
	margin-top: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #a7b472;
	padding-top: 3px;
	padding-bottom: 3px;
}
#syokai h4 {
  font-family: メイリオ;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 10pt;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #3a6465;
  text-align: left;
  padding-left: 25px;
  margin-left: 10px;
  margin-bottom: 0;
  border-bottom-width: 0;
}
#syokai p {
	padding-left: 15px;
	font-size: 10pt;
}

#syokai ul {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
	display: inline;
	line-height: 1.5em;
}

#syokai li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: メイリオ;
  font-size:15px;
}

.header #description {
	font-size: 12pt;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#title h2 {
	text-align: center;
	margin: 10px 0px;
}
#title p {
	line-height: 1.5em;
	text-indent: 5px;
	margin-top: 0px;
}

p img {
	margin-left: 6px;
	margin-right: 6px;
	clear: none;
	margin-bottom: 3px;
}

.toriatukai_image img {
	clear: none;
	border-style: solid;
	border-color: #ffffff silver silver #ffffff;
	border-width: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

.cpt {
	font-size: 20%;
	margin-top: 0px;
	text-align: center;
	padding-top: 0px;
	border-top-width: 0px;
}

.main_left {
	width: 310px;
	float: left;
	line-height: 1.5em;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, sans-serif;
}

.main_left p {
	border-width: 0px;
}

.main_right {
	margin-left: 310px;
}

.main_right p {
	border-width: 0px;
}

.imgcaption {
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.1em;
	}
	
.imgcaption2 {
	font-size: 85%;  
	margin-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 15px;
	line-height: 1.1em;
	}
	