@charset "utf-8";
/* =========================================================
 COMMON
========================================================= */
body {
	color: #000;
	text-align: center;
	line-height: 1.4;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: 0px 0px;
}
/* LINK
--------------------------------------------------------- */
a {
	outline: none;
}
a {
	color: #5a9000;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
a.button {
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
	margin: 5px;
	background-color: #56a4f1;
	padding: 10px;
}
a.button:visited {
	color: #FFFFFF;
}
a.button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* TEXT
--------------------------------------------------------- */
strong {
	font-weight: bold;
}
/* FORM
--------------------------------------------------------- */
form button {
	font-weight: bold;
	float: left;
	display: block;
	margin: 0px;
	border: 1px solid #000;
	cursor: pointer;
	padding: 1px 5px 0px; /* IE6 */
}
form button[type] {
	line-height: 16px; /* Safari */
	padding: 3px 5px; /* Firefox */
}
*:first-child+html button[type] {
	padding: 0px 5px; /* IE7 */
}
form button.mailform-submit {
	color: #FFF;
	background: #75bcf5 url(/2014/shared/images/form_button1.gif) repeat-x 0px 50%;
	border-color: #75bcf5;
}
form button.mailform-cancel {
	color: #484848;
	background: #f6f6f6 url(/2014/shared/images/form_button2.gif) repeat-x 0px 50%;
	border-color: #d1d2d4;
}
form.mailform input.mailform-txt, form.mailform textarea.mailform-txt {
	padding: 4px;
	border: 1px solid #e9eaec;
	border-top-color: #bbbbbd;
	float: left;
}
form.mailform input.mailform-txt {
	height: 16px;
}
form.mailform textarea {
	padding: 4px;
	border: 1px solid #e9eaec;
	border-top-color: #bbbbbd;
	float: left;
}
/* =========================================================
 TEMPLATES
========================================================= */
/* CONTAINER
--------------------------------------------------------- */
div#container {
	text-align: left;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* HEADER
--------------------------------------------------------- */
div#header {
	overflow: visible;
	zoom: 1;
	padding-top: 30px;
	height: 228px;
	width: 1000px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #90c600;
	border-right-color: #90c600;
	border-bottom-color: #90c600;
	border-left-color: #90c600;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#header div#logo {
	float: left;
}
div#header div#searchform-block {
	float: right;
	width: 205px;
}
div#header form#searchform {
	position: relative;
}
div#header form#searchform input#keywords {
	width: 181px;
	height: 16px;
	background: #eee;
	border: none;
	padding: 2px;
}
div#header form#searchform input#search-button {
	position: absolute;
	top: 0;
	_top: 1px;
	left: 185px;
}
*:first-child + html input#search-button {
	top: 1px;
}
div#header div#headnav-block {
	float: right;
	width: 400px;
	padding-top: 10px;
	overflow: hidden;
}
div#header div#headnav-block ul {
	margin-right: -38px;
	overflow: hidden;
	zoom: 1;
}
div#header div#headnav-block li {
	float: right;
	margin-right: 19px;
	padding-right: 19px;
	border-right: 1px solid #dadada;
}
/* BREADCRUMB
--------------------------------------------------------- */
div#breadcrumb {
	overflow: hidden;
	margin-bottom: 10px;
	clear: both;
}
div#breadcrumb ul {
	line-height: 1.2;
	margin-left: -20px;
	overflow: hidden;
	zoom: 1;
}
div#breadcrumb li {
	float: left;
	font-weight: bold;
	background: url(/2014/shared/images/breadcrumb_arrow.gif) no-repeat 0px 0.3em;
	margin-left: 6px;
	padding-left: 14px;
}
div#breadcrumb a {
	font-weight: normal;
}
/* CONTENT
--------------------------------------------------------- */
div#content {
	width: 1000px;
	padding-top: 5px;
	overflow: hidden;
	zoom: 1;
}
/* ANCHOR
--------------------------------------------------------- */
div#anchor {
	padding-top: 10px;
}
div#anchor ul {
	overflow: hidden;
	zoom: 1;
}
div#anchor li {
	background: url(/2014/shared/images/border_y1.gif) repeat-y 0px 0px;
	float: left;
	padding-left: 20px;
	margin-right: 20px;
}
/* SIDEBAR
--------------------------------------------------------- */
div#sidebar {
	float: left;
	width: 245px;
}
div#sidebar #cal {
	width: 235px;
	padding: 50px 5px 10px 5px;
	height: 220px;
	background: url(/2014/shared/images/area/cal_bg.jpg) no-repeat 0px 0px;
}
div#sidebar .sidebanner {
	width: 245px;
	margin-bottom: 10px;
}
div#sidebar .sidebanner img {
	max-width: 245px;
	border: 0px;
}
/* GLOBAL-NAVI
--------------------------------------------------------- */
/*
div#globalnav {
	width:245px;
	zoom: 1;
	margin-bottom:20px;
}
div#globalnav li.gnavi a {
	background-image: url(/2014/shared/images/area/gnavi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	text-decoration:none;
	color:#000000;
}
div#globalnav li.gnavi a:hover {
	background-image: url(/2014/shared/images/area/gnavi_ov.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	text-decoration:none;
	color:#000000;
}
div#globalnav li.gnavi, div#globalnav li.gnavi a {
	width: 245px;
	height:35px;
	padding-top:10px;
	display:block;
	font-size:16px;
}

div#globalnav  ul.gnavichild{
	padding-left:10px;
	margin-bottom:5px;
		margin-top:15px;
}
div#globalnav ul.gnavichild li{
margin-bottom:6px;
}

div#globalnav ul.gnavichild li a{
	text-align:left;
	text-decoration:underline;
	background-image: url(/2014/shared/images/icon_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:10px;
	line-height:1.3em;
	font-size:14px;
	margin-bottom:6px;
}

/* GLOBAL-NAVI
--------------------------------------------------------- */
#globalnav {
	width: 245px;
	zoom: 1;
	margin-bottom: 20px;
}
#globalnav dt a {
	background-image: url(/2014/shared/images/area/gnavi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
#globalnav dt a:hover {
	background-image: url(/2014/shared/images/area/gnavi_ov.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
#globalnav dt a {
	width: 245px;
	height: 35px;
	padding-top: 10px;
	display: block;
	font-size: 16px;
}
#globalnav dd ul.gnavichild {
	padding-left: 10px;
	margin-bottom: 25px;
	margin-top: 5px;
}
#globalnav dd ul.gnavichild li {
	margin-bottom: 12px;
}
#globalnav dd ul.gnavichild li a {
	text-align: left;
	text-decoration: underline;
	background-image: url(/2014/shared/images/icon_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	line-height: 1.3em;
	font-size: 14px;
	margin-bottom: 6px;
}
/* SITE-MENU
--------------------------------------------------------- */
div#sitemenu {
	margin-top: 20px;
	background-color: #fdfbfb;
	background-position: 0px 0px;
	clear: both;
	overflow: hidden;
}
div#sitemenuwrap {
	background-image: url(/2014/shared/images/sitemenu_h.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 70px;
	padding-bottom: 30px;
}
div#sitemenuInner {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}
div#sitemenu div#sitemenu-header {
	line-height: 1.2;
	overflow: hidden;
	zoom: 1;
}
div#sitemenu h2 {
	background: url(/2014/shared/images/border_y1.gif) repeat-y 100% 0px;
	margin-right: 25px;
	padding-right: 25px;
	float: left;
	width: 233px;
}
div#sitemenu div#menulist-block {
	overflow: hidden;
	zoom: 1;
}
div#sitemenu div#menulist-block dl.menulist-box {
	float: left;
	width: 175px;
	padding-left: 15px;
}
div#sitemenu div#menulist-block dl.menulist-box dt {
	padding: 40px 0px 10px;
}
div#sitemenu div#menulist-block dl.menulist-box dd {
	line-height: 1.8;/*
	background: url(/2014/shared/images/icon_arrow1.gif) no-repeat 5px 0.4em;*/
}
div#sitemenu div#menulist-block dl.menulist-box dd a {
	text-decoration: none;
	color: #ffffff;
}
div#sitemenu div#menulist-block dl.menulist-box dd span {
	color: #ffffff;
}
div#sitemenu div#menulist-block dl.menulist-box dd a:hover {
	color: #dcf696
}
div#sitemenu div#menulist-block dl#menulist2 {
	width: 185px;
}
div#sitemenu div#menulist-block dl#menulist5 {
	width: 185px;
}
/* FOOTER
--------------------------------------------------------- */
div#footer {
	margin-top: 0px;
	padding: 12px 15px 0px 0px;
	background-image: url(/2014/shared/images/footer_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
}
div#footerInner {
	width: 1000px;
	margin: 0px auto;
}
div#footer div#footnav {
	overflow: hidden;
}
div#footer div#footnav ul {
	font-size: 83.4%;
	line-height: 1.2;
	margin-right: -20px;
	overflow: hidden;
	zoom: 1;
}
div#footer div#footnav li {
	float: right;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
