@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;
	color: #007774;

}

a:hover{
	text-decoration:underline;
	color: #E06B89;
}

.center{
text-align:center;
}


strong {
    color: #096F40;
}

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

a:hover img {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
}

/* ================================================================================
	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;
	line-height: 1.2em;
	border: 1px solid #999999;
vertical-align: top;
}

#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;
}

/* ================================================================================
	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#office_menu (メニューボタン)
================================================================================ */

div#office_menu {clear: both;
    display: -moz-inline-box;

}
div#office_menu ul {
}
div#office_menu li.office {
background-image: none;
    float: left;

}
div#office_menu li.office a {
    background-image: url("../jst/img/menu_bg.png");
    background-position: center -50px;
    background-repeat: repeat-x;
    color: #EEEEEE !important;
    display: block;
	height: 36px;
    font-size: 1.2em;
    text-align: center;
    width: 130px;
}



div#office_menu li.office a:hover {
    background-position: center -20px;
    display: block;
	height: 36px;
	text-decoration: none;
    color: #333 !important;
}
.cen {
    line-height: 33px;
    padding: 10px 0;
}

.int{
    font-size: 75%;
    padding: 0;
}


/* ================================================================================
	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;
	padding-bottom: 200px;
}

div#content h1 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #006939;
}

.title{
    position: relative;
    border-color: #eee;
    border-style: solid;
    border-width: 3px;
    background: #f7fdee;
    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#content h2 {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #333333;
	margin: 0 20px 15px;
}

div#content h2.st {
    padding: 5px 15px;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: bold;
	margin: 0 3px 15px;
	background-color:#DDE3E2
	
}

h3 {
    color: #4B7C4C;
    font-size: 16px;
    padding: 0 10px;
	margin: 0 20px 15px;
}

h4 {
    border-bottom: 1px dashed #669933;
    border-left: 7px solid #669933;
    margin: 10px 12px;
    padding: 3px 5px;}

h4 .red{
	color: #CC0000;
}

h4 .green{
	color: #336633;
}

h5 {
    color: #4B7C4C;
    font-size: 13px;
    padding: 0 10px;
	margin: 0 20px 15px;
}
div#content p {
	font-size: 14px;
	margin-bottom: 15px;
	color: #000000;
	line-height: 1.5em;
	margin: 0 20px 15px;
}

div#content ul,
div#content ol {
	list-style-type: none;
	font-size: 15px;
	line-height: 1.4em;
	padding: 5px 30px;
}

div#content #ul1 li{
	list-style: square outside;
	color:#009900;
	list-style-image:none;
	font-size: 30px;
	margin-left: 10px;
	padding: 0px 10px;


}
div#content #ul1 li span{
	font-size: 16px;
	color:#333333;
	vertical-align: bottom;
}
div#content #ul2 li{
	list-style: disc outside;
	color:#009900;
	list-style-image:none;
	font-size: 20px;
    margin-left: 30px;
}
div#content #ul2 li span.small{
	font-size: 15px;
	color:#009900;
	vertical-align: bottom;
}

div#content #ul3 li {
	margin-bottom: 5px;
	background-image: url(/img_new/pdf.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 20px;
	font-size: 15px;
	color: #000000;
}

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

div#content ul li h2 {
	font-size: 14px;
	display: inline;
}

div#content ul li a:link {
	color: #333333;
}

div#content ul li a:hover {
	color: #FF3300;
}

strong {
	color: #096F40;
}
div#content ol {
	list-style-type: decimal;
	font-size: 13px;
	line-height: 1.4em;
	padding: 5px 40px;
}


 ================================================================================
	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#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;
}
/**/
/* ================================================================================
	box
================================================================================ */
.box {
  margin: 1em 0;
  border: solid 1px #68B36A;
  float: right;
  font-size: 90%;
  width: 350px;
}
.box h5 {
  margin: 0 0 1em;
  border-bottom: solid 1px #68B36A;
  background: #E6FFE6;
  padding: 0.2em 15px;
  color: #363;
  text-align: center;
}

.box p {
  margin: 0 5px 0 5px;
}

.box dl {
  margin-left: 60px;
  padding-left: 0;
}
	
.box dl dd {
  margin-left: 30px;
}

