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

/* Reset */
html {
	overflow-y:scroll;
}
body {
	font-family:"ヒラギノ角ゴ Pro W4","Hiragino Kaku Gothic Pro","verdana","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-image: url(/img_new/bgImg.jpg);
	background-repeat: repeat;
}

* {
	margin: 0px;
	padding: 0px;
}

body,
div,
p, ul,
img {
	padding:0;
	margin:0;
}

img {
	border: 0px none #FFFFFF;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* container */
div#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}


/* ================================================================================
	div#header(ヘッダー部分)
================================================================================ */
div#header {
	padding-bottom: 10px;
	padding-top: 15px;
}

#logo {
	float: left;
}

div#formBox {
	float: right;
	margin-top: 0px;
}

div#formBox p {
	margin-bottom: 5px;
}

#formText {
	font-size: 12px;
	height: 20px;
	width: 140px;
	vertical-align: top;
	border: 1px solid #999999;
}

#formSubmit {
	background-image: url(/img_new/formBtn.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	width: 38px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    cursor: pointer;
}
#formSubmit.en {
    background-image: url(/img_new/formBtn-en.jpg);
	width: 47px;
}
#formSubmit.ch {
    background-image: url(/img_new/formBtn-ch.jpg);
	width: 47px;
}
#formSubmit:hover {
    background-position: 50% 0;
}

/* ================================================================================
	div#menuArea(メニューボタン)
================================================================================ */
div#menuArea {
}

ul#menu {
	margin-bottom: 20px;
	list-style-type: none;
}

ul#menu li {
	float: left;
}

ul#menu li a {
background-color: #006633;

    background-position: left bottom;
    background-repeat: no-repeat;
    border-right: 2px dotted #FFFFFF;
    color: #FFFFFF;
    display: block;
    height: 28px;
    padding: 7px 0 0;
    text-align: center;
    width: 178px;
 font-weight: bold;
}

ul#menu li a:hover {
	background-color: #6db13a;
	text-decoration: none;
}

ul#menu li a#right {
	 border: medium none;
}

ul#menu li a#btn1 {
	background-image: url(/img_new/liBtn1.jpg);
}

ul#menu li a#btn2 {
	background-image: url(/img_new/liBtn2.jpg);
}

ul#menu li a#btn3 {
	background-image: url(/img_new/liBtn3.jpg);
}

ul#menu li a#btn4 {
	background-image: url(/img_new/liBtn4.jpg);
}

ul#menu li a#btn5 {
	background-image: url(/img_new/liBtn5.jpg);
}

ul#menu li a:hover {
	background-position: left top;
}
/* ================================================================================

================================================================================ */
div#lang_menu {height: 18px;
margin-bottom: 5px;
}

ul.lang {
     height: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
	float: right;
}

ul.lang li {
	border-left: 1px solid #999;
    border-right: 1px solid #999;
    float: left;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0 8px;
    text-align: right;
    width: auto;
}

ul.lang li a {
    background-position: left center;
    background-repeat: no-repeat;
    color: #25450F;
    padding: 1px 0 1px 20px;
}
ul.lang li.en a {
    background-image: url("/img_new/flag_usa.png");
}

ul.lang li.ch a {
    background-image: url("/img_new/flag_china.png");
}

ul.lang li.jp a {
    background-image: url("/img_new/flag_jp.png");
}
/* ================================================================================
	div#content(内容)
================================================================================ */
div#content {
	margin-bottom: 20px;
	background-image: url(/img_new/img_sub/sub_Bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* ================================================================================
	div#breadcrumb
================================================================================ */

div#breadcrumb {
    background-color: #F5F5F5;
    border-color: #DADADA;
    border-image: none;
    border-right: 1px solid #DADADA;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin:-20px 0 10px 0;
    padding: 3px;
}
.txt-sml {
    font-size: 70%;
    line-height: 145%;
}
/* ================================================================================
	div#subBunner(内容_左)
================================================================================ */
div#subBunner {
    display: none;
	width: 165px;
	float: left;
}

div#subBunner ul {
	font-weight: bold;
	line-height: 1.3em;
}

div#subBunner ul li {
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#subBunner ul li a {
	background-color: #F7F5E9;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: 21914a;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 16px;
	list-style-type: none;
	background-image: url(/img_new/img_sub/sbBtn1.jpg);
	background-repeat: no-repeat;
	background-position: 3px 12px;
	display: block;
	padding-right: 3px;
	color: #006939;
}


div#subBunner ul li a:hover {
	background-color: #21914a;
	color: #FFFFFF;
	background-image: url(/img_new/img_sub/sbBtn2.jpg);
	border-bottom-color: #21914a;
	text-decoration: none;
}



/* ================================================================================
	div#contentArea(内容_右)
================================================================================ */
div#contentArea {
	/*width: 535px;
	float: right;*/
	padding-bottom: 200px;
}

div#contentArea h1 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #006939;
	line-height: 1.3em;
}

