@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 0 0 0;
	_padding: 10px 0 0 0;
	width: 620px;
	margin: auto;
	/*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(../login/img/board_01.gif) no-repeat 0 2px;
	width:620px;
	height:50px;
}

#contents h3{
	margin: 0;
	padding: 7px 0 0 10px;
	font-size: 120%;
	background: url(../login/img/board_02.gif) no-repeat 0 1px;
	width:620px;
	height:30px;
}

#contents h5{
	padding: 7px 0 0 12px;
	font-size: 100%;
	background:  url(../login/img/board_03.gif) left no-repeat;
	width:620px;
	height:30px;
}

table.ptt01 {
	background:#FFFFFF none repeat scroll 0 0;
	border:medium none;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	line-height:1.5em;
	margin-top:0;
	padding:0;
}

table.ptt01 th {
	background:#666;
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:normal;
	padding:12px;
	vertical-align:top;
}

table.ptt01 td {
	padding:12px 0 12px 15px;
	vertical-align:top;
}

#header #headerRight #headermenu ul li {
	display:inline;
	font-size:10px;
}

/*li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}*/

/* -- 文字 -- */
#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;
}

.meibo ul {
	padding-left: 25px;
	list-style: disc;
	line-height: 1.5em;
}

.meibo2 ul {
	padding-left: 1.5em;
	list-style: decimal;
	line-height: 2em;
	margin-top: 0.5em;
}


/* -- パン屑リスト -- */
#contents .topic-path {
	font-size: 90%;
	line-height: 1em;
}

/* -- 以下 リスト関係 -- */

.example {
	background: #d0d0d0;
}

.example a{
	color:#515151;
	background: url(../img/link.gif) no-repeat 0;
	padding-left: 18px;
}

.example td {
	padding: 15px 0;
	border-top: 1px solid #fff;
	background: #d0d0d0;
	vertical-align: top; 
	width: 33%;
}

.example2 {
	background: #dedfe0;
}

.example2 a{
	color:#3374dc;
	background: url(../img/sankaku.gif) no-repeat 0;
	padding-left: 10px;
}

.example2 td {
	padding: 0;
	vertical-align: top;
	width: 33%;
}

.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;
}

/* ####################################

                  [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.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;
}

#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;
}

#login a{
	float: left;
	background: url(../login/img/login_01.gif) no-repeat;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
	/*display:none;*/
}

#login{
	margin-left: 20em;
	margin-bottom: 1em;
}

#login a:hover{
	background: url(../login/img/login_02.gif) no-repeat;
}

#message a{
	float: left;
	background: url(../login/img/message_01.gif) no-repeat;
	width: 120px;
	height: 40px;
	text-indent: -9999px;
	/*display:none;*/
}

#message{
	margin-left: 20em;
	margin-bottom: 1em;
}

#message a:hover{
	background: url(../login/img/message_02.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;
}

.tyu{
	font-size: 90%;
	line-height: 1.3em;
	color: #666;
}
