@charset "utf-8";

/* グローバルナビゲーション
--------------------------------------------------------- */
/* 全体 */
ul#g-navi{
	padding:7px 0 0 7px;
	background:#c5d6f0;
	width:751px;
	height:44px;
}

ul#g-navi li{
	text-indent:-9999px;
	width:149px;
	height:39px;
	float:left;
}

ul#g-navi li a{
	width:149px;
	height:39px;
	display:block;
}

/* 法人概要 */
ul#g-navi li.navi01 a{
	width:149px;
	background:url(../image/g-navi.gif) no-repeat -8px -7px;
}

ul#g-navi li.navi01-on a{
	width:149px;
	background:url(../image/g-navi.gif) no-repeat -8px -59px;
}

/* 組織 */
ul#g-navi li.navi02 a{
	width:149px;
	background:url(../image/g-navi.gif) no-repeat -157px -7px;
}

ul#g-navi li.navi02-on a{
	width:149px;
	background:url(../image/g-navi.gif) no-repeat -157px -59px;
}

/* 事業内容 */
ul#g-navi li.navi03 a{
	width:149px;
	background:url(../image/g-navi.gif) no-repeat -306px -7px;
}

ul#g-navi li.navi03-on a{
	width:149px;
	background:url(../image/g-navi.gif) no-repeat -306px -59px;
}

/* 情報公開 */
ul#g-navi li.navi04 a{
	width:149px;
	background:url(../image/g-navi.gif) no-repeat -455px -7px;
}

ul#g-navi li.navi04-on a{
	width:149px;
	background:url(../image/g-navi.gif) no-repeat -455px -59px;
}


/* パンくずリスト
--------------------------------------------------------- */
#tmp_main p#bread{
	margin:10px;
	font-size:80%;
}


/* 見出し
--------------------------------------------------------- */
#tmp_main h2{
	margin:5px 0 10px 12px;
}

#tmp_main h3{
	margin:15px 0 10px 20px;
	padding-left:0.3em;
	border-left:7px solid #78c5ca;
	font-size:95%;
	line-height:130%;
}

#tmp_main h4{
	margin:1em 0 5px 20px;
	padding-left:0.3em;
	border-left:5px solid #96bfeb;
	font-size:90%;
}

#tmp_main h5{
	margin:0.5em 20px 0.5em 30px;
	font-size:90%;
	font-weight:bold;
	line-height:150%;
}


/* テキスト
--------------------------------------------------------- */
#tmp_main p.def{
	margin:0 20px 0 30px;
	font-size:90%;
	line-height:150%;
	text-indent:1em;
}

#tmp_main p.def-no{
	margin:0 20px 0 30px;
	font-size:90%;
	line-height:150%;
}

#tmp_main p.br{
	margin-top:1em;
}

#tmp_main p.right{
	margin:0.5em 20px 0 0;
	font-size:90%;
	line-height:150%;
	text-align:right;
}

em{
	font-style:normal;
}

em.green{
	font-weight:bold;
	color:#009999;
}


/* ULリスト
--------------------------------------------------------- */
ul.type01{
	margin:0 15px 20px 30px;
	font-size:90%;
	line-height:170%;
}

ul.type01 li{
	padding:0.2em 0 0 12px;
	background:url(../image/list-mark02.gif) no-repeat 0 0.8em;
}

ul#category{
	margin:0 15px 20px 30px;
	font-size:90%;
	line-height:200%;
	width:713px;
}

ul#category li{
	padding:0.2em 0 0 12px;
	background:url(../image/list-mark01.gif) no-repeat 0 1em;
	border-bottom:1px dotted #999999;
}

ul#category li a{
	color:#333333;
	text-decoration:none;
}

ul#category li a:hover{
	text-decoration:underline;
}


/* DLリスト
--------------------------------------------------------- */
dl.type01{
	margin:5px 0 20px 20px;
	font-size:85%;
	line-height:140%;
}

dl.type01 dt{
	padding:0.2em 0 0 12px;
	font-weight:bold;
	float:left;
}

dl.type01 dd{
	padding:0.3em 0 0 9em;
}

