@charset "utf-8";

/*
[1]リンク指定
[2]レイアウト指定
[3]#header内の各指定
[4]#contents内の各指定
[5]#sidebar内の各指定
[6]#footer内の各指定
*/

/* 一括で全ての要素の余白をゼロに指定 */
*{padding: 0;	margin: 0;}

/*-- 削除不可 --*/
#ban{display: none;}

.clear {
   clear: both;
}

/* ####################################

                          [1]リンク指定
                          
####################################### */

a:link {
   color: #3333ff;
   text-decoration: none;
}
a:visited {
   color: #3333ff;
   text-decoration: none;
}
a:hover {
    color: #8CA0B6;
	text-decoration: underline;
}
a:active {
   color: #666;
}

/* ####################################

                      [2]レイアウト指定
                          
####################################### */

/*--全体のフォントサイズなど--*/
body{
	font-size: 80%;
	line-height: 1.4;
	text-align: center;
	font-family: "MS UI Gothic",sans-serif;
	padding: 0;
	margin: 0;
	background: url(../img/back_panel.gif);
	color: #333;
}

/*-- 全体を囲んでいます --*/
#wrapper{
	text-align: left;
	margin: 0 auto;
	width: 840px;
	background: url(../img/back_line.gif) repeat-y;
}

/*-- ヘッダー部分*/
#header{
	height: 50px;
	background: url(../img/logo.jpg) no-repeat;
	line-height: 20px;
}

#header ul{
	list-style-type: none;
}

#header a{
	padding: 0 0 0 5px;
	position:relative;
	top: 5px;
	right: -735px;
	border-left: 3px solid #ff7c2b;
	color: #fff;
}

/*-- コンテナー部分 --*/
#container{
	width: 100%;
	position: relative;
	padding: 4em 0 0 0;
}

/*-- コンテンツ部分 --*/
#contents{
	padding: 10px 30px 0 0;
	_padding: 10px 0 0 0;
	width: 590px;
	float: right;
	/*border-left: 1px solid silver;
	border-right: 1px solid silver;*/
}
/*-- サイドバー部分 --*/
#sidebar{
	padding: 3px 15px 0 30px;
	width: 160px;
	float: left;
	line-height: 1.4;
	border-right: 1px solid silver;
}

#sidebar h2{
	font-size: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../img/side_bar.gif) no-repeat left bottom;
}

/*-- フッター部分 --*/
#footer{
	clear: both;
	width: 100%;
	padding: 0;
}

/*-- グローバルナビ部分 --*/
#globalnavi{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #0099ff;
}

#line p{
	border-bottom: 1px dotted silver;
}

#pdf a{
	line-height: 10px;
	padding: 3px 0 5px 20px;
	background: url(../guidance/img/pdf.gif) no-repeat 0 1px;
}

#pdf2 a{
	line-height: 15px;
	padding: 3px 5px 5px 20px;
	background: url(../img/pdf.gif) no-repeat 0 1px;
	border-bottom: 1px dotted silver;
}

.red{
	color:#ff3333;
}

/* ####################################

                   [3]#header内の各指定
                          
####################################### */

/*-- サイトタイトル --*/
h1{
	font-size: 180%;
	padding: 20px 0 20px 20px;
}

/*-- その他ヘッダー内の文字 --*/
#header p{padding-left: 20px;}


/* ####################################

                 [4]#contents内の各指定
                          
####################################### */

/*-- 見出し --*/
#contents h2{
	margin: 0;
	padding: 15px 0 0 30px;
	font-size: 150%;
	background: url(../img/board_01.gif) no-repeat 0 2px;
	width:590px;
	height:50px;
}


#contents h3{
	margin: 0;
	padding: 7px 0 0 10px;
	font-size: 120%;
	background: url(../img/board_02.gif) no-repeat 0 1px;
	width:590px;
	height:30px;
}
/* kawano */
#contents h3.dobble{
	background: url(../img/board_02_dobble.gif) no-repeat 0 1px;
	width:590px;
	height:48px;
}

/*kokokmade*/

#contents h5{
	padding: 7px 0 0 12px;
	font-size: 100%;
	background:  url(../img/board_03.gif) left no-repeat;
	width:590px;
	height:30px;
}

#contents h5.dobble{
	background:  url(../img/board_03_dobble.gif) left no-repeat;
	height:50px;
}

/* -- 文字 -- */
#contents p{
	line-height: 1.5;
	margin-bottom: 1em;
	margin: 0;
	padding: 10px 0;
}

#contents b{
	font-size: 100%;
	margin-top: 10px;
}

.img{
	float: right;
	background: url(../img/citycomtv_02.gif) no-repeat;
	width: 155px;
	height: 100px;
	text-indent: -9999px;
}

.n-map ul {
	font-size: 105%;
	line-height: 3em;
	list-style: none;
}

.n-map li {
	padding-left: 20px;
	background: url(../img/link.gif) no-repeat 0 1em;
	border-bottom:1px dotted silver;
}