.box_blue {
  margin: 1em auto;
  border: solid 1px #68B36A;
  font-size: 90%;
  width: 540px;
  background: #ecfeff;

}
.box_blue h4 {
  font-size: 15px;
  margin: 0 0 1em;
  border-bottom: solid 1px #68B36A;
  background: #b8fce8;
  padding: 0.2em 15px;
  color: #363;
  text-align: center;
}

.box_blue p {
  margin: 0 5px 0 5px;
}
.box_blue span {
    font-weight: normal;
  font-size: 90%;

}

.box_blue dl {
  margin-left: 60px;
  padding-left: 0;
}
	
.box_blue dl dd {
  margin-left: 30px;
}

.box_blue img {
border: 0 none #FFFFFF;
    float: right;}
/* ================================================================================
	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: moccasin !important;
}
th.g, td.g {
    background-color: #E8F0E0 !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;
}

.shiny-button {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #298A16;
  background-image: -webkit-linear-gradient(top, #2a8e17 0%, #419930 48%, #298A16 49%, #298A16 82%, #30a21a 100%);
  background-image: -moz-linear-gradient(top, #2a8e17 0%, #419930 48%, #298A16 49%, #298A16 82%, #30a21a 100%);
  background-image: -o-linear-gradient(top, #2a8e17 0%, #419930 48%, #298A16 49%, #298A16 82%, #30a21a 100%);
  background-image: linear-gradient(top, #2a8e17 0%, #419930 48%, #298A16 49%, #298A16 82%, #30a21a 100%);
  border-color: hsl(110, 13%, 31%);
  -webkit-box-shadow: inset 0 0 1px 1px #3bc820, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #3bc820, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #3bc820, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #0f3208;
  -moz-text-shadow: 1px 1px 1px #0f3208;
  -o-text-shadow: 1px 1px 1px #0f3208;
  text-shadow: 1px 1px 1px #0f3208;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 6px 15px 6px 15px;
 margin-left: 20px;
}

.shiny-button strong {
 color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 14px;
}

.shiny-button:hover {
  color: #FFFFFF;
  background-color: #2d9718;
  background-image: -webkit-linear-gradient(top, #2e9b19 0%, #46a533 48%, #2d9718 49%, #2d9718 82%, #34af1c 100%);
  background-image: -moz-linear-gradient(top, #2e9b19 0%, #46a533 48%, #2d9718 49%, #2d9718 82%, #34af1c 100%);
  background-image: -o-linear-gradient(top, #2e9b19 0%, #46a533 48%, #2d9718 49%, #2d9718 82%, #34af1c 100%);
  background-image: linear-gradient(top, #2e9b19 0%, #46a533 48%, #2d9718 49%, #2d9718 82%, #34af1c 100%);
  border-color: hsl(110, 15%, 34%);
  -webkit-box-shadow: inset 0 0 1px 1px #3ed021, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #3ed021, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #3ed021, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #133f0a;
  -moz-text-shadow: 1px 1px 1px #133f0a;
  -o-text-shadow: 1px 1px 1px #133f0a;
  text-shadow: 1px 1px 1px #133f0a;
}

.shiny-button:active {
  color: #FFFFFF;
  background-color: #257d14;
  background-image: -webkit-linear-gradient(top, #227413 0%, #298A16 100%);
  background-image: -moz-linear-gradient(top, #227413 0%, #298A16 100%);
  background-image: -o-linear-gradient(top, #227413 0%, #298A16 100%);
  background-image: linear-gradient(top, #227413 0%, #298A16 100%);
  padding: 7px 15px 5px 15px;
}

a.doc {
    background-image: url("/img_new/doc.jpg");
    background-repeat: no-repeat;
    padding-left: 20px;
	color:#007774;
}

a.pdf	{
    background-image: url("/img_new/pdf.jpg");
    background-repeat: no-repeat;
    padding-left: 20px;
	color:#007774;

}


div#list_m2{
height: auto;
width: 450px;
}

div#list_m2 ul.ul1{
	list-style-image: url(/img_new/img_sub/listIcon.jpg);
	padding: 0;
	margin:0 0 -80px 20px;
}

div#list_m2 ul.ul1 li.li1 {
	 font: normal bold 15px/1.3em sans-serif;
	 margin-left: 20px;
}


div#list_m2 ul.ul2{
	list-style-image: url(/img_new/img_sub/sbBtn1.jpg);
}

div#list_m2 ul.ul2 li.li2 {
	font-size:14px;
	font-weight: lighter;
	margin: 8px;
}