dl.type02{
	margin:5px 20px 20px 20px;
	font-size:85%;
	line-height:140%;
}

dl.type02 dt.out{
	padding:0.4em 0 0.4em 12px;
	font-weight:bold;
	float:left;
	_width:140px;/*IE6対策*/
}

dl.type02 dd.out{
	padding:0.4em 0 0.4em 11em;
	_padding:0.4em 0 0.4em 0;/*IE6対策*/
	border-bottom:1px dotted #999999;
	_width:560px;/*IE6対策*/
}

dl.type02 dd.out dl.in{
	margin:0;
}

dl.type02 dd.out dl.in dt{
	font-weight:normal;
	float:left;
	_width:100px;/*IE6対策*/
}

dl.type02 dd.out dl.in dd{
	padding:0 0 0 6em;
	_padding:0;/*IE6対策*/
	_width:400px;/*IE6対策*/
}

dl.ichiran{
	margin:10px 20px;
	font-size:85%;
	line-height:150%;
}

dl.ichiran dt{
	padding:0.2em 0 0 12px;
	background:url(../image/list-mark01.gif) no-repeat 0 0.7em;
	font-weight:bold;
	float:left;
}

dl.ichiran dd{
	padding:0.3em 0 0.5em 10em;
	border-bottom:1px dotted #999999;
}

dl.sitemap{
	margin:10px 20px;
	font-size:85%;
	line-height:150%;
}

dl.sitemap dt{
	margin:15px 0 0 12px;
	padding-left:0.3em;
	border-left:7px solid #78c5ca;
	font-weight:bold;
}

dl.sitemap dd{
	margin:0.3em 0 0 5em;
	padding-left:12px;
	background:url(../image/list-mark01.gif) no-repeat 0 0.6em;
}


/* テーブル
--------------------------------------------------------- */
div.table{
	padding:0.5em 20px;
}

div.table table{
	border-collapse:collapse;
}

div.table table.top{
	border-collapse:collapse;
}

div.table table th{
	padding:5px;
	background:#e1f4f8;
	border:1px solid #c5d6f0;
	font-size:80%;
	font-weight:bold;
	line-height:150%;
}

div.table table th.left{
	background:#F1F2F3;
	text-align:left;
}

div.table table.top th{
	vertical-align:top;
}

div.table table td{
	padding:5px;
	background:#FFFFFF;
	border:1px solid #c5d6f0;
	font-size:80%;
	line-height:150%;
}

div.table table td.center{
	text-align:center;
}

div.table table td.right{
	text-align:right;
}

div.table table td.bold{
	font-weight:bold;
}

div.table table.top td{
	vertical-align:top;
}


/* 画像レイアウト
--------------------------------------------------------- */
div.img-right{
	margin:10px 15px 10px 10px;
	float:right;
}

div.img-left{
	margin:10px 10px 10px 15px;
	float:left;
}


/* ボックス
--------------------------------------------------------- */
div.box01{
	margin:10px auto;
	padding:0 20px;
	text-align:center;
}

div.box02{
	margin:20px auto;
	padding:0 20px;
	text-align:center;
}


/* PDFのダウンロード
--------------------------------------------------------- */
div.pdf{
	margin:20px 20px 10px 20px;
	padding:10px;
	background:#f0f5fc;
}

div.pdf div.pdf-img{
	width:120px;
	float:left;
}

div.pdf div.pdf-txt{
	width:550px;
	float:right;
}

div.pdf div.pdf-txt p{
	font-size:80%;
	line-height:140%;
}


/* このページの先頭へ
--------------------------------------------------------- */
#tmp_main div.backtop{
	margin:60px 10px 15px 0;
	text-align:right;
}

#tmp_main div.backtop img.prev{
	margin-right:15px;
}

#tmp_main div.backtop img.top{
	margin-right:105px;
}

#tmp_main div.backtop p{
	padding:0 0 0 16px;
	background:url(../image/backtop.gif) #FFFFFF no-repeat 0 0.2em;
	font-size:80%;
	line-height:150%;
	text-align:right;
	display:inline;
	clear:both;
}
