* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #4F7C21;
	text-decoration: none;
}
a:visited {
	color: #4F7C21;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
}
.clearboth {
	clear: both;
}
.none {
	display: none;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}


body {
	font-family:  Meiryo, "メイリオ", arial, sans-serif;
	background-color: #F5F5F5;
	color: #444444;
}
#wrapper {
	min-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#wide-header {
	width: 100%;
	min-width: 1000px;
	background-color: #FFFFFF;
	background-image: url(../common_img/wide-header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 3px;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
}
#logo a {
	display: block;
	height: 75px;
	width: 480px;
	background-color: #40720D;
	background-image: url(../common_img/logo_en.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1px;
	text-indent: -9999px;
}
#lang-button {
	display: block;
	list-style-type: none;
	position: absolute;
	top: 0px;
	right: 15px;
}
#lang-button li {
	float: right;
	display: block;
	list-style-type: none;
	color: #FFFFFF;
}
#lang-button li a {
	display: block;
	color: #ECFFD9;
	text-decoration: none;
	background-color: #336600;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 4px;
	font-size: 11px;
	line-height: 11px;
}
#lang-button li a:hover {
	color: #FFFF00;
}
#header-catch {
	font-size: 16px;
	color: #ECFFD9;
	position: absolute;
	left: 504px;
	top: 42px;
	line-height: 1.2em;
	font-family: serif;
	width: 416px;
	height: 25px;
	letter-spacing: 1px;
}
#header-catch strong {
	letter-spacing: 0em;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 115%;
}
#header-top {
	padding-bottom: 17px;
}
#header-bottom {
	display: block;
}
#wide-navi {
	width: 100%;
	display: block;
	height: 42px;
	background-image: url(../common_img/wide-navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#navi {
	background-image: url(../common_img/navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 42px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#navi ul {
	list-style-type: none;
	display: block;
	height: 42px;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../common_img/navi-li_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navi ul li {
	float: left;
	list-style-type: none;
	background-image: url(../common_img/navi-li_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#navi ul li a {
	display: block;
	/*width: 145px;6カラムの場合*/
	width: 125px;/*7カラムの場合*/
	height: 35px;
	padding-bottom: 7px;
	text-align: center;
	line-height: 35px;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#navi ul li a:hover {
	color: #669933;
	background-color: #F5F5F5;
}

#navi ul li a.on {
	color: #669933;
	background-color: #F5F5F5;
}
#copyright {
	background-color: #6F9F3F;
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#copyright .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#copyright .inner p {
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#container {
	display: block;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#footer {
	display: block;
	clear: both;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	color: #707070;
}
#footer .title {
	display: none;
}
#footer .link {
	font-size: 12px;
	line-height: 1.5em;
	color: #CCCCCC;
	margin-bottom: 35px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#footer .link li {
	float: none;
	padding-right: 8px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	list-style-type: none;
	display: inline;
}
#footer .link li.first {
	border-left: none;
}
#footer .link a {
	color: #707070;
	text-decoration: none;
}
#footer .link a:hover {
	color: #4F7C21;
	text-decoration: none;
}
#footer .description {
	text-align: left;
	display: block;
	margin-right: 165px;
	margin-left: 165px;
	font-size: 13px;
	line-height: 1.35em;
}
#footer .description strong {
	font-size: 15px;
	color: #333333;
	text-align: center;
	display: block;
	margin-bottom: 4px;
}
#pankuzu {
	font-size: 11px;
	color: #999999;
	margin-bottom: 25px;
}
#main {
	display: block;
	width: 600px;
	padding-right: 33px;
	padding-left: 33px;
	padding-top: 22px;
	padding-bottom: 22px;
	background-image: url(../common_img/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	float: left;
	min-height: 3000px;
}
#main .column-whole {
	clear: both;
	margin-bottom: 8px;
}
#main .column-left {
	margin-bottom: 8px;
	width: 320px;
	float: left;
}
#main .column-right {
	margin-bottom: 8px;
	width: 250px;
	float: right;
}
#main .section {
	margin-bottom: 35px;
}

#main .readmore {
	color: #4F7C21;
	font-weight: bold;
	text-align: right;
	size:85%;
	font-size: 90%;
	display: block;
	clear: both;
}
#main .readmore a {
	color: #4F7C21;
	text-decoration: none;
}
#main .readmore a:hover {
	color: #FF0000;
}

#main .toppage-title {
	font-size: 20px;
	line-height: 1.2em;
	color: #333333;
	display: block;
	margin-bottom: 8px;
}
#main .title {
	font-size: 24px;
	line-height: 1.2em;
	color: #333333;
	display: block;
	margin-bottom: 25px;
}
#main .subtitle {
	font-size: 18px;
	line-height: 1.2em;
	color: #333333;
	display: block;
	margin-bottom: 25px;
	clear: both;
}
#main .body {
	display: block;
	margin-bottom: 15px;
	clear: both;
}
#main .body .text  {
	font-size: 15px;
	line-height: 1.5em;
	color: #000000;
	margin-bottom: 1em;
}
#sub {
	width: 300px;
	float: right;
	padding-right: 17px;
}
#sub .box {
	display: block;
	margin-bottom: 18px;
}
#sub .box .caption {
	font-size: 11px;
	color: #999999;
	line-height: 1.25em;
	padding-top: 6px;
}
#sub .box .caption .title {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	display: block;
	margin-bottom: 3px;
}

#sub .readmore {
	color: #4F7C21;
	font-weight: bold;
	size:85%;
	font-size: 85%;
}
#sub .readmore a {
	color: #4F7C21;
	text-decoration: none;
}
#sub .readmore a:hover {
	color: #FF0000;
}

#sub .categories {
}
#sub .categories .title {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #689A35;
	background-image: url(../common_img/category-title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}
#sub .categories ul {
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
#sub .categories ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sub .categories ul li a {
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 12px;
	color: #4F7C21;
	display: block;
	background-image: url(../common_img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
}
#sub .categories ul li a:hover {
	background-color: #FFFFE0;
}
#sub  .records {
	/*display: none;*/
	clear:both;
}
#sub  .records  .title {
	color: #4F7C21;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
	margin-bottom: 4px;
}
#sub  .records  ul {
	list-style-type: none;
	background-image: url(../common_img/articles-li_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#sub  .records  ul  li {
	background-image: url(../common_img/articles-li_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	list-style-type: none;
}
#sub  .records  ul  li  a {
	font-size: 13px;
	color: #707070;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
}
#sub  .records  ul  li  a:hover {
	background-color: #FFFFE0;
}

#main .body .btn {
	padding: 10px 15px;
	background: #e00;
	color: #fff;
}
#main .body .btn a {
	color: #fff;
}
