@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline;
color: #330000;
font-size: 110%;
}
a:link { color: #003399;
   text-decoration: none;}
a:visited { color: #003399; }
a:hover { color: #330000; }
img {
	border: none;
	margin-top: 3px;
	margin-bottom: 3px;
}


/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
  font-size: 85%;
  text-align: center;
  font-family: "メイリオ", Meiryo "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Times New Roman";
  color: #333333;
  padding: 0;
  margin: 0;
  background-color: #EBE7E1;
}

#wrapper {
  text-align: left;
  width: 800px;
  margin: 10px auto;
  padding: 0 10px;
  border: 1px solid #cccccc;
  background: #fff;
}

#header {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  position: relative;
  background: url(img/title.png) no-repeat center;
  background-color:#F3E1BC;
}


#contents {
  float: right;
  width: 600px;
  padding: 0 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  word-wrap:break-word;
}

#pankuzu {
  float: right;
  width: 780px;
  padding: 0 5px;
  padding-bottom:5px;
  margin-left: 5px;
  margin-bottom: 10px;
  word-wrap:break-word;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #660000;  
}

#sidebar {
  float: left;
  padding: 10px;
  width: 160px;
}

#footer {
  clear: both;
  padding: 10px 0 5px;
  background-color: #F3E1BC;
  color: #333333;
  width: 750px;
  margin:auto;
}

#counter {
	clear: both;
	padding: 10px 0 5px;
	background-color: #fff;
	color: #000000;
	width: 750px;
	margin:auto;
	text-align: right;
}
/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* -- 見出しレベル1 -- */
h1 {
  font-size: 100%;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 70px;
  right: 10px;
}

/* -- タイトル -- */
.logo {
  font-size: 140%;
  position: absolute;
  top: 20px;
  left: 10px;
}

.logo a {
  text-decoration: none;
  color: #003399;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}



/* -- 概要 -- */
.description {
  width: 780px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 10px;
}

/* ナビゲーション */
.header-navi {
  list-style-type: none;
  position: absolute;
  top: 3px;
  right: 0;
}

.header-navi li {
  display: inline;
  background: url(img/listmark.gif) no-repeat 0 50%;
}

.header-navi a {
  text-decoration: none;
  padding: 0 15px;
}

.header-navi a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* -- 見出し -- */
h2 {
  font-size: 130%;
  font-weight: bold;
  color: #FFF;
  height: 30px;
  padding-top: 10px;
  padding-left: 10px;
  margin-right: 18px;
  margin-bottom: 20px;
  background-color: #330000;
}

h3 {
	border-left:12px solid #990000;
	padding:.2em .2em;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 110%;
}  

h4 {
	font-size: 85%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	width: 95%;
	color: #330000;
	text-indent: 30px;
	background-image: url(img/section_icon.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	line-height: 30px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	clear: both;
}

/* サイトマップの大項目 */
h5 {
  border:1px solid #9d9e98;
  font-weight: normal;
  padding: 0px;
  margin-left : auto ;
  margin-right : auto ;
  margin-bottom: 3px ;
  text-align : left ;
  font-size: small ;
  float: none;
  width: 60%;
}

/* h5指定した大項目にリンクが貼られる場合は何もしなくて良い */
h5 a{
  background-color:#FDFCF2;
  background-image: url(./img/arrow_03.gif);
  background-repeat: no-repeat;
  background-position: 9px 9px;
  display: block;
  color: #333333;
  text-decoration: none ;
  margin: 0px;
  padding-top: 4px;
  padding-right: 3px;
  padding-bottom: 4px;
  padding-left: 28px;
  letter-spacing: 0.2em;
}

h5 a:hover{
  background-color:#FDFCF2;
  background-image: url(./img/arrow_01.gif);
  background-repeat: no-repeat;
  background-position: 9px 9px;
  text-decoration: underline;
}

h6 {
  font-size: small;
  color: #330000;
  text-indent: 20px;
  background-image: url(img/arrow_03.gif);
  background-repeat: no-repeat;
  background-position: 3px center;
  line-height: 30px;
  font-weight:normal;
  margin-top: 5px;
  margin-right: 50px;
  margin-top: 5px;
  margin-left: 0px;
  margin-bottom: 20px;
  float: right; 
  clear: both;
}

/* 小見出し */
.details_head {
	font-size: larger;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	color: #660000;
	text-indent: 23px;
	background-image: url(img/section_icon.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	line-height: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;

}


/* -- 文字 -- */

#contents p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top:  10px;
	line-height: 1.6em;
	margin-bottom: 2em;
}

#contents ul.li {
  margin-left: 35px;
  margin-top: 10px;
  margin-right: 20px;
  line-height: 1.6em;
  list-style-image: url(img/arrow_03.gif);
  text-indent: 10px;
}

#contents ul {
  margin-left: 35px;
  margin-top: 10px;
  margin-right: 20px;
  line-height: 1.6em;
  text-indent: 10px;
}


#contents ol {
  margin-left: 35px;
  margin-top: 10px;
  margin-right: 20px;
  line-height: 1.6em;
  text-indent: 10px;
  list-style-type: decimal;
}

#contents u {
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: #F00;
  padding-bottom: 1px;
}

#contents blockquote,cite {
  margin: 1em 2em;
  color: #330000;
  border-left: 3px solid #330000;
  padding-left: 1em;
  width: 500px;
}

#contents hr{
  border:none;
  border-top:dashed 1px #CCC;
  height:1px;
  color:#FFFFFF;
  margin: 0 6 0 6;
  width: 90%;
  margin-left:auto;
  margin-right:auto;
}



/*---ページの途中に表示するpagetop--------------*/

.pagetop {
  font-size: small;
  width: 600px;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}

/*---ページの途中に表示するpagetop　ここまで--*/

/* -------------------------------------------------------------
   [4] 位置情報に関する指定 */

/* --- リストエリア --- */
ol.topicPath {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
}

/* --- リスト項目 --- */
ol.topicPath li {
display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
}

ol.topicPath li.home {  
    background:none;  
}  


/* 


-------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p { text-align: center; }



/* -------------------------------------------------------------
   [7]表に関する指定 */



/* 表用 */


#list {　
  font-size: 15px;
  margin: 5px;
  border-collapse: collapse;
  border: 1px solid #c5c5c5;
  text-align: center;
}

#list th {
  padding: 8px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  color: #333333;
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  background: #F3E1BC; 
  width: 60px;
}


#list td {
  padding: 5px;
  color:#333;
  font-size: 15px;
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  text-align: left;
  width: 190px;
}


#list a {
  text-decoration: none;
  color: #003399;
}

#list a:hover {
  text-decoration: underline;
  background-color: #f7ffe5;
  color: #003399;
  text-align: center;
}


/*-----おしらせ-----*/

#oshirase_iframe {
	width: 575px;
	text-align: center;
}

#oshirase_log {
  text-align: right;
  height: 100%;
  width: 575px;
  color: #333333;
  padding-top: 5px;
  padding-bottom: 2.5em;
  font-size: x-small;
}
a.oshirase_log{
  color: #333333;
  text-decoration: none;
}
a:hover.oshirase_log{
  color: #660000;
  text-decoration: underline;
}


/*-----各種中央寄せ-----*/

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 20%;
	right: 80%;
	}

p.center {
	 text-align: center;
}
	
p.right {
	text-align: right;
	}
	
.text-center {
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 margin-bottom: 10px;
}

td.text-center {
 text-align:center;
 letter-spacing: 0.2em;
}
