/* CSS Document */


/* 全体の設定-----------------------------------------------*/
/*----body設定-----*/
body {
	margin: 0 auto;
	padding: 0;
	font-size: 80%;
	line-height: 1.5em;
	background-image: url(../english/img/top/top_bg.jpg);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}

/*------h1(ページタイトル) ------*/
h2,h4,h5,h6,p,div {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 120%;
	background-color: #538417;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-color: #B5D582;

}

/*-------------- div設定--------------*/
div#box1 {
	padding: 5px;
	border: 1px solid #DDD;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #eee;
	clear: both;
} 

/*----文字の設定-----*/
.standard {
	font-size: 80%;
}
  
.title {
	font-size: 90%;
}

.link {
	text-decoration: none;
}

.mini {
	font-size: 90%;
}

.pankuzu {
	font-size: 90%;
	padding-bottom: 5px;
}
  
.big {
	font-size: 100%;
}

.font-bold {
	font-weight: bold;
}

.font-bold-m20 {
	font-weight: bold;
	padding-left: 20px;
}


.font-red{
	color: #FF0000;
}

.font-blue{
	color: #336699;
	font-weight: bold;
}

.font-b-red{
	color: #FF0000;
	font-weight: bold;
}

.line-top{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 10px;
	margin-bottom: 5px;
	clear:both
}

.b-line-top{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #336699;
	font-weight:bold;
	clear:both
	
}

.t-middle {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #B8D288;
	padding-left: 10px;
	color: #528618;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.t-small {
	clear: both;
	margin:15px 0 10px 0; 
	padding-left: 15px;
	background-image: url(../english/img/top/ico_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
}

.t-small2 {
	clear: both;
	margin:15px 0 10px 0; 
	padding-left: 15px;
	background-image: url(../english/img/top/ico_blue2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
}

.local-link {
	clear: both;
	padding: 3px;
	background-color: #CCCCCC;
	font-weight:bold;
}

ul {
	list-style-image: url(../english/img/top/ico_li.gif);
}

.pagetop {
   float: right;
   margin: 0px 0px 10px 10px;
}

/*-------------- 枠など--------------*/
.box-access {
	background-color: #eee;
	padding: 5px;
	border: 1px solid #DDD;
	margin-top: 10px;
}


/*-------------- 画像回り込み--------------*/
.photo-right {
   float: right;
   margin: 0px 0px 10px 10px;
}

.photo-left {
   float: left;
   margin: 3px 3px 3px 0px;
}

.photo-center {
   float: inherit;
   margin: 20px 0px 10px 0px;
}

.photo-plant {
   float: inherit;
   margin: 5px 0px 5px 5px;
}

.clear-right {
    clear:right;
    line-height:0px;
}

/*テーブルの枠*/
.waku{
	font-size:12px;	
	line-height: 18px;
	border:solid 1px #999999;
}

.waku_2{
	padding:2px 0px 2px 2px;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
}

.waku_3{
	padding:2px 0px 2px 2px;
	border-right:solid 1px #999999;
}

.waku_4{
	padding:2px 0px 2px 5px;
	border-top:solid 1px #999999;
}

.waku_5{
	padding:4px 0px 2px 7px;
	border-bottom:solid 1px #999999;
}


/*p要素(サブタイトル)の設定*/
p.evt{
	margin:10px 0px 5px 0px;
	font-size:12px;
	color:#006633;
	font-weight:bold;
}

/*テーブルの枠*/
.ev_1{
	margin:0px 0px 10px 0px;
	font-size:12px;
	background-color:#528618;
	text-align:center;
}

.ev_1 th{
	padding: 3px 0px 2px 0px;
	background-color:#D6E9D8;
	text-align:center;
	font-weight:normal;
}

.ev_1 td{
	padding:2px 0px 2px 3px;
	background-color:#FFFFFF;
}




/*----グローバルナビゲーション-----*/
.gnavi {
	text-align: center;
	margin: 0;
}
.gnavi img {
	border: 0;
}
.gnavi div {
	background: #ffffff;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.gnavi a:hover {
	text-decoration:none;
}
.gnavi ul,
.gnavi li {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.gnavi li {
	list-style: none;
}

#gNavi #gn-labo {
	width: 241px;
	margin-left: 15px;
}
#gNavi #gn-intro {
	width: 240px;
}
#gNavi li{
	position: relative;
	padding: 0;
	float: left;
	display: inline;
}
#gNavi li a{
	text-decoration: none;
}

#gNavi .submenu{
	position: absolute;
	display: none;
	top: 40px;
	left: 0;
}

#gNavi .submenu li{
	display: block;
	font-size: 12px;
	background: #F9F9F9 url(/english/img/top/gnavi_line.gif) repeat-x 0 100%;
	padding-bottom: 1px;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
}
#gNavi .submenu li.lastchild{
	background: none;
	padding-bottom: 0;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
}
#gNavi .submenu li a{
	width: 210px;
	color: #333333;
	display: block;
	padding: 8px 15px;
	background: url(/english/img/top/gnavi_arrow.gif) no-repeat #F9F9F9 0 1em;
}
#gNavi .submenu li a:hover{
	background: url(/english/img/top/gnavi_arrow.gif) no-repeat #E2E2E2 0 1em;
}


/*----- clearfix scheme -----*/
#gNavi{
    zoom:1;
}
#gNavi:after{
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear:both;
}
/*MacIE \*/
* html #gNavi {height: 1em;}
#gNavi {display: block;}
/* ini */




