@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: 15px 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(../authorization/img/pdf.gif) no-repeat 0 1px;
}

.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(../authorization/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(../authorization/img/board_02.gif) no-repeat 0 1px;
	width:590px;
	height:30px;
}

#contents h5{
	padding: 7px 0 0 12px;
	font-size: 100%;
	background: url(../authorization/img/board_03.gif) left no-repeat;
	width:590px;
	height:30px;
}

/* -- 文字 -- */
#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(../authorization/img/image_01.jpg) no-repeat;
	width: 140px;
	height: 140px;
	text-indent: -9999px;
}

/* -- パン屑リスト -- */
#contents .topic-path {
	font-size: 90%;
	line-height: 1em;
}

/* -- 以下 リスト関係 -- */
.example table {
	width: 100%;
	margin-top: 1em;
	border-collapse: collapse;
}

.example td {
	padding: 5px;
	border-bottom: 1px dotted silver;
}

.example th {
	vertical-align: top; 
	width: 80px;
	padding: 5px;
	border-bottom: 1px dotted silver;
}

.meiyo table {
	width: 100%;
	margin-top: 1em;
	/*border: 1px solid silver;*/
	border-collapse: collapse;
}

.meiyo td {
	padding: 5px;
	/*border: 1px solid silver;*/
}

.rekidai table {
	width: 100%;
	margin-top: 1em;
	border: 1px solid silver;
	border-collapse: collapse;
}

.rekidai th {
	padding: 5px;
	border: 1px solid silver;
	text-align: center;
	background-color: #f2eee4;
}

.rekidai td {
	padding: 5px;
	border: 1px solid silver;
}

.n-map table {
	width: 100%;
	margin-top: 1em;
	border-collapse: collapse;
}

.n-map td {
	width: 50%;
	vertical-align: bottom; 
}

.n-map ul {
	font-size: 105%;
	line-height: 3em;
	list-style: none;
}

.n-map li {
	padding-left: 20px;
	background: url(../authorization/img/link.gif) no-repeat 0 1em;
	border-bottom:1px dotted silver;
}

.meibo ul {
	padding-left: 25px;
	list-style: decimal;
	line-height: 2em;
}

.bold{	font-size: 130%;}

#num h4{
	float:right;
	font-size: 90%;
	margin-top: 1em;
}

.key{
	line-height:3em;	
	padding: 3px 0 5px 15px;
	background: url(../authorization/img/key.gif) left no-repeat;
}

.key2{
	line-height:3em;	
	padding: 3px 15px 0px 0px;
	background: url(../authorization/img/key.gif) right no-repeat;
}

#container-inner iframe {
	width: 100%;
	height: 500px;
}

.next{
	text-align: center;
}

.next a{
	padding: 0 1em;
	font: 110% bold;
}

.q a{
   color: #333;
   text-decoration: none;
}

.q a:hover{
   color: #333;
   text-decoration: none;
}

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

                  [5]#sidebar内の各指定
                          
####################################### */

/* -- カテゴリタイトル -- */
.sidetitle {
	background: url(../authorization/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 {
	display: block;
	height: 30px;
	text-indent: -9999px;
}

a.l1{
	background: url(../authorization/img/label.gif) no-repeat;
	width: 160px;
	background-position: 0 0;
}

a.l2{
	background: url(../authorization/img/label.gif) no-repeat;
	width: 160px;
	background-position: 0 -30px;
}

a.l3{
	background: url(../authorization/img/label.gif) no-repeat;
	width: 160px;
	background-position: 0 -60px;
}

a.l4{
	background: url(../authorization/img/label.gif) no-repeat;
	width: 160px;
	background-position: 0 -90px;
}

a.l5{
	background: url(../authorization/img/label.gif) no-repeat;
	width: 160px;
	background-position: 0 -120px;
}

a.l6{
	background: url(../authorization/img/label.gif) no-repeat;
	width: 160px;
	background-position: 0 -150px;
}

a.l1:hover{
	background-position: -160px 0;
}

a.l2:hover{
	background-position: -160px -30px;
}

a.l3:hover{
	background-position: -160px -60px;
}

a.l4:hover{
	background-position: -160px -90px;
}

a.l5:hover{
	background-position: -160px -120px;
}

a.l6:hover{
	background-position: -160px -150px;
}

#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;
}

/*-- 平山 --*/
.right{
	text-align: right;
}
.kakomi{
	display:block;
	height:auto;
	width:7em;
	text-align:center;
	font-weight:bold;
	background-color:#97CBFF;
}
	
