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

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#wrapper {
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}

#header {
	height: 15px;
	width: 760px;
	text-align: center;
	border-color: #007130;
	border-width: 1px;
	border-style: none none dotted none;

}

h1 {
	font-size: x-small;
	margin: 0;
	padding: 0;
}

#head_navi {
	width: 760px;
	height: 60px;
	}
	
#logo {
	width: 160px;
	height: 60px;
	float: left
	}
	
#head_navi_area {
	width: 600px;
	height: 60px;
	text-align: right;
	float: right;
	vertical-align: top;
	}

#head_navi_area a:link {
	font-size: x-small;
	color: #000000;
	text-decoration: underline;
}

#head_navi_area a:visited {
	font-size: x-small;
	color: #000000;
	text-decoration: underline;
}

#head_navi_area a:hover {
	font-size: x-small;
	color: #006633;
	text-decoration: underline;
}

#head_navi_area a:active {
	font-size: x-small;
	color: #000000;
	text-decoration: underline;
}

#contents {
	width: 760px;
}

#navi {
	width: 160px;
	float: left;
	}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#navi li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#contents_area {
	width: 590px;
	float: right;
	border-color: #007130;
	border-width: 1px;
	border-style: dotted none none none;
	padding-top: 10px;
	padding-left: 10px;
	}
	
#point_title {
	width: 590px;
	height: 50px;
	padding-top: 5px;
	margin-bottom: 5px;
	clear: both;
	border-color: #339900;
	border-width: 1px;
	border-style: none none solid none;
	}
	
#point_disc_title {
	width: 590px;
	height: 20px;
	padding-bottom: 5px;
	}

#point_disc {
	width: 580px;
	height: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	}

#footer {
	font-size: x-small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 760px;
	border-color: #007130;
	border-width: 1px;
	border-style: dotted none none none;
	text-align: right;
}
