﻿@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #66CC00;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FF0000;
}


li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	background: url(background.png) repeat-x fixed;
	background-color: #FFFFFF;
}

#top {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/top/title.png);
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
	background-image: url(images/top/bk_container.gif); /* 背景イメージを変更 */
}

#navibar {
	width: 180px;
	float: left;
}

#navibar .banner{
	width:160px;
	height:49px;
	border: none;
	padding:10px;
}

/* ここから下ナビゲーションボタンに関する設定 */
#navibar #btn00 a {
	height: 50px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn00.jpg);
	margin-bottom: 0px;
}

#navibar #btn00 a:hover {
	background-image: url(images/top/btn00o.jpg);
}

#navibar #btn01 a {
	height: 35px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn01.jpg);
	margin-bottom: 0px;
}

#navibar #btn01 a:hover {
	background-image: url(images/top/btn01o.jpg);
}

#navibar #btn02 a {
	height: 30px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn02.jpg);
	margin-bottom: 0px;
}

#navibar #btn02 a:hover {
	background-image: url(images/top/btn02o.jpg);
}

#navibar #btn03 a {
	height: 30px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn03.jpg);
	margin-bottom: 0px;
}

#navibar #btn03 a:hover {
	background-image: url(images/top/btn03o.jpg);
}

#navibar #btn04 a {
	height: 30px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn04.jpg);
	margin-bottom: 0px;
}

#navibar #btn04 a:hover {
	background-image: url(images/top/btn04o.jpg);
}

#navibar #btn05 a {
	height: 30px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn05.jpg);
	margin-bottom: 0px;
}

#navibar #btn05 a:hover {
	background-image: url(images/top/btn05o.jpg);
}

#navibar #btn06 a {
	height: 30px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn06.jpg);
	margin-bottom: 0px;
}

#navibar #btn06 a:hover {
	background-image: url(images/top/btn06o.jpg);
}

#navibar #btn07 a {
	height: 40px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn07.jpg);
	margin-bottom: 0px;
}

#navibar #btn07 a:hover {
	background-image: url(images/top/btn07o.jpg);
}

#navibar #btn40 a {
	height: 35px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn40.jpg);
	margin-bottom: 0px;
}

#navibar #btn40 a:hover {
	background-image: url(images/top/btn40o.jpg);
}

#navibar #btn41 a {
	height: 35px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn41.jpg);
	margin-bottom: 0px;
}

#navibar #btn41 a:hover {
	background-image: url(images/top/btn41o.jpg);
}

#navibar #btn42 a {
	height: 30px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn42.jpg);
	margin-bottom: 0px;
}

#navibar #btn42 a:hover {
	background-image: url(images/top/btn42o.jpg);
}
/* ここまでナビゲーションボタンに関する設定 */


#maincontent {
	width: 600px; /* 横幅を変更 */
	float: right;
	font-size: 12px;
	line-height: 16px;
	height: 100%; /* 高さを設定 */
}


/* ここからメインコンテンツの中身に関する設定 */
#maincontent  h4 {
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px;
}

#maincontent  h5 {
	font-size: 14px;
	font-weight: bold;
	color: #00CC00;
	padding-bottom: 5px;
}

#maincontent  p {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

#maincontent  td {
	font-size: 12px;
	color: #666666;
}

#maincontent blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

#maincontent strong {
	color: #666666;
}

#topic01 {
	height: 245px;
	width: 580px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 5px;
}

#topic05 {
	margin-left: auto;
	width: 540px;
	margin-right: auto;
	padding-top: 10px;
}

.topic02 {
	float: left;
	width: 269px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.topic02  h6 {
	padding-bottom: 10px;
}

.topic02  img {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}

.topic03 {
	float: left;
	width: 269px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
}

.topic03  h6 {
	padding-bottom: 10px;
}

.topic03  img {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}

.topic04 {
	float: left;
	width: 269px;
	margin-left: 20px;
	margin-bottom: 5px;
}

.topic04  h6 {
	padding-bottom: 10px;
}

.topic04  img {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}

#topic05  img {
	float: right;
	vertical-align: text-top;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	border: none; 
}

/* ここまでメインコンテンツの中身に関する設定 */


#footer {
	clear: both;
	width: 100%;
	background-color: #94C365; /* 背景カラーの設定 */
	height: 30px;
}

#footer h6 {
	/* フォントタイプを削除 */
	font-size: 10px;
	color: #FFFFFF; /* フォントカラーの変更 */
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	letter-spacing: 1px; /* 文字間の設定 */
}


/* ここからコンテンツページに関する設定 */
#topic05 {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#topic05 h5 {
	font-weight: normal;
	color: #95C466;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#aisatu {
    height: 105px;
    background-image: url("images/contents/aisatu.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#intro {
    height: 105px;
    background-image: url("images/contents/intro.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#kagai {
    height: 105px;
    background-image: url("images/contents/kagai.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#event {
    height: 105px;
    background-image: url("images/contents/event.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#bosyu {
    height: 105px;
    background-image: url("images/contents/bosyu.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#map {
    height: 105px;
    background-image: url("images/contents/map.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#album {
    height: 105px;
    background-image: url("images/contents/album.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#osirase {
    height: 105px;
    background-image: url("images/contents/osirase.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#tayori {
    height: 105px;
    background-image: url("images/contents/tayori.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#prekyositu {
    height: 105px;
    background-image: url("images/contents/prekyositu.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#left_flame {
    width:300px;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}


/* ここまでコンテンツページに関する設定 */