/***********************/
/* レイアウトCSS         */
/***********************/

* {
  margin: 0;
  padding: 0;
}
img{
	border:none;
}
html, body {
	height: 100%;
}
body{
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:175%;
	background-image:url(../bg.gif);
	color:#333333;
	font-family:Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}
#header {
	height: 162px; /* headerinnner height ＋ headernavi height ＋ header-under height */
	width:100%;
	left:0px;
	background-image:url(../bg_header.gif);
	background-repeat:repeat-x;
}

html>body #header {
	position:absolute; /* position:fixed; */
	top:0;
	z-index:1;
	overflow:visible;
}

#header-copy{
	height:25px;
	padding-left:5px;
	font-size:90%;
	line-height:25px;
	background-color:#FFFFFF;
}
#headerinner{
	width:800px;
	height:108px;
	left:50%;
	margin-left:-400px;
	text-align:left;
	margin:auto;
	background-image:url(../header_img.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#submenu{
	display:none;
	float:right;
	width:405px;
}
#submenu ul li{
	float:left;
	list-style:none;
}
#submenu ul li a{
	display:block;
	width:100px;
	height:18px;
	line-height:24px;
	text-align:center;
	border-left:1px solid #CCCCCC;
	font-size:80%;
	text-decoration:none;
	color:#333333;
}
#headernavi{
	height:24px;
	width:800px;
	text-align:left;
	margin:auto;
}
#headernavi #active_menu{
	color:#FF0000;
}
#header-under{
	height:30px;
	width:800px;
	text-align:left;
	margin:auto;
	background-image:url(../bg_header_under.gif);
	background-position:center top;
}
* html #header-under { background-position:1px top; } 
*:first-child+html #header-under { background-position:1px top; } 
#container 	{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image:url(../bg_container.gif);
	background-repeat:repeat-y;
	background-position:center;
}
body > #container {
  height: auto;
}
html>body #contents {
	padding-top:162px; /* headerinnner height ＋ headernavi height ＋ header-under height */
}
#contents {
	padding-bottom: 100px;
	text-align:center;
}
#inner{
	width:760px;
	text-align:left;
	margin:auto;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left:0;
	height: 95px;
	z-index:1;
}
#footer-inner{
	width:800px;
	height:15px;
	left:50%;
	margin-left:-400px;
	margin:auto;
	background-image:url(../bg_footerinner.gif);
}
* html #footer-inner{ background-position:1px top; } 
*:first-child+html #footer-inner { background-position:1px top; } 
#footer p {
  padding: 0;
}
#copyright{
	width:800px;
	height:80px;
	left:50%;
	margin-left:-400px;
	margin:auto;
	background-image:url(../bg.gif);
}
.copyright-left{
	float:left;
	margin-top:10px;
	width:500px;
	text-align:left;
}
.copyright-right{
	float:left;
	margin-top:10px;
	width:300px;
	text-align:right;
}
#full-wdth-inner{
	width:770px;
	margin:auto;
	padding:20px 0;
}

#left {
/* position:fixed; */
	display:block;
	top:126px;  /* headerinnner height ＋ headernavi height ＋ header-under height */
	width:570px;
	float:left;
}
* html #left {
	/*position:absolute;*/
	top:126px;  /* headerinnner height ＋ headernavi height ＋ header-under height＋2　IE6独自の調整 */
}
#left-inner{
	width:385px;
	float:right;
}

#right{
    width:170px;
    float:right;
}
#right-inner{
    width:350px;
}
hr{
	margin:10px 0;
}

/***************************/
/* 標準リスト処理　　　　 */
/***************************/
li{
	list-style:none;
	padding:0px 0px 0px 16px;
	background-image:url(../list_mark.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	margin-left:10px;
}


/* コラム */
.col-separator{
	width:20px;
	height:1px;
	overflow:hidden;
	float:left;
}
.col-half{
	float:left;
	width:370px;
}
.col-one-third{
	float:left;
	width:240px;
}
.town-list{
	width:120px;
	float:left;
	clear:right;
	margin:0px 10px;
}
.DetailColL{
	width:335px;
	float:left;
}

/* メニュー部 */
#left ul , #left li{
	list-style:none;
	width:220px;
}
#left li{
	width:220px;
}
#left li a{
	line-height:40px;
	display:block;
	width:220px;
	height:40px;
	text-indent:8px;
	text-decoration:none;
	background-image:url(../nav_bg.gif);
}

/* 右メニュー部 */
#right li{
	list-style:none;
	margin-left:0px 0px 3px 0px;
	background-image:none;
	padding:0px;
	margin:0px;
}
#right li a{
	display:block;
	height:34px;
	width:170px;
	line-height:30px;
	background-image:url(../bg_right_menu.gif);
	background-repeat:no-repeat;
	color:#3399CC;
	text-indent:20px;
	text-decoration:none;
}