.s-map ul {
	font-size: 100%;
	line-height: 2.8em;
	list-style: none;
}

.s-map li {
	display: inline;
}


.mark {
	padding: 0 5px 0 15px;
	background: url(../img/line_1.gif) no-repeat 0;
	float: left;
}

.mark2 {
	padding: 0 5px 0 15px;
	background: url(../img/line_2.gif) no-repeat 0;
	float: left;
}

.meibo ul {
	padding-left: 25px;
	list-style: disc;
	line-height: 1.5em;
}
.meibo ol {
	padding-left: 25px;
	line-height: 1.5em;
}
.meibo2 ul {
	padding-left: 25px;
	list-style: decimal;
	line-height: 2em;
}
.meibo3 ul {
	padding-left: 25px;
	list-style:decimal;
	line-height: 1.5em;
}

.card {
	padding: 15px;
	background: url(../img/card.gif) left no-repeat;
}

.rekidai table {
	width: 100%;
	margin-top: 1em;
	border: 1px solid silver;
	border-collapse: collapse;
}

.rekidai th {
	width: 50%;
	padding: 5px;
	border: 1px solid silver;
	text-align: center;
	background-color: #f2eee4;
}

.rekidai td {
	padding: 5px;
	border: 1px solid silver;
}

.rekidai2 table {
	width: 100%;
	margin-top: 1em;
	border: 1px solid silver;
	border-collapse: collapse;
}

.rekidai2 th {
	width: 20%;
	padding: 5px;
	border: 1px solid silver;
	background-color: #f2eee4;
}

.rekidai2 td {
	padding: 5px;
	border: 1px solid silver;
}
/* -- PDF -- */
.pdf{
	padding: 3px 0 5px 20px;
	background: url(../guidance/img/pdf.gif) no-repeat 0 1px;
}
/* -- パン屑リスト -- */
#contents .topic-path {
	font-size: 90%;
	line-height: 1em;
}

/* -- 以下 リスト関係 -- */
.example table {
	width: 100%;
	margin-top: 1em;
	border: 1px solid silver;
	border-collapse: collapse;
	_font-size:90%;
	
}

.example td {
	padding: 5px;
	border: 1px solid silver;
	vertical-align: top; 
}

.example th {
	width: 80px;
	padding: 5px;
	border: 1px solid silver;
	background-color: #f2eee4;
	vertical-align: top; 
}

.example2 table {
	width: 100%;
	margin-top: 1em;
	border: 1px solid silver;
	border-collapse: collapse;
}

.example2 td {
	padding: 5px;
	border: 1px solid silver;
	vertical-align: top; 
}

.example2 th {
	width: 100px;
	padding: 5px;
	border: 1px solid silver;
	background-color: #f2eee4;
	vertical-align: top; 
}

.example3 table {
	width: 100%;
	margin-top: 1em;
	border-collapse: collapse;
}

.example3 td {
	padding: 10px 0;
	border-bottom: 1px dotted silver;
}

.example3 th {
	vertical-align: top; 
	width: 120px;
	padding: 10px 0;
	border-bottom: 1px dotted silver;
}

.flash a:link {
   color: #fff;
   text-decoration: none;
}
.flash a:visited {
   color: #fff;
   text-decoration: none;
}
.flash a:hover {
    color: #8CA0B6;
	text-decoration: underline;
}
.flash a:active {
   color: #666;
}

.meiyo table {
	width: 100%;
	margin-top: 1em;
	/*border: 1px solid silver;*/
	border-collapse: collapse;
}

.meiyo td {
	padding: 5px;
	/*border: 1px solid silver;*/
}

.yakuin table {
	width: 100%;
	margin-top: 1em;
	border-collapse: collapse;
}

.yakuin th {
	width: 50%;
	/*border: 1px solid silver;*/
}

.yakuin ul {
	font-size: 90%;
	list-style: none;
}

.bold{	font-size: 130%;}

#num h4{
	float:right;
	font-size: 90%;
	margin-top: 1em;
}

#num h6{
	float:right;
	font-size: 80%;
	margin-top: -2.4em;
}

.key{
	line-height: 10px;
	padding: 3px 0 5px 15px;
	background: url(../guidance/img/key.gif) left no-repeat;
}

.key2{
	line-height:10px;	
	padding: 3px 15px 0px 0px;
	background: url(../authorization/img/key.gif) right no-repeat;
}

.q a{
   color: #333;
   text-decoration: none;
}

.q a:hover{
   color: #333;
   text-decoration: none;
}


/* ####################################

                  [5]#sidebar内の各指定
                          
####################################### */

/* -- カテゴリタイトル -- */
.sidetitle {
	background: url(../guidance/img/sidetitle.gif) no-repeat;
	width: 160px;
	height: 40px;
	text-indent: -9999px;
}

/* -- リスト -- */
.localnavi {
	list-style-type: none;
	margin: 0.5em 0 2em;
}

.localnavi li { display: inline; }

