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


A:link { color : #000066;}
A:visited {color : #000066;}
A:hover {color : #ffa500;}
A:active {color : #ffa500;}
A { text-decoration: none; }

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #000;
	background-image: url(img/bg04-1.gif);
	background-repeat: repeat;
}

#container {
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	border-right-width: 0.5px;
	border-left-width: 0.5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: left;
	bottom: 0px;
	line-height: 150%;
	height: 100%;
	background-color: #FFF;
}

#container > p img[src="img/hatori-ttl.gif"] {
	display: block;
	margin: 0 auto;

}


#navibar {
	width: 190px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 55em;
	padding-left: 0px;
	background-color: #FFF;
	margin: 0em;
	height: 100%;
}

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


#navibar #btn01 a {
	height: 30px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(img/btn01.gif);
	margin-bottom: 2px;
}

#navibar #btn01 a:hover {
	background-image: url(img/btn01_.gif);
}



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

#navibar #btn02 a:hover {
	background-image: url(img/btn02_.gif);
}



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

#navibar #btn03 a:hover {
	background-image: url(img/btn03_.gif);
}


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

#navibar #btn04 a:hover {
	background-image: url(img/btn04_.gif);
}


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

#navibar #btn05 a:hover {
	background-image: url(img/btn05_.gif);
}


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



#navibar #btn06 a:hover {
	background-image: url(img/btn06_.gif);
}



#navibar #btn07 a {
	height: 30px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(img/btn07.gif);
	margin-bottom: 2px;
}


#navibar #btn07 a:hover {
	background-image: url(img/btn07_.gif);
}



/* ここまでナビゲーションボタンに関する設定 */


#maincontent {
	width: 580px;
	float: right;
	font-size: 13px;
	margin: 0px;
	padding: 5px;
	height: 100%;
	line-height: 160%;
	background-color: #FFF;
	border-right-color: #CCC;
	border-left-color: #CCC;
}


/* ここからメインコンテンツの中身に関する設定 */
#maincontent  h5 {
	font-size: 14px;
	font-weight: bold;
	color: #00CC00;
	padding-bottom: 5px;
}

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

#topic01 {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-image: url(img/top-img.gif);
	background-repeat: no-repeat;
	height: 253px;
	width: 570px;
	padding: 0px;
}

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

#topic03 {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	line-height: 150%;
	font-size: 14px;
	margin-bottom: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	padding-bottom: 0px;
}


#topic03 p {
	font-size: 13px;
	line-height: 170%;
	padding: 8px;
	border: 1px dotted #336600;
	color: #330000;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;

}

.topic04 {
	padding: 5px;
	margin: 0px;
	border-left-color: #999;
	width: 95%;
}

.topic04  h6 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #336633;
	border-left-color: #003300;
	padding: 5px 3px 3px;
	font-weight: bold;
	color: #333333;
	height: auto;
	display: block;
	margin-left: 7px;
	margin-top: 0px;
}

.topic04  img {
	margin: 0px;
	padding: 10px;
}

.topic04  li {
	line-height: 180%;
	margin-left: 10px;
	list-style-position: inside;
	list-style-type: circle;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.body-line2 {
	background-color: #FFFFFF;
	border: none;
	width: 100%;
}


table.new {
	width: 98%;
	padding: 3px;
	margin: 8px;
}
table.new tr {
	text-align:left;
	vertical-align:top;
	margin: 0px;
	padding: 2px;
}

table.new td {
	padding: 0.3em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}




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


#footer {
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #666666;
	background-image: url(img/bg04-12.gif);
	background-repeat: repeat;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

#footer h6 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 5px;
	letter-spacing: 1px;
	padding-bottom: 5px;
	background-position: center;
	text-align: center;
}


/* ここからコンテンツページに関する設定 */
#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;
}
/* ここまでコンテンツページに関する設定 */


#top-navi li {
	text-align: center;
	padding: 3px;
	height: 28px;
	width: 83px;
	border: 1px solid #E8E7FE;
	float: left;
	background-image: url(img/navi-bace.gif);
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top-navi {
	list-style-type: none;
	float: left;
	width: 98%;
	background-color: #FFFFFF;
	height: 30px;
	margin: 3px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.body-line {
	font-size: 14px;
	margin: 0px;
	padding: 5px;
	width: 700px;
}
.line-right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #336600;
}
#kouken {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	height: auto;
	text-decoration: none;
}