/* 第二階層メニュー部 */
#left li.mainlevel_current ul , #left li.mainlevel_active ul{
	display:block;
}
#left li.mainlevel_current ul li a , #left li.mainlevel_active ul li a{
	text-indent:26px;
	font-size:80%;
	height:22px;
}
#left li ul{
	display:none;
}
#active_menu{
	background-position:0px -100px;
}


/* パディング */
/* 全周囲 */
.pt-all-s{padding:5px;}
.pt-all-m{padding:10px;}
.pt-all-l{padding:20px;}
/* 水平 */
.pt-hrz-s{padding:0px 5px;}
.pt-hrz-m{padding:0px 10px;}
.pt-hrz-l{padding:0px 20px;}
/* 天地 */
.pt-vtc-s{padding:5px 0px;}
.pt-vtc-m{padding:10px 0px;}
.pt-vtc-l{padding:20px 0px;}
/* 右側 */
.pt-r-s{padding:0px 5px 0px 0px;}
.pt-r-m{padding:0px 10px 0px 0px;}
.pt-r-l{padding:0px 20px 0px 0px;}
/* 左側 */
.pt-l-s{padding:0px 0px 0px 5px;}
.pt-l-m{padding:0px 0px 0px 10px;}
.pt-l-l{padding:0px 0px 0px 20px;}

/* フォームなどオブジェクトサイズ */
.size-sss{
	width:25px;
}
.size-ss{
	width:50px;
}
.size-s{
	width:80px;
}
.size-m{
	width:120px;
}
.size-l{
	width:180px;
}
.size-ll{
	width:300px;
}
.size-lll{
	width:400px;
}

/* float-align */
.txt-center{text-align:center;}
.txt-l{text-align:left;}
.txt-r{text-align:right;}
.flt-l{float:left;}
.flt-r{float:right;}
.clear{clear:both;}