.localnavi li a {
	margin:4px 0;
	padding: 9px 0 0 8px;
	border: 1px solid silver;
	display: block;
	height: 30px;
	text-decoration: none;
	text-indent: -9999px;
}

a.l1{
	background: url(../img/label.gif) no-repeat;
	width: 150px;
	background-position: 0 0;
}

a.l2{
	background: url(../img/label.gif) no-repeat;
	width: 150px;
	background-position: 0 -40px;
}

a.l3{
	background:url(../img/label.gif) no-repeat;
	width: 150px;
	background-position: 0 -80px;
}

a.l4{
	background:url(../img/label.gif) no-repeat;
	width: 150px;
	background-position: 0 -120px;
}

a.l5{
	background:url(../img/label.gif) no-repeat;
	width: 150px;
	background-position: 0 -160px;
}

a.l6{
	background:url(../img/label.gif) no-repeat;
	width: 150px;
	background-position: 0 -200px;
}

a.l1:hover{
	background-position: -160px 0;
}

a.l2:hover{
	background-position: -160px -40px;
}

a.l3:hover{
	background-position: -160px -80px;
}

a.l4:hover{
	background-position: -160px -120px;
}

a.l5:hover{
	background-position: -160px -160px;
}

a.l6:hover{
	background-position: -160px -200px;
}

#sidebar a.login{
	float: left;
	margin: 5px 0 0 3px;
	background: url(../img/login.gif) no-repeat;
	width: 160px;
	height: 50px;
	text-indent: -9999px;
}

#sidebar a:hover.login{
	background: url(../img/login_over.gif) no-repeat;
}


#banner a{float: left;}

#banner a.jcr{
	margin: 7px 0 5px 8px;
	background: url(../img/jcr2009.gif) no-repeat;
	width: 145px;
	height: 80px;
	text-indent: -9999px;
	display:none;
}


#banner a:hover.jcr{
	background: url(../img/jcr2009_over.gif) no-repeat;
}


#banner a.secure{
	margin: 5px 0 0 8px;
	background: url(../img/secure.gif) no-repeat;
	width: 145px;
	height: 80px;
	text-indent: -9999px;
}

#banner a:hover.secure{
	background: url(../img/secure_over.gif) no-repeat;
}

/* ####################################

                  [6]#footer内の各指定
                          
####################################### */

/*-- コピーライト --*/
#footer p{ text-align: center;}

#box{
	padding: 10px 20px;
	background: url(../img/back_line3.gif) no-repeat top;
}

#box .left{
	float:left;
}

#box .right{
	float:right;
}

#box .right a{
	background: transparent url(../img/up.gif) no-repeat scroll 0 50%;
	padding-left: 15px;
}

#box2{
	padding: 10px 20px;
	background: url(../img/back_line2.gif) no-repeat top;
}

#box2 .left{
	float: left;
}

#box2 .right{
	float: right;
	font-size: 80%;
	text-indent: -9999px;
}

#box3{
	padding: 0 20px 15px 20px;
	margin-top: 45px;
	background: url(../img/back_line4.gif) no-repeat top;
}

/* 平山追加　*/
.n-map2 ul {
	font-size: 105%;
	line-height: 1.6em;
	list-style: none;
}

.n-map2 li {
	padding-left: 20px;
	padding-top:5px;
	background: url(../img/link.gif) no-repeat 0 0.6em;
	border-bottom:1px dotted silver;
}
.n-map2 p{
	font-size:95%;
	margin-bottom:-10px;
}
.meibo2 ul{
	padding-left: 25px;
	list-style:decimal;
	line-height: 1.5em;
}


/* kawnao 追加 */
/* echo */
.echo table th{
	height:40px ;
	width:22%;
	color:#FFF;
	background-color:#3C99F8;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	padding:2px;
}

.echo table td{
 padding:2px;
}


/*siken*/
.siken table.brwsr2 {
    margin: 0 auto;
    width: 100%;
    border: none;
    border-top: solid 1px #D1D1D1;
    border-bottom: solid 1px #D1D1D1;
	border-left: solid 1px #D1D1D1;
    border-collapse: separate;
    border-spacing: 0 0px;
    background: #f5f5f5;
}
 
.siken table.brwsr2 th {
    vertical-align: middle;
    width: 90px;
    border-right: solid 1px #E8E8E8;
	border-bottom: solid 1px #FFF;
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 13px;
	font-weight:normal;
	padding:5px;

}
 
.siken table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    border: none;
	border-right: solid 1px #D1D1D1;
    color: #333;
    font-size: 13px;
    line-height: 140%;
    text-align: left;
    vertical-align: middle;
	border-bottom: solid 1px #E8E8E8;
    overflow: hidden;
	padding: 8px;
	background: #FFF;
}
 
 .siken table.brwsr2 td.data2 {
    padding: 0;
    margin: 0;
    border: none;
	border-right: solid 1px #D1D1D1;
    color: #333;
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
	border-bottom: solid 1px #E8E8E8;
    overflow: hidden;
	padding: 8px;
	background: #FFF;
}

.siken table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
.siken table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}
