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


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

li {
list-style:none;
}
h1 {
	font-size: x-small;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
}	

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF; /* 背景カラーを変更 */
	background-image: url(images/top/ff.JPG);
	background-repeat: repeat-x;
}

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

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

/* ここから下ナビゲーションボタンに関する設定 */
#navibar #btn00 a {
	height: 32px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/navigation.png);
	margin-bottom: 1px;
}
#navibar #btn01 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn01.gif);
	margin-bottom: 1px;
}
#navibar #btn02 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn02.gif);
	margin-bottom: 1px;
}
#navibar #btn03 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn03.gif);
	margin-bottom: 1px;
}
#navibar #btn04 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn04.gif);
	margin-bottom: 1px;
}
#navibar #btn05 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn05.gif);
	margin-bottom: 1px;
}
#navibar #btn06 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn06.gif);
	margin-bottom: 1px;
}
/* ここまでナビゲーションボタンに関する設定 */


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


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


#maincontent  h2 {
	font-size: 14px;
	font-weight: bold;
	color: #008000;
	padding-bottom: 5px;
}

#maincontent  h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
}
#maincontent  p {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

#topic01 {
	height: 165px;
	width: 450px;
	background-image: url(images/top/photo01.jpg);
	padding-left: 110px;
	padding-top: 80px;
	padding-right: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#topic02 {
	margin-right: auto;
	margin-left: auto;
	width: 570px;
}

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

.topic04 {
	height: 110px;
	float: left;
	width: 269px;
	margin-left: 20px;
}

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

.topic04  img {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}
/* ここまでメインコンテンツの中身に関する設定 */


#footer {
	clear: both;
	width: 100%;
	background-color: #008040; /* 背景カラーの設定 */
	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;
}
/* ここまでコンテンツページに関する設定 */
