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

body {
	padding:0 0 20px 0;
	width: auto;
	height: auto;
}

a {
	border: 0;
	text-decoration: none;
	color: #006837;
}

a:link {
	border: 0;
	color: #006837;
}

a:visited {
	border: 0;
	color: #006837;
}

a:hover {
	border-bottom: 1px solid #006837;
	color: #006837;
}

a:active {
	border: 0;
	color: #006837;
}

div#wrapper {
	margin: 0 auto;
	width: 800px;
	height: auto;
	background-color: #ffffff;
}

div#g_navi {
	float: left;
	width: 145px;
}

div#g_navi ul li a:hover {
	text-decoration: underline;
	border: 0;
}

div#g_navi ul li {
	margin: 5px 0 0 25px;
	width: auto;
	height: auto;
	list-style-image: url(../images/arrow.gif);
}

div#g_navi ul li#navi_first {
	margin: 0;
	padding: 0;
	height: 20px;
	border: 0;
	list-style: none;
}

div#g_navi ul li a {
	padding: 5px 10px 5px 0;
	display: block;
}

div#content {
	margin: 0 0 0 144px;
	padding: 20px 0 20px 25px;
	border-left: dotted 1px #006837;
}

div#content h2 {
	margin: 0 0 10px 0;
}

div#content p.sentence {
	margin: 20px 0;
	width: 600px;
	text-align: justify;
	text-justify: distribute;
}

div#footer {
	clear: both;
}

div#footer address {
	padding: 8px 0 0 0;
	width: 800px;
	height: 23px;
	color: #ffffff;
	text-align: center;
	background: url(../images/footer_bg.gif) repeat-x;
}