@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #777777;
	background: url(../img/haikei_dot.gif) ;
}

p {
	margin: 0px;
	padding: 0px;
}

img, a img {
	border: 0px;
	border-style: none;
}


/* リンク */
a:link {
	color: #0C7B45;
	text-decoration: none;
}
a:visited {
	color: #0C7B45;
	text-decoration: none;
}
a:hover {
	color: #0C7B45;
	text-decoration: underline;
}
a:active {
	color: #0C7B45;
	text-decoration: none;
}


.clear {
	clear: both;
}


#container {
	width: 752px;
	margin: 0px auto 5px auto;
	text-align: center;
}

#container-inner {
	width: 752px;
	margin: 0px;
	text-align: left;
	background-color : #FFFFFF;
}

/* ヘッダー */
#header {
	width: 722px;
	margin: 0px;
	padding: 0px 15px 10px 15px;
	background: url(../img/haikei_grade.jpg);
	background-repeat : repeat-x;
}

.header-unei {
	height: 15px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: right;
	font-size: 10px;
	color: #888888;
}

#header-body {
	width: 722px;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px 40px 0px 18px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #888888;
	float: left;
}

h1 img {
	margin: 0px 0px 3px 0px;
}


.body-title {
	width: 340px;
	margin: 0px;
	padding: 8px 50px 0px 0px;
	line-height: 20px;
	font-size: 12px;
	color: #777777;
	float: left;
}

#header-side {
	width: 110px;
	margin: 0px;
	padding: 0px auto;
	text-align: center;
	font-size: 10px;
	color: #888888;
	float: left;
}

#header-side img {
	margin: 0px;
}

#header-side a:link {
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}
#header-side a:visited {
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}
#header-side a:hover {
	font-size: 10px;
	color: #0C7B45;
	text-decoration: underline;
}
#header-side a:active {
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}


/* コンテンツ */
#pagebody {
	width: 722px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	text-align: left;
}


/* 下層ページ 左ナビ */
.box-img {
	margin: 0px;
	padding: 0px;
}

.box-img2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.box-img3 {
	margin: 5px 0px 7px 0px;
	padding: 0px;
}

.box-list {
	margin: 0px;
	padding: 0px 0px 5px 15px;
	background-image: url(../img/yotsuba.gif);
	background-repeat: no-repeat;
}

.box-list-noa {
	margin: 0px;
	padding: 0px 0px 5px 15px;
	color: #0076B8;
	background-image: url(../img/noa_list.gif);
	background-repeat: no-repeat;
}
.box-list-noa a:link {
	color: #0076B8;
	text-decoration: none;
}
.box-list-noa a:visited {
	color: #0076B8;
	text-decoration: none;
}
.box-list-noa a:hover {
	color: #0076B8;
	text-decoration: underline;
}
.box-list-noa a:active {
	color: #0076B8;
	text-decoration: none;
}

.box-list-none {
	margin: 0px;
	padding: 0px 10px 5px 20px;
	color: #0076B8;
}
.box-list-none a:link {
	color: #0076B8;
	text-decoration: none;
}
.box-list-none a:visited {
	color: #0076B8;
	text-decoration: none;
}
.box-list-none a:hover {
	color: #0076B8;
	text-decoration: underline;
}
.box-list-none a:active {
	color: #0076B8;
	text-decoration: none;
}

#left-navi {
	width: 155px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: left;
}

.navi-box-top {
	width: 155px;
	margin: 0px;
	padding: 0px;
}

.navi-box {
	width: 155px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/navi_haikei.gif);
	background-repeat: repeat-y;
}

.navi-box-list {
	width: 156px;
	margin: 0px;
	padding: 8px 0px 0px 4px;
	list-style-type: none;
	line-height: 15px;
}

.navi-banner-box {
	width: 155px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}


/* フッター */
#footer {
	margin: 5px auto 0px auto;
	text-align: center;
}

.footer-navi {
	width: 597px;
	margin: 0px auto 0px auto;
	text-align: center;
	list-style-type: none;
}

.footer-navi-li {
	display: block;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	list-style-type: none;
	font-size: 10px;
	color: #888888;
	float: left;
}
.footer-navi-li a:link {
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}
.footer-navi-li a:visited {
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}
.footer-navi-li a:hover {
	font-size: 10px;
	color: #0C7B45;
	text-decoration: underline;
}
.footer-navi-li a:active {
	font-size: 10px;
	color: #888888;
	text-decoration: none;
}

.footer-navi-border {
	display: block;
	margin: 0px;
	padding: 2px 7px 0px 7px;
	text-align: center;
	list-style-type: none;
	float: left;
}

.copyrights {
	margin: 0px auto 0px auto;
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 10px;
	color: #888888;
}


/* 文字装飾 */
.green-b {
	font-weight: bold;
	color: #A5BE08;
}

.red {
	color: #FF3300;
}

.gray-b {
	font-weight: bold;
	color: #777777;
}