.title{
    position: relative;
    border-color: #eee;
    border-style: solid;
    border-width: 5px;
    background: #fff;
    margin: 0 0 15px 0px;
    padding: 5px 15px;
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
 
.title:after
{
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    right: 15px;
    width: 70%;
    height: 10px;
    background: rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

div#contentArea h2 {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #333333;
}

h4 {
    border-bottom: 1px dashed #669933;
    border-left: 7px solid #669933;
    margin: 10px 12px;
    padding: 3px 5px;}
.smap {
    border-bottom: 1px dashed #666;
    border-left: none;
    padding: 3px 5px;
	color: #286436;
}

h4 a {
    padding: 3px;
	color: #286436;
}

h4 a:hover {
    background-color: #CBF3D0;
    text-decoration: none;
    padding: 3px;
}


div#contentArea p {
	font-size: 12px;
	margin-bottom: 15px;
	color: #000000;
	line-height: 1.5em;
}

div#contentArea ul {
	list-style-type: none;
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 1px;
zoom:1
}

div#contentArea ul li {
	margin-bottom: 15px;
	background-image: url(/img_new/img_sub/listIcon.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	font-size: 12px;
	color: #000000;
}

div#contentArea ul li h2 {
	font-size: 14px;
}

div#contentArea ul li a {
    padding: 3px;
	color: #333333;
}

div#contentArea ul li a:hover {
    background-color: #CBF3D0;
    text-decoration: none;
    padding: 3px;
}

strong {
	color: #096F40;
}
div#list_e{
height: auto;
width: 600px;
}
div#list_m{
height: auto;
width: 450px;
}
div#list_e ul.ul1,
div#list_m ul.ul1{
	list-style-type: none;
	padding: 0;
	margin:0 0 -80px 20px;
}
div#list_e ul.ul1 li.li1,
div#list_m ul.ul1 li.li1 {
	 font: normal bold 15px/1.3em sans-serif;
	 border-bottom: 1px dashed #999999;
	 padding-bottom: 5px;
}

div#list_e ul.ul2,
div#list_m ul.ul2{
	list-style-type: none;
}
div#list_e ul.ul2 li.li2, 
div#list_m ul.ul2 li.li2 {
	background-image:url("/img_new/img_sub/sbBtn1.jpg");
	font-size:14px;
	font-weight: lighter;
	margin: 8px;
}
div#list_e ul.ul3,
div#list_m ul.ul3 {
    list-style-type: none;
    margin: 0 0 5px 20px;
	*margin: 0 0 5px 0px; /* IE7 and below */
    padding-bottom: 1px;
}
div#list_e ul.ul3 li.li3,
div#list_m ul.ul3 li.li3 {
	background-image:url("/img_new/history_dot.gif");
	font-size:13px;
	font-weight: lighter;
	margin: 3px;
}

div#list_e ul.ul4,
div#list_m ul.ul4 {
    list-style-type: none;
    margin: 0 0 5px 20px;
	*margin: 0 0 5px 0px; /* IE7 and below */

    padding-bottom: 1px;

}
div#list_e ul.ul4 li.li4,
div#list_m ul.ul4 li.li4 {
	background-image:url("/img_new/list_dot.gif");
	font-size:13px;
	font-weight: lighter;
	margin: 3px;

}

div#textarea {
	padding:0 20px 5px;
	margin-top: 95px;
}
div#textarea p {
	  font-size: 13px;
}

/* ================================================================================
	div#footer
================================================================================ */
div#footer {
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

div#footer p {
	font-size: 10px;
	line-height: 1.2em;
	color: #000000;
	text-align: center;
}

/* ================================================================================
	clearFix
================================================================================ */

.clearFix{
	overflow: hidden;
}

.clearFix:after{
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
	content: "";
}

/*¥*/
* html .clearFix{
	height: 1em;
	overflow: visible;
}
/**/

/* or */
.clear{
	clear: both;
}

/* ================================================================================
	table
================================================================================ */

table {
    margin: 15px auto;
    width: 95%;
  font-size: 90%;

}
table.s {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}
table.s th {
    background-color: #EDEBE7;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    box-shadow: 1px 1px 0 white inset;
    padding: 5px;
}
th.y, td.y {
    background-color: lightyellow !important;
}
th.g, td.g {
    background-color: #DCFCD4 !important;
}
th.g, td.pin {
    background-color: #FDEFF9;
}
table.s td {
    border-bottom: 1px dashed #CCCCCC;
    border-right: 1px dashed #CCCCCC;
    padding: 5px;
}
table.s tr:nth-child(2n+1) {
    background-color: #F5F5F5;
}
table.s td.p {
    background-color: #F4E1EA;
}


table.sitemap {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
	font-size: 100%;
	margin-top: -5px;
	color: #666;

}
table.sitemap td {
    background-color: #F9F9F9;
    border-bottom: 1px dashed #CCCCCC;
    border-right: 1px dashed #CCCCCC;
    padding: 18px;
	width:341px;
}
div#contentArea table.sitemap td p { 
	color: #000;
	font-size: 13px;
    margin: 3px 0px 3px;
    line-height: 13px;

}

table.sitemap td a {
    background-image: url("/image/markLinkHover.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #286436;
    padding: 2px 5px 2px 10px;
    margin-left: -8px;}

table.sitemap td a:hover {
    background-color: #CBF3D0;
    text-decoration: none;
    padding: 2px 5px 2px 10px;
    margin-left: -8px;
}
