@charset "shift_jis";

/* --------- 基本設定 --------- */
body{
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #626262;
}

strong { 
color: #2f8926; }

.oren{
color: #e26225;}

.green{
color: #2f8926; }

.red{
color: #ff0000; }


/* --- リンクテキストの色 --- */
a:link,
a:visited,
a:hover,
a:active
{
color:#2f8926;
text-decoration: none; 
}

/* --- ポイント時の設定 --- */
a:hover {
text-decoration: underline; 

}

/* --------- コンテナの設定 --------- */
#container{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:800px;
	background: #ffffff;
}

/* --------- 全体の配置 --------- */

#left{
	float:left;
	width:601px;
	background: #ffffff;
	margin: 12px 10px 0px 5px; 
}

#right{	
	float:right;
	width:179px;
	background: #ffffff;
	margin: 12px 5px 0px 0px; 
}

#leftleft{	
	float:left;
	width:110px;
	background: #ffffff;
	margin: 15px 0px 0px 0px;
	position:relative;
	top:-56px;
	left:0px;
}

#leftright{	
	float:right;
	width:350px;
	background: #c5de89;
	margin: 15px 20px 0px 20px;
	padding: 10px 10px 15px 10px;
	position:relative;
	top:-55px;
	left:0px;
}

/* --- プルダウンメニュー --- */

#nav {

width:100%; 
background:#2f8926;
font-size:100%;
}


ul#pulldown-menu {
	width:100%;
	background:#2f8926;
}

ul#pulldown-menu a {
        color: #ffffff;
        text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
        background: #2f8926;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
        background: #ff9933;
	text-decoration: underline; 
}

ul#pulldown-menu li {
        float: left;
        position: relative;
        margin: 0 0em;
        width: 133px;
        height: 2em;
        font-weight: bold;
        line-height: 2em;
}
ul#pulldown-menu li a {
        display: block;
        width: 133px;
        height: 2em;
        text-align: center;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
        display: none;
	font-size: 12px;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

ul#pulldown-menu li ul li {
        float: none;
        margin: 0;
        font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.no{
        display: block;
        width: 133px;
        height: 2em;
        text-align: center;
 	background: #2f8926;
        color: #ffffff;
        text-decoration: none;}

/* --------- 見出し２ --------- */
.nav2 .nl {
	font-size: 12px;
	width: 100%; 
	margin: 0;
	padding: 0 0;
	list-style-type: none;
	text-align: center;
}

/* --- メニュー項目 --- */
.nav2 .nl li {
	float: left;
	text-align: left;
}

/* --- 項目の幅 --- */
	.nav2 .nl li.item1 {
	width: 200px;
}

.nav2 .nl li.item2 {
	width: 194px;
}

.nav2 .nl li.item3 {
	width: 207px;
}

/* --- 内容位置 --- */
.nav2 .nl li.item2 p{
	width: 150px;
	margin: 10px;
	padding: 0;
	position:relative;
	top:-56px;
	left:10px;
	background-color: transparent;
}

.nav2 .nl li.item1 .item1_semex{
	width: 155px;
	margin: 0px;
	padding:  0;
	position:relative;
	top:-70px;
	left:19px;
	background-color: transparent;
}

.nav2 .nl li.item1 .item1_wws{
	width: 155px;
	margin: 0px;
	padding:  0;
	position:relative;
	top:-65px;
	left:19px;
	background-color: transparent;
}



/* --------- 見出し３ --------- */
.nav3 .nl {
	width: 100%; 
	margin: 0;
	padding: 0 0;
	list-style-type: none;
	text-align: center;
}

/* --------- 見出し４ --------- */
.nav4 .nl {
width: 100%; 
margin: 0;
padding: 0 0; 
list-style-type: none;
text-align: center;
}

/* --------- 見出し５ --------- */
.nav5 .nl {
width: 100%;
margin: 15px;
padding: 0 0; 
list-style-type: none;
text-align: left;
}


/* --- clearfix --- */
.clearFix:after{
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}
.clearFix {
	min-height: 0px;
}



/* --------- 最新情報 --------- */
.newscont{
	font-size: 13px;
	width: 340px;
	padding: 12px 5px 12px 5px;
	background: #f9f6d3;
	border-bottom: 1px #a2a094 dotted;
	height:12px;
}

.date{
	color: #626262;
	width: 70px;
	float:left;
	background: #f9f6d3;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 5px 5px;
}

.cont{
	width: 255px;
	float:right;
	padding: 0px 0px 5px 5px;
	background: #f9f6d3;
}

.new{
	width: 335px;
	height:20px;
	background: #c5de89;
	border-bottom: 1px #2f8926 solid;
	border-left: 5px #2f8926 solid;
	color: #2f8926;
	padding: 10px 0px 5px 10px;
	margin-bottom:10px;
}


.newdate{
	float:left;
	background:#c5de89;
	font-size:16px;
	font-weight:bold;
}

.newcont{
	float:right;
	font-size: 13px;
	padding: 0px 5px;
	background: #c5de89;
}



/* --------- PDF --------- */
#pdf{
	clear: both;
	font-size: 13px;
	text-align: center;
	padding: 15px 5px 5px 5px;
	margin: 0px 5px;
	position:relative;
	top:-40px;
	left:0px;
	background: #ffffff;
	width: 780px;
	height:34px;
	text-align: center;
}


#pdf_left{
	float:left;
	background: #ffffff;
	height:33px;
	width: 175px;
	text-align: right;
	padding: 0px 15px 0px 0px;
}

#pdf_right{
	float:right;
	background: #ffffff;
	height:33px;
	width: 578px;
	text-align: left;
	padding: 0px 5px;
}


/* --------- フッター --------- */
#footer{
	clear: both;
	font-size: 13px;
	text-align: center;
	padding: 5px 5px;
	margin: 0px 5px;
	position:relative;
	top:-20px;
	width: 780px;
}

#greenfooter{
	clear: both;
	color: #2f8926;
	font-size: 13px;
	text-align: center;
	padding: 7px 0px;
	margin: 0px 0px;
	position:relative;
	top:-25px;
	border-bottom: 2px #2f8926 solid;
	border-top: 2px #2f8926 solid;
	width: 800px;
	background: #ffffff;
}

#bulefooter{
	clear: both;
	color: #035AA7;
	font-size: 13px;
	text-align: center;
	padding: 7px 0px;
	margin: 0px 0px;
	position:static;
	top:-25px;
	border-bottom: 2px #035AA7 solid;
	border-top: 2px #035AA7 solid;
	width: 800px;
	background: #ffff00;
}





.info {
	float:left;
	width:720px;
	border:12px solid #2f8926;

	padding:15px 15px 20px 20px;
	color:#000000;
	line-height:130%;
	margin: 12px 10px 0px 12px; 
}


.info_date{
	text-align:center;
	color:#003366;
	font-size:1.2em;
	padding-bottom:5px;
}

.info_cont{
}

