@charset "utf-8";
@import url("default.css"); 
/*org.css*/


/*フロートをクリアする*/
div		{
		zoom: 1;/*for IE 5.5-7*/
		}  
div:after {/*for modern browser*/
		content: ".";
		clear: both;
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
		}

/*リンクの点線を非表示*/
a:focus	{
		overflow:hidden;
		} 

/*画像リンクにアルファ*/
a:hover img {
		filter: Alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
		}


/*プレーンタグ設定*/

h1		{
		background: none;
		background-image: url('../all_img/org/nt_h2.gif');
		background-repeat: repeat-x;
		color: #0d864d;
		padding: 15px 10px 10px 10px;
		border-bottom: 1px solid #0d864d;
		font-size: 160%;
		line-height: 1.4em;
		}

h2		{
		clear: both;
		background-color: #0d864d;
		color: #ffffff;
		padding: 5px 10px;
		line-height: 1.4em;
		}

h3		{
		clear: both;
		border-left: 10px solid #0a653a;
		border-bottom: 1px dotted #cccccc;
		padding: 3px 10px;
		}

h4		{
		}

h5		{
		}

h6		{
		}


address	{
		font-style: normal;
		}

hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dotted; /* 線種 */
   border-color: #cccccc; /* 線色 */
   height: 1px; /* 高さ */
}

th{
	background-color: #e2f1e9;
	text-align: center;
}


/*ページスタイル設定
※各レイアウトブロックごとに外側から(または上から)設定*/
#bg		{
		text-align: center;
		}
#descript{
		background-image: url('../all_img/org/descript.gif');
		background-position: left bottom;
		background-color: #0d864d;
		color: #ffffff;
		padding: 4px 0;
		margin-bottom: 1px;
		text-align: center;
		}
#descript p{
		width: 870px;
		margin: 0 auto;
		padding: 0 5px;
		text-align: left;
		}
#bg_in	{
		background-image: url('../all_img/org/bg_in.gif');
		background-position: center top;
		background-repeat: repeat-x;
		}

#wrap	{
		margin: 0 auto;
		text-align: left;
		width: 870px;
		padding: 0 5px;
		}
#wrap_in{
		width: 870px;
		background-color: #ffffff;
		padding: 5px;
		}


/*ヘッダー*/
#header	{
		height: 74px;
		padding: 10px 0 0 0;
		}
#header #siteid{
		float: left;
		width: 420px;
		}
#header #siteid h1,
#header #siteid p a{
		display: block;
		background: none;
		background-image: url('../logo_image/siteid.gif');
		background-repeat: no-repeat;
		width: 420px;
		height: 70px;
		margin: 0;
		padding: 0;
		border: none;
		text-indent: -55555em;
		}
#header #siteid p{
		margin: 0;
		padding: 0;
		}
#header #hcontents{
		width: 240px;
		float: right;
		padding: 0 0 0 0;
		}


/*グローバルメニュー*/
#gmenu	{
		height: 40px;
		padding: 0 0 0 0;
		margin-bottom: 10px;
		}
#gmenu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		}
#gmenu ul li{
		display: inline;
		float: left;
		}
#gmenu ul li a{
		display: block;
		width: 143px;
		height: 28px;
		padding: 12px 0 0 0;
		background-image: url('../all_img/org/gmenu_li_a.gif');
		background-repeat: no-repeat;
		background-position: top right;
		background-color: #0A653A;
		color: #ffffff;
		font-weight: bold;
		margin: 0 1px 0 1px;
		text-align: center;
		}
#gmenu ul li a:hover,
#gmenu ul .sel a{
		background-position: top left;
		color: #0a653a;
		}


/*メインイメージ*/
#main_image{
		}


/*パンくず*/
#pankuzu{
		padding: 5px;
		border-bottom: 1px dotted #cccccc;
		font-size: 80%;
		margin-bottom: 10px;
		}
#pankuzu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		}
#pankuzu ul li{
		margin: 0;
		padding: 0;
		display: inline;
		font-weight: bold;
		color: #ff0000;
		}
#pankuzu ul li a{
		background-image: url('../all_img/org/pan.gif');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 20px;
		font-weight: normal;
		}




/*COLユニット1*/
#col_unit_1{
		}


#unit_a,
#unit_d{
		width: 230px;
		float: right;
		}