.img-r{float:right; margin-left:7px; text-align:right; margin-bottom:1em; color:#693;}
.img-l{float:left; margin-right:7px; text-align:left; margin-bottom:1em; color:#693;}

/* リンクロールオーバー */
a:hover{
    background-position:0px -100px;
}
a:active{
    background-position:0px -200px;
}

/* テーブルタイプ */
/* 縦横共通 */
.tbl-th-hrz , .tbl-th-vtc {
	border-left:1px solid #CDCDCD;
	width:100%;
}
.tbl-th-hrz th,.tbl-th-hrz td,.tbl-th-vtc th,.tbl-th-vtc td,.tbl-th-vtc-detail th,.tbl-th-vtc-detail td{
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	padding:3px;
}
/* 横テーブル */
.tbl-th-hrz th{
	background-image:url(../bg_th_hrz.gif);
	text-align:center;
}
/* 縦テーブル */
.tbl-th-vtc th,.tbl-th-vtc-detail th{
	background-image:url(../bg_th_vtc.gif);
	width:180px;
	color:#AD3030;
}
.tbl-th-vtc-detail{
	border-left:1px solid #CDCDCD;
	width:400px;
	float:right;
}
.tbl-th-vtc-detail th{
	width:120px;
}

/* テーブル色 */
.tbl-blue{
	border-top:2px solid #54AEDA;
}
.tbl-ppl{
	border-top:2px solid #A48CB6;
}
.tbl-green{
	border-top:2px solid #A3CB8E;
}
.tbl-orange{
	border-top:2px solid #FD9835;
}

/* フォームの体裁 */
input , textarea , select {
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	background-color:#F5FAEB;
}
.frmnonstyle{
	border:none;
	background-color:#FFFFFF;
}
.onlyref{
	background-color: #FFFFFF;
	border:none;
}
.btn{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	width:180px;
	margin:0 5px;
	background-color:#ECECEC;
}
.btn-mini{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	width:80px;
	margin:0 3px;
	background-color:#ECECEC;
}
.btn-micro{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	width:40px;
	margin:0 3px;
	background-color:#ECECEC;
}
.ck-radio{
	background-color:#FFFFFF;
	border:none;
}
.btn-area{
	clear:both;
	padding:10px;
	text-align:center;
}
.historyback{
	/*\*/
   overflow: hidden;
	/**/
	display:block;
	width:106px;
	height:30px;
	margin:auto;
	background-image:url(../bg_historyback.gif);
	background-repeat:no-repeat;
	text-indent:-999em;
}

/* 囲み体裁 */
.kakomi01{
	padding:7px;
	border: 1px dotted #D6CAA0;
	background-color: #F2F0E4;
	margin-top:3px;
	margin-bottom:3px;
}
.kakomi02{
	padding:7px;
	margin:2px 0;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}
.kakomi03{
	padding:7px;
	margin:4px 0;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/* 見出し・段落 */
h1{
	margin-bottom:5px;
}
h2{
	background-image:url(../bg_h2.gif);
	background-repeat:repeat-x;
	line-height:26px;
	height:40px;
	color:#AD3030;
	text-indent:12px;
	font-size: 14px !important;
	font-size: 1em;
	margin-bottom:10px;
	clear:both;
}
.h2-publish{
	background-image:none;
	text-indent:0px;
	margin:0px;
	line-height:100%;
}
.deail-h2{
	color:#AD3030;
}
.col-half h2{
	margin-bottom:0px;
}
p{
	margin-bottom:20px;
}

/* 水平線 */
hr{
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color:#CCCCCC;
	height:1px;
	clear:both;
}

/*************************/
/* 出版物　　　　　　　 */
/*************************/
.publication{
	width:180px;
	float:left;
}
.publication-cst h2{
	margin-top:10px;
	margin-bottom:3px;
	color:#336699;
}
.publication-cst-txt{
	margin-left:180px;
}
.publication-cst-txt hr{
	clear:none;
	margin:5px 0px;
}
.publication-cst p{
	margin:0px;
}


/*************************/
/* 文字サイズサイズCSS */
/* IE／NN共用　　　　   */
/*************************/

/* 文字サイズ */
.fs09 {
	font-size: 9px !important;
	font-size: 0.6em;
	line-height:150%;
}
.fs10 {
	font-size: 10px !important;
	font-size: 0.7em;
	line-height:150%;
}
.fs12 {
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:150%;
}
.fs14 {
	font-size: 14px !important;
	font-size: 1em;
	line-height:150%;
}
.fs18 {
	font-size: 18px !important;
	font-size: 1.2em;
	line-height:150%;
}
.fs20 {
	font-size: 20px !important;
	font-size: 1.4em;
	line-height:150%;
}
.fs24 {
	font-size: 24px !important;
	font-size: 1.8em;
	line-height:150%;
}

/* ウェイトボールド */
.fb {
	font-weight: bold !important;
}

/* 相対拡縮 */
.fs-s {
	font-size: 85%;
	line-height:125%;
}
.fs-l {
	font-size: 120%;
}
.fs-ll {
	font-size: 150%;
}


/*********************/
/* テキストカラーCSS */
/*********************/

.txt-red{
	color: #FF0000;
}
.txt-red1{
	color: #CC0000;
}
.txt-red2{
	color: #CC3333;
}


.txt-blue{
	color: #0000FF;
}
.txt-blue1{
	color: #0033CC;
}
.txt-blue2{
	color: #0066CC;
}


.txt-green{
	color: #006600;
}
.txt-green1{
	color: #00CC66;
}


.txt-orange{
	color: #FF6600;
}
.txt-orange1{
	color: #FF9933;
}


.txt-gray{
	color: #333333;
}
.txt-gray1{
	color: #666666;
}
.txt-gray2{
	color: #999999;
}


.txt-black{
	color: #000000;
}


.txt-white{
	color: #FFFFFC;
}


/***************************/
/* テキストリンクカラーCSS */
/***************************/

/* 未訪問・訪問済リンク */
a:link,a:visited{
	color: #0000CC;
	text-decoration: underline;
}

/* マウスオーバー時 */
a:hover,a:active {
	color: #FF0000;
	text-decoration: underline;
}


/**************/
/* メニュー用 */
/**************/

a.menu:link,a.menu:visited{
	color: #0000CC;
	text-decoration: underline;
}

a.menu:hover,a.menu:active {
	color: #FF0000;
	text-decoration: underline;
}

/***************************/
/* 震災メッセージ */
/***************************/
.TopMsg{
	width:780px;
	background-color:#FFFFFF;
	margin:auto;
	text-align:left;
}
.TopMsg div{
	padding:25px;
}
.TopMsg h1{
	display:block;
	text-align:center;
	float:none;
	margin-bottom:12px;
}
.TopMsg p{
	padding-top:7px;
}
.TopMsg blockquote{
	padding:7px;
	background-color:#F2F2F2;
	margin-top:7px;
}
h2{
	background-image:url(../bg_h2.gif);
	background-repeat:repeat-x;
	line-height:26px;
	height:40px;
	color:#AD3030;
	text-indent:12px;
	font-size: 14px !important;
	font-size: 1em;
	margin-top:20px;
	clear:both;
}
