@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

input {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	background-color:#B7FFAA;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}

input:hover {
	border-color:#006600;
}

input:focus {
	border-color:#006600;
}

textarea {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	background-color:#B7FFAA;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}

textarea:hover {
	border-color:#006600;
}

textarea:focus {
	border-color:#006600;
}

a {
	color:#000000;
	font-style:normal;
	font-variant:normal;
	text-decoration:none;
}

.subnavi_link {
	display:block;
	color:#FFFFFF;
	height:15px;
	vertical-align:middle;
	padding-left:5px;
}

.subnavi_link:hover {
	background-color:#009900;
	color:#CCCCCC;
	cursor:pointer;
}

.subnavi_sublink {
	display:block;
	color:#FFFFFF;
	height:15px;
	vertical-align:middle;
	padding-left:20px;
}

.subnavi_sublink:hover {
	background-color:#009900;
	color:#CCCCCC;
	cursor:pointer;
}

a:hover {
	color:#333333;
}

.main_div {
	width:1000px;
	margin:auto;
}

.main_div_left {
	width:798px;
	float:left;
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
	min-height:500px;
}
.main_div_right {
	width:195px;
	float:right;
	padding-left:5px;
}

.main_left {
	width:240px;
	float:left;
	padding-right:5px;
	padding-left:5px;
}

.main_content {
	width:538px;
	float:right;
	padding-left:5px;
	padding-right:5px;
}

.main_box {
	border:1px;
	padding:3px;
	background-color:#06740b;
	position:relative;
	color:#FFFFFF;
}

.main_box_ol {
	background-image:url(eck.png);
	background-position:top left;
	width:7px;
	height:7px;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}

.main_box_or {
	background-image:url(eck.png);
	background-position:top right;
	width:7px;
	height:7px;
	position:absolute;
	top:0px;
	right:0px;
	display:block;
}

.main_box_ul {
	background-image:url(eck.png);
	background-position:bottom left;
	width:7px;
	height:7px;
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
}

.main_box_ur {
	background-image:url(eck.png);
	background-position:bottom right;
	width:7px;
	height:7px;
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
}

.main_box_green_header {
	margin-bottom:5px;
	font-weight:bold;
	height:17px;
	padding-top:3px;
	border-bottom-color:#003300;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.content_title {
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
	height:17px;
	color:#009900;
	border-bottom-color:#006600;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.main_banner {
	margin:auto;
	background-image:url(big_banner.png);
	height:200px;
	width:790px;
	margin-bottom:5px;
}

.main_footer {
	margin:auto;
	font-size:10px;
	margin-top:5px;
	width:770px;
	color:#999999;
	padding:5px;
	border-top-color:#999999;
	border-top-style:solid;
	border-top-width:1px;
}

.main_footer_link:hover {
	color:#666666;
}

.main_footer_link {
	color:#999999;
}

.gb_title {
	font-size:10px;
	color:#666666;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-top:10px;
	padding-bottom:3px;
	margin-bottom:3px;
}

.gb_title_link {
	color:#666666;
}

.gallery_thumb {
	display:block;
	width:120px;
	height:120px;
	background-position:center;
	float:left;
	margin:4px;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	
}

.gallery_thumb:hover {
	border-color:#999999;
	cursor:pointer;
}
