/*####################################################################################

     YAMAGATA ベーススタイルシート

####################################################################################*/



/***********************************************************
	基本　タグ
***********************************************************/


* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

body {
	text-align: center;
	height:100%;
}

body, td, th, caption {
	font-size: 84%;
}

img {
	border: none;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4, h5, h6 {
	font-size: 1em;
}

p {
	line-height: 1.4;
	margin: 0 0 0.7em;
	text-align: justify;/*2010/07/07Add*/
	text-justify: newspaper;/*2010/07/07Add*/
}


hr {
	display: none;
}


/***********************************************************
	リンク
***********************************************************/

a:link {
	color: #00f;
	/*text-decoration: none;*/
}

a:visited {
	color: #800080;
	/*text-decoration: none;*/
}

a:link:hover,
a:visited:hover,
a:link:active,
a:visited:active {
	color: #f63;
	text-decoration: underline;
}


/***********************************************************
	全般
***********************************************************/

#body {
	width: 750px;
	min-height:100%;
	margin: 0 auto;
	border: 1px solid #555;
	border-width: 0 1px;
	/*height: inherit;
	height: 100%;
	_height: 100%;
	height: expression("100%");*/
	text-align: left;
	background: #fff;
}


#toContents,
#startContents {
	display: none;
}


#header,
#navigation,
#subNavi,
#footer,
br.clear {
	clear: both;
}

br.clear {
	font-size: 1px;
}



/***********************************************************
	header　ヘッダ
***********************************************************/

#header {
	background: #fff;
	font-size: 0.85em;
}


#header .identity {
	padding: 12px 5px;
	float: left;
}

#header #utility {
	text-align: right;
	float: right;
	vertical-align: bottom;
	height: 64px;
	min-height: 62px;
	height: expression("62px");
}

#header #utility .lang_choice {
	padding: 7px 8px;
	height: 30px;
	height: expression("30px");
	
}

#header #utility .lang_choice a {
	padding: 0 0 0 1.7em;
}

#header #utility .identity2 {
	vertical-align: bottom;
	height: 30px;
}







/***********************************************************
	navigation　メインナビゲーション
***********************************************************/

#navigation {
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	background: #d7d7d7;
 /*text-align: right;*/
	height: 21px;
}

#navigation ul,
#navigation li {
	list-style-type: none;
}

#navigation ul {
	float: right;
}

#navigation li {
	float: left;
}

#navigation a {
	padding: 3px 1em;
	color: #777;
	/*display: block;*/
	line-height: 21px;
	/*border: 1px solid #f5f5f5;*/
}

#navigation em a {
	color: #4d4d4d;
	/*border: 1px solid #f5f5f5;
	border-color: #fcfcfc #ccc #ccc #fcfcfc;*/
	background: #e0e0e0;
}

#navigation a:link,
#navigation a:visited {
	text-decoration: none;
}

#navigation a:link:hover,
#navigation a:visited:hover,
#navigation a:link:active,
#navigation a:visited:active {
	/*border-color: #ccc #fcfcfc #fcfcfc #ccc;*/
	background: #e5e5e5;
	color: #4d4d4d;
}

#navigation span.del {
	display: none;
}


/***********************************************************
	topicPath　パンくず
***********************************************************/

#topicPath {
	font-size: 0.8em;
	color: #aaa;
	margin: 20px 18px;
}


/***********************************************************
	subNavi　左ナビゲーション
***********************************************************/

#subNavi {
	margin: 0;
	padding: 45px 15px 100px;
	width: 190px;
	float: left;/**/
}

#subNavi dt {
	margin: 0.8em 0 0.2em;
	padding: 0.1em 0.5em;
	background: #f5f5f5;
	color: #777;
	font-weight: bold;
}

#subNavi dd {
	margin: 0 0 0 1em;
}

#subNavi li {
	list-style-type: none;
	margin-bottom: 0.3em;
}

#subNavi em {
	background: #f5f5d5; 
}


/***********************************************************
	footer　フッタ
***********************************************************/

#footer {
	font-size: 0.88em;
	padding: 0;
	background: #d7d7d7;
	height: auto;
}

/*#footer .since1906 {
	text-align: right;
	margin: -18px 7px 0 0;
}*/

#footer address {
	font-size: 11px;
	margin: 3px 0.7em 2px 0.7em;
	color: #555;
	float: left;/**/
}

#footer p {
	padding: 0 10px;
	font-size: 10px;
	margin: 3px 0 1px;
	float: right;
	color: #666600;
}

