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

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


/* 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: 5px;
	padding-top: 5px;
}

#logo {
	float: left;
}

#cse-search-box {
    height: 28px;
}
div#formBox {
	float: right;
	margin-top: 0px;
    height: 25px;
}
div#formBox p {
	margin-bottom: 5px;
}

form#cse-search-box {
    height: 28px;
}
#formText {
    border: 1px solid #999999;
    font-size: 12px;
    height: 20px;
    line-height: 1.2em;
    width: 140px;
    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;
    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: 2px;
}

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

ul.lang li {
	border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    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#linkBtnArea
================================================================================ */
div#linkBtnArea {
	margin-bottom: 15px;
}

div#linkBtnArea .btnBox {
	margin-left: -20px;
}

div#linkBtnArea ul.btnBox li {
	width: 165px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-bottom: 11px;
}

div#linkBtnArea ul.btnBox li img {
	margin-bottom: 3px;
}

div#linkBtnArea ul.btnBox li {
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}

div#linkBtnArea ul.btnBox li a:hover img {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}


/* ================================================================================
	div#oterlinkArea
================================================================================ */
div#oterlinkArea {
	margin-bottom: 15px;
}

div#oterlinkArea ul {
	list-style-type: none;
	margin-left: -12px;
}

div#oterlinkArea ul li {
	width: 232px;
	float: left;
	display: inline;
	margin-left: 12px;
}


/* ================================================================================
	div.infoArea
================================================================================ */
div.infoArea {
	margin-bottom: 20px;
    width: 49%;
    display:inline-block;    
    vertical-align: top;
}

div.infoTit {
	border: 4px solid #006939;
	background-repeat: no-repeat;
	background-position: 24px 4px;
	height: 42px;
}

div.infoTit h2 {
	float: left;
    color: #006939;
    font-size: 20px;
    margin: 7px 10px;
	vertical-align:middle;
}

div.infoTit p {
	display: block;
	width: 72px;
	text-align: left;
	float: right;
	margin-right: 10px;
}

div.infoTit a {
	background-image: url(/img_new/upAll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 72px;
	text-indent: -9999px;
	display: block;
	margin-top: 8px;
}

div.infoTit p a:hover {
	background-position: right top;
}



/* ================================================================================
	フォーム
================================================================================ */
ul.newsList {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #006939;
	border-bottom-color: #006939;
	border-left-color: #006939;
	font-size: 12px;
	line-height: 1.3em;
	list-style-type: none;
	color: #000000;
    height: 500px;
    overflow: auto;
}

ul.newsList li {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #006939;
	padding-top: 10px;
	margin-top: -1px;
}

ul.newsList li span.feedDate {
	margin-right: 10px;
    display: block;
}

ul.newsList li span.feedTitle {
}


/* ================================================================================
	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;
}

