*{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}
h1, h2, h3, p, ul, li, div{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
.cbox {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #007f41;
}

.contents {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.path{
	margin-top:10px;
	font-size:10px;
	color:#333;
}
.totop {
	float: right;
	font-size: 11px;
	color: #6fba2c;
	margin-top:5px;
	margin-bottom:10px;
}
.totop a:link{
	color:#6fba2c;
	text-decoration:none;
}
.totop a:visited{
	color:#6fba2c;
	text-decoration:none;
}
.totop a:hover {
	color: #007f41;
	text-decoration:underline;
}









.header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.logo2nd {
	float:left;
	margin-top: 20px;
}
.menu {
	float:right;
	list-style-type: none;
	width: 274px;
	height: 75px;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}
.menu li {
	display: block;
	width: 90px;
	height: 75px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #007f41;
	overflow: hidden;
}
.menu li.rline{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #007f41;

}













.footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
}
.footi{
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #007f41;
}
.fmenu {
	font-size: 10.5px;
	color: #000;
	float: left;
	margin-top: 10px;
}
.copyright {
	font-size: 9px;
	color: #333;
	float: right;
	margin-top: 10px;
}












a:link{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;
}a:hover {
	color: #007f41;
	text-decoration:underline;
}