#footer .link {
	clear: both;
	text-align: right;
	margin: 0 0 0;
	padding: 0.6em 1em;
	/*border: 1px dashed #ccc;
	border-width: 1px 0 0 0;*/
	background: #fff;
}

#footer .link em,
#footer .link em a:link,
#footer .link em a:visited,
#footer .link em a:link:hover,
#footer .link em a:visited:hover {
	color: #ccc;
	cursor: default;
	text-decoration: none;
}

#footer .del {
	padding: 0 0.7em;
}


/***********************************************************
	contetsArea　左メニュー下背景
***********************************************************/

#contetsArea {
	background: url("../img/submenu_bg2.jpg") 0% 100% no-repeat;
	width: 748px;
	background: #fff;
}


/***********************************************************
	トップページ用
***********************************************************/

#topContents {
	background: #fff;
	border-top: 1px solid #fff;
}

#topContents #topCopy {
	margin: 40px 0 10px 300px;
}


/***********************************************************
	pageTitle　ページタイトル
***********************************************************/

#pageTitle {
	padding: 0 18px 3px 18px;
	color: #4d4d4d;
	border: 2px solid #e0e0e2;
	border-style: none none solid none;
	width: auto;
}

#pageTitle h1 {
	font-size: 1.35em;
	font-weight: bold;
	position: relative;
	left: -175px;
}


/***********************************************************
	contents
***********************************************************/

#contents {
	margin: 0 0 40px;
	padding: 20px 0 0;
	width: 540px;
	min-height: 250px;
}

#contents .signature {
	margin: 2.5em 0 0;
	line-height: 1.2;
	text-align: right;
}



/*---------- ヘッディング ----------*/

#contents h2 {
	margin: 1.8em 0 0.7em;
	padding: 0.2em 0.5em;
	font-size: 1.25em;
	color: #371;
	/*background: #e3f0d1 url("../img/h2_bg.gif") repeat-x;*/
	border: 12px solid #85B443;
	border-style: none none none solid;
}

#contents h3 {
	margin: 1.3em 0 0.3em;
	padding: 0;
	font-size: 1.1em;
	color: #393;
}

#contents h4 {
	margin: 1em 0 0.1em;
	padding: 0;
	color: #339;
}

#contents h5 {
	margin: 0.7em 0 0.1em;
	padding: 0;
	color: #333;
}

#contents h6 {
	margin: 0.4em 0 0.1em;
	padding: 0;
	color: #555;
}

/*------------------------------------*/



#contents ol,
#contents ul {
	margin: 0.5em 0;
}

#contents ol li,
#contents ul li {
	margin: 0 0 0.3em 3em;
}

#contents .boxA {
	border: 1px dotted #777;
	margin: 1em;
	padding: 0.7em 1em;
	min-width: 250px;
	width: expression("250px");/**/
}

#contents .secC {
	margin: 1em;
	padding: 0.7em 1em;
}

#contents .secC h4 {
	margin: 0 0 0.2em;
}


/*------------- テーブル -------------*/

/*++++ 沿革 ++++*/

#contents table.history {
	border: 1px solid #999;
	border-collapse: collapse;
	margin: 0.5em 0;
}

#contents table.history th,
#contents table.history td {
	border: 1px solid #999;
	padding: 0.5em 0.3em;
}

#contents table.history th {
	width: 5.5em;
	background: #ded;
	color: #063;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}

#contents table.history td {
	background: #fcfffc;
	color: #005826;
}

#contents table.history td dd {
	margin-left: 1.2em;
}

/*++++++++++++++*/

/*++++ 汎用テーブル　1 ++++
		ボーダーなし、TH幅 7.5em */

#contents table.general1 {
	border: none;
	border-collapse: collapse;
	margin: 0.5em 0;
}

#contents table.general1 th,
#contents table.general1 td {
	border: none;
	padding: 0.4em 0.7em;
}

#contents table.general1 th {
	width: 7.5em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#contents table.general1 td dd {
	margin-left: 1.0em;
}

/*++++++++++++++*/

/*++++ 汎用テーブル　2 ++++
		ボーダーあり、TH幅 12em、TH背景 グリーン */

#contents table.general2 {
	border: 1px solid #999;
	border-collapse: collapse;
	margin: 0.5em 0;
}

#contents table.general2 th,
#contents table.general2 td {
	border: 1px solid #999;
	padding: 0.4em 0.7em;
}

#contents table.general2 th {
	width: 12em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background: #ded;
	color: #063;
}