div#footer address {
	text-align: right;
	margin-top: 10px;
}
div#footer div#footnav li a {
	outline: none;
}
div#footer div#footnav li a {
	color: #ffffff;
}
div#footer div#footnav li a:link, a:visited {
	text-decoration: underline;
}
div#footer div#footnav li a:hover, a:active {
	color: #e1f6a9;
}
/* =========================================================
 CONTENT
========================================================= */
/* MAIN-CONTENT
--------------------------------------------------------- */
div#maincontent {
	float: right;
	width: 730px;
	padding-top: 10px;
}
div#maincontent p.totop {
	text-align: right;
	margin-top: 25px;
}
div#maincontent p.totop a {
	background: url(/2014/shared/images/icon_arrow3.gif) no-repeat 0px 0.3em;
	padding-left: 10px;
}
/* Top keyvisual
--------------------------------------------------------- */
div#keyvisual {
	width: 960px;
	height: 150px;
	padding-left: 40px;
	padding-top: 50px;
}
div#keyvisual h1 {
	font-size: 120%;
}
div#keyvisual h2 {
	font-size: 240%;
}
div#keyvisual p {
	font-size: 90%;
}
/* Top topics
--------------------------------------------------------- */
.top_topics {
	margin-bottom: 15px;
	width: 730px;
	margin-top: 10px;
}
.top_topics {
	zoom: 1 !important;
}/* for IE 5.5-7 */
.top_topics:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
.top_topics dl {
	width: 706px;
	padding: 15px 12px 12px 12px;
	background-image: url(/2014/shared/images/area/topics_t_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.top_topics dl dt {
	text-align: left;
	font-weight: bold;
	color: #0097d7;
	float: left;
}
.top_topics dl dd a {
	outline: none;
}
.top_topics dl dd a {
	color: #333333;
}
.top_topics dl dd a:link, a:visited {
	text-decoration: underline;
}
.top_topics dl dd a:hover, a:active {
	text-decoration: none;
	color: #0097d7;
}
.top_topics dl dd {
	text-align: left;
	font-weight: bold;
	font-size: 130%;
	float: left;
	padding-left: 15px;
	color: #000;
	margin-top: -0.2em;
}
.top_topics .imgbox {
	width: 270px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.top_topics .imgbox img {
	max-width: 270px;
}
.top_topics p {
	text-align: left;
	line-height: 1.8em;
}
/* Kasou title
--------------------------------------------------------- */

h1#pagetitle {
	font-size: 20px;
	font-weight: bolder;
	color: #90c600;
	background-image: url(/2014/shared/images/kasou_t.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 1em;
}
/* CMS SHARED
--------------------------------------------------------- */
.cms_underline {
	border-top: 1px #CCCCCC solid;
	margin-bottom: 20px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
h2.entrytitle {
	border-left: 5px #90c600 solid;
	padding: 3px 0px 3px 4px;
	text-align: left;
	font-weight: bold;
	font-size: 130%;
	padding-left: 15px;
	color: #333;
	margin-top: 1em;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
/* CMS TYPE 1（FREE SPACE）
--------------------------------------------------------- */
.cms_type1 {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	zoom: 1;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}
/* CMS TYPE 2（NEES TYPE）
--------------------------------------------------------- */
.cms_type2 {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	zoom: 1;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}
.cms_type2 .imgbox {
	width: 340px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cms_type2 .imgbox img {
	max-width: 340px;
}
.cms_type2 h3 {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
}
.cms_type2 p {
	text-align: left;
	line-height: 1.8em;
}
/* CMS TYPE 3（STAFF TYPE）
--------------------------------------------------------- */
.cms_type3 {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	zoom: 1;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}
.cms_type3 .imgbox {
	width: 270px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.cms_type3 .imgbox img {
	max-width: 270px;
}
.cms_type3 p {
	text-align: left;
	line-height: 1.8em;
}
/* CMS TYPE 4（OUTLINE TABLE TYPE）
--------------------------------------------------------- */
.cms_type4 {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	zoom: 1;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}
.cms_type4 table {
	border: 1px #999 solid;
	margin-bottom: 10px;
}
.cms_type4 table th {
	padding: 10px;
	text-align: left;
	width: 150px;
	font-weight: bold;
	background-color: #f2f1e8;
	color: #333333;
	border-bottom: 1px #999999 dotted;
}
.cms_type4 table td {
	padding: 10px;
	text-align: left;
	color: #333333;
	border-bottom: 1px #999999 dotted;
}
/* CMS TYPE 5（forum_list TABLE TYPE）
--------------------------------------------------------- */
.cms_type5 {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	zoom: 1;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}
.cms_type5 table th {
	padding: 10px;
	text-align: center;
	width: 150px;
	font-weight: bold;
	background-color: #d7d4b5;
	color: #333333;
	border-right: 1px #FFFFFF solid;
}
.cms_type5 table th.linenone {
	border: none;
}
.cms_type5 table td {
	padding: 10px;
	text-align: left;
	color: #333333;
	border-bottom: 1px #CCCCCC solid;
}
/*Social Buttons
--------------------------------------------------------- */

.socialbtn {
	margin-top: 8px;
	padding-left: 5px;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
.socialbtn div {
	float: left;
	margin-right: 12px;
}
.socialbtn .twitter {
	margin-right: 0px;
}
.socialbtn div iframe {
	margin-left: 0px;
}
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
/*Social Buttons
--------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi span {
	background-color: #EEEEEE;
}
/*
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
*/
.wp-pagenavi a:hover {
	background: -moz-linear-gradient(top, #777, #444); /* Firefox 用 */
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#444)); /* Safari,Google Chrome用 */
	color: #FFFFFF;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
