body {
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	text-align:center;
	margin:auto;
	padding:auto;
}


ul,li,dl,dt,dd {margin:2px;padding:2px;}

p.update {
	text-align: right;
	margin-right: 0px;
}

/* ------------------------------------- 
 *	header設定
 * ------------------------------------- */

#header img{display:none;}
.pankuzu {display:none;}

/* ------------------------------------- 
 *	コンテンツセッティング
 * ------------------------------------- */
 
#contwaku {
  width: auto;
  margin: 0 auto;
  position: relative;
}


#container{
  width: auto;
  margin:0;
  position: relative;
  text-align:left;
  display: block;
}



#contents {
	width: auto;
	margin: 0px;
}



/* ------------------------------------- 
 *	リンク　画像の設定
 * ------------------------------------- */
 
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {border: 0;}

/* ------------------------------------- 
 *	footer
 * ------------------------------------- */
#footer {display:none;}

/* ------------------------------------- 
 *	page上部説明用BOX
 * ------------------------------------- */

.waku {
	width: auto;
	margin: auto;
	border: 1px solid #000000;
	padding: 5px;
}


/* ------------------------------------- 
 *	ボックス
 * ------------------------------------- */
 

.akaBox, .mizuiroBox, .whiteBox, .kiiroBox {
	padding: 5px; /*box内の余白*/
	width: auto; /*boxの幅 680px以内で設定してください*/
	margin-top: 0px; /*boxの上部分の空白大きさ*/
	margin-right: auto; /*変更しないでください*/
	margin-bottom: 0px; /*boxの下部分の大きさ*/
	margin-left: auto; /*変更しないでください*/
	border: 1px dotted #333333; /*boxの線のスタイルと色*/
	background-color: #ffffff; /*boxの背景色*/
}


/* ------------------------------------- 
 *	リスト表示
 * ------------------------------------- */

.list ul {margin:5px 5px 5px 30px;}
.list02 ul {margin:5px 5px 5px 30px;}
.list02 li {list-style-type: square;} /** ■表示 **/
.rom li {list-style-type: lower-roman;} /** a. ローマ数字表示 **/

/* ------------------------------------- 
 *	問い合わせ
 * ------------------------------------- */
.PageToi {
padding:0 0 0 10px;
display:block;
}

/* ------------------------------------- 
 *	レイアウト・書式
 * ------------------------------------- */
.center {text-align:center;}　/** 中央揃え **/
.right {text-align:right;}　　/** 右揃え **/
.clear {
	clear:both;
	margin:0px;
	line-height:0px;
	font-size:0px;
	font:0/0 sans-serif;
	
}　/** 書式クリア **/

div .toTop{  
width: auto;
float:right;
margin:10px;
} /* ページの先頭への部分 */


/* ------------------------------------- 
 *	一覧表
 * ------------------------------------- */

dl.ichiran{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding: 5px;
	margin: 0px;

}
/** 一覧タイトル **/
dl.ichiran dt{
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(../../../template/img/point_grey.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 1px 6px;
}
/** 一覧内容 **/
dl.ichiran dd{}
/** 産業部 category **/
span.categoryBoxSan{
	margin:5px;
	color: #FFFFFF;
	background-color: #666666;
	height: auto;
	width: auto;
	font-weight: normal;
	font-size: 12px;
	padding: 1px 3px;
}
/** 総務企画部 category **/
span.categoryBoxSomu{
	margin: 5px;
	color: #FFFFFF;
	background-color: #666666;
	height: auto;
	width: auto;
	font-weight: normal;
	font-size: 12px;
	padding: 1px 3px;
}
/** 地域経済部 category **/
span.categoryBoxChi{
	margin: 5px;
	color: #FFFFFF;
	background-color: #666666;
	height: auto;
	width: auto;
	font-weight: normal;
	font-size: 12px;
	padding: 1px 3px;
}
/** 資源エネルギー環境部 category **/
span.categoryBoxShi{
	margin: 5px;
	color: #FFFFFF;
	background-color: #666666;
	height: auto;
	width: auto;
	font-weight: normal;
	font-size: 12px;
	padding: 1px 3px;
}


/* ------------------------------------- 
 *	テーブルレイアウト
 * ------------------------------------- */
table#table-01 {
    min-width:530px;
		max-width:810px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
  padding: 5px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
	text-align:left;
}
table#table-01 td:first-child{
	white-space: nowrap;
}
table#table-01 caption{
	font-weight:bold;
	text-decoration:underline;
}



table.table-d01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-d01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.table-d01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	text-align:left;
}
/* ------------------------------------- 
 *	書式
 * ------------------------------------- */


h1 {text-align: center;font-size: 14pt;}

h2 {font-size: 13pt;}

.break {page-break-before: always;}