#unit_a p{
		margin: 0;
		padding: 0;
		}

#unit_b{
		width: 870px;
		}

#unit_c{
		width: 630px;
		float: left;
		}



/*サブページ*/

#sub_unit_a{
		width: 660px;
		float: right;
		border-left: 1px dotted #4d4d4d;
		padding: 0 0 0 10px;
		}
#sub_unit_a #contents_0 a{
	text-decoration: underline;
}

#sub_unit_b{
		width: 190px;
		float: left;
		}




/*COLユニット2*/
#col_unit_2{
		margin-bottom: 10px;
		}

#unit_c	{
		}

#unit_d	{
		}
#unit_d h2{
		background-image: url('../all_img/org/unit_d_h2.gif');
		background-color: #0d864d;
		color: #ffffff;
		padding: 10px 10px 5px 10px;
		}

/*フッター*/
#footer	{
		clear: both;
		border-top: 1px solid #0d864d;
		}


#fmenu	{
		padding: 10px 0;
		border-bottom: 1px solid #0d864d;
		margin-bottom: 10px;
		}
#fmenu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		}
#fmenu ul li{
		display: inline;
		border-right: 1px solid #000000;
		padding: 0 5px;
		}


/*コピーライト*/
#copy	{
		background-color: #0d864d;
		color: #ffffff;
		text-align: center;
		font-size: 80%;
		padding: 10px;
		}


/*トップページのみの設定*/

#news_topics{
		}
#news_topics h2{
		background: none;
		background-image: url('../all_img/org/nt_h2.gif');
		background-repeat: repeat-x;
		color: #0d864d;
		padding: 15px 10px 5px 10px;
		border-bottom: 1px solid #0d864d;
		}
#news_topics dl{
		}
#news_topics dl dt{
		padding-left: 40px;
		background-image: url('../all_img/org/news_dt.gif');
		background-repeat: no-repeat;
		}
#news_topics dl .new{
		background-image: url('../all_img/org/new.gif');
		}
#news_topics dl dd{
		padding-left: 40px;
		border-bottom: 1px dotted #cccccc;
		margin: 0;
		}

/*RSSアイコン表示*/
.rss	{
		padding-left: 15px;
		letter-spacing: 0;
		}
.rss a	{
		font-size: 10pt;
		font-weight: normal;
		color: #ffffff;
		background-image: url('../all_img/org/rss.gif');
		background-repeat: no-repeat;
		padding: 1px 3px 3px 16px;
		}
.rss a:hover{
		color: #ffff00;
		}


/*サイトマップ*/
.site_map{
		margin-bottom: 10px;
		}
.site_map ul{
		margin: 0 0 10px 0;
		padding: 0;
		list-style: none;
		}
.site_map ul li{
		margin: 0;
		padding: 2px 0 3px 25px;
		background-image: url('../all_img/org/site02.gif');
		background-repeat: no-repeat;
		}
.site_map ul .layer_1{
		border-top: 1px dotted #cccccc;
		background-image: url('../all_img/org/site01.gif');
		background-repeat: no-repeat;
		background-position: 0 10px;
		padding-top: 10px;
		}
.site_map ul .layer_1 ul li,
.site_map ul .layer_2,
.site_map ul .layer_2 ul li{
		border: none;
		margin: 0;
		}
.site_map ul .layer_2{
		margin-left: 25px;
		}
.site_map .in_page{
		padding-top: 5px;
		}
.site_map .in_page li{
		background-image: url('../all_img/org/site03.gif');
		background-repeat: no-repeat;
		}


/*メールフォーム*/
.mail_form{
		}
.mail_form .form_label{
		clear: both;
		width: 137px;
		padding: 5px;
		border-top: 1px dotted #cccccc;
		border-right: 3px solid #cccccc;
		float: left;
		}
.mail_form .form_input{
		width: 429px;
		padding: 5px;
		border-top: 1px dotted #cccccc;
		float: left;
		}
.mail_form .form_input p{
		color: #ff0000;
		font-size: 80%;
		}
.mail_form .form_button{
		clear: both;
		border-top: 1px dotted #cccccc;
		padding: 5px;
		text-align: center;
		}
.mail_form .form_button input{
		display: block;
		margin-bottom: 10px;
		}