#contents table.general2 td {
	background: #fffffc;
}

/*++++++++++++++*/

/*++++ 汎用テーブル　3 ++++
		ボーダーなし、TH幅 auto */

#contents table.general3 {
	border: none;
	border-collapse: collapse;
	margin: 0.2em 0;
}

#contents table.general3 th,
#contents table.general3 td {
	border: none;
	padding: 0.15em 0.7em;
}

#contents table.general3 th {
	width: auto;
	min-width: 3em;
	width: expression("10em");
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

#contents table.general3 td li div {
	margin-left: 1.2em;
}

#contents table.general3 td dd {
	margin-left: 1.0em;
}

/*++++++++++++++*/

/*++++++++++++++*/

/*++++ 汎用テーブル　4 ++++
		ボーダーなし、TH幅 auto */

#contents table.general4 {
	border: none;
	border-collapse: collapse;
	margin: 0.2em 0;
}

#contents table.general4 th,
#contents table.general4 td {
	border: none;
	padding: 0.5em 0.7em;
}

#contents table.general4 th {
	width: auto;
	min-width: 3em;
	width: expression("10em");
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	/*white-space: nowrap;*/
}

#contents table.general4 td li div {
	margin-left: 1.2em;
}

#contents table.general4 td dd {
	margin-left: 1.0em;
}

/*++++++++++++++*/

/*------------------------------------*/

/*------------ 最新情報 --------------*/

#contents .news dt {
	margin: 0.8em 0 0;
	font-weight: bold;
	color: #555;
}

#contents .news dd {
	margin: 0 0 0 1.2em;
}

#contents .newsDate {
	margin: 0 0 1em;
	text-align: right;
}

/*------------------------------------*/



/**/
#contents .boxBlock div.block {
	margin: 0.5em;
	padding: 0;
	float: left;
	border: 1px solid #ddd;
	border-width: 0 1px 2px 0;
	width: 250px;
}

#contents .block h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	background: #ded url("../img/th_bg1.gif") repeat-x;
	color: #363;
	border: 1px solid #5a994e;
	border-color: #e6fae0 #5a994e #5a994e #e6fae0;
}

#contents .block h2 a {
	display: block;
	margin: 0;
	padding: 0.2em 0.4em;
	height: 1.4em;
	background: #ded url("../img/th_bg1.gif") repeat-x;
	color: #363;
}

#contents .block h2 a:link,
#contents .block h2 a:visited {
	color: #363;
	text-decoration: none;
}

#contents .block h2 a:link:hover,
#contents .block h2 a:visited:hover {
	color: #e33;
	background: #b3d9b3 url("../img/th_bg1on.gif") repeat-x;
	text-decoration: none;
}

#contents .block p,
#contents .block ul {
	margin: 0;
	padding: 0.2em 0.4em;
	border: 1px solid #fffcff;
	border-color: #eef #c19bdf #c19bdf #eef;
	background: #fdfffd;
}

#contents .block ul li {
	list-style-type: none;
	margin-left: 0.5em;
}

#contents .accessMap {
	padding: 0 1em 0;
	font-weight: bold;
}


/***********************************************************
	アクセスマップ
***********************************************************/

#accessMap {
	text-align: center;
	background: #ddd;
	height: 100%;
}

#accessMap h1 {
	padding: 0.2em 0.5em;
	border-bottom: 3px solid #f90;
}

#accessMap h3 {
	padding: 0.4em 0.5em 0;
	background: #fff;
}

#accessMap .mapImage {
	padding: 1em 0;
	background: #fff;
}

#accessMap .close {
	padding: 0.5em;
	border-top: 1px solid #f90;
	font-weight: bold;
}

#accessMap .close a {
	padding: 0.2em 0.5em;
	border: 1px solid #fff;
	border-color: #fff #aaa #aaa #fff;
}

#accessMap .close a:link:hover {
	background: #eee;
}

#sitemap ul,
#sitemap li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3em;
}

#sitemap li {
	padding: 0 0 1em 0.5em;
	border-bottom: 1px dotted #ccc;
}

#sitemap li li {
	padding: 0;
	border-bottom: none;
}


/****** 10/07/05 kasai add ******/
#contents div.company_isms {
	width:500px;
	/width:100%;/*IE Hack*/
	margin:0;
	padding:20px;
	border:1px solid #c9c9c9;
	background:#f5f5f5;
}
#contents div.company_isms span{
	font-weight:bold;
	color:#333;
}
