@charset "Shift_JIS";
/* ===============================================================\*/
/* 中ページ全体共通用CSS
/* Last Updated:2007.00.00
/* Editor:Y.O
/* 
/* 目次：
/* 　　　1.共通の設定
/* 　　　　[1]全体の設定
/* 　　　　[2]リンク
/* 　　　　[3]ヘッダー
/* 　　　　[4]サイドメニューとコンテンツ
/* 　　　　[5]フッター
/*
/* 　　　2.ヘッダーの詳細設定
/* 　　　　[1]ヘッダーメニューの設定
/*
/* 　　　3.コンテンツの詳細設定
/* 　　　　[1]項目の指定
/* 　　　　[2]テーブル
/* 　　　　[3]コンテンツ2分割用
/* 　　　　[4]写真の位置
/* 　　　　[5]詳細リンク
/* 　　　　[6]アンカーリンク
/* 　　　　[7]ページトップへ
/* 　　　　[8]PDF
/* 　　　　[9]リスト
/* 　　　　[10]その他
/*
/* 　　　4.フッターの詳細設定
/*
/* ===============================================================\*/
/* =====================================
　　　↓共通の設定↓ 
=====================================\*/
/* =====[1]全体の設定===== \*/
body {
  margin:0;
  padding:0;
  text-align:center;
}

* {
  margin:0px;
  padding:0px;
  font-family:"ＭＳ Ｐゴシック";
  color:#333333;
}

img {
  border:0;
  margin:0;
  padding:0;
  line-height:0;
}

p {
  font-size:80%;
  color:#333333;
  line-height: 1.4em;
}

.hide {
  display:none;
}

.chumoku {
  color: #FF0000;
}

.doclear {
  clear:both;
}

h1 {
  padding-bottom: 30px;
  line-height: 0px;
  vertical-align: top;
}

h2 {
}
	
h3 {}

h4 {
  margin-bottom:1em;
}

h5 {
  margin-bottom:0.5em;
}

h6 {}

/* 大外枠 \*/
div#container {
  margin:0px auto;
  text-align:center;
  background-image: url(../img/bg02.gif);
  background-repeat: repeat-x;
}
	
/* =====[2]リンク===== \*/
a:link {
  text-decoration: underline;
  color: #006699;
}

a:visited {
  text-decoration: underline;
  color: #006699;
}

a:hover {
  text-decoration: none;
  color: #006699;
}

a:active {
  text-decoration: underline;
  color: #006699;
}
		
/* =====[3]ヘッダー===== \*/
div#container div#header {
  margin:0px auto;
  width:760px;
  vertical-align: top;
  line-height: 0px;
}

div#container div#header div#headerleft {
  width:400px;
  float:left;
  background-image: url(../img/bg01.gif);
  background-repeat: repeat-x;
  text-align:left;
}

div#container div#header div#headerright {
  width:360px;
  float:right;
  background-image: url(../img/bg01.gif);
  background-repeat: repeat-x;
  text-align:right;
  font-size:70%;
}

/* =====[4]サイドメニューとコンテンツ===== \*/

div#container div#singlecont {
  margin:10px auto;
  width:760px;
  clear:both;
  text-align: center;
}

div#container div#singlecont p{
  padding: 0px 40px 20px 40px;
  text-align: left;
}

div#container div#singlecont .p2{
  margin: -20px 40px 20px 2em;
  text-align: left;
}

div#container div#singlecont .p3{
  margin: -20px 40px 20px 2em;
  text-align: left;
  text-indent: -0.6em;
}

div#container div#singlecont .p4{
  margin: -30px 40px -10px 2em;
  text-align: left;
  text-indent: -0.6em;
}

div#container div#singlecont .p5{
  margin: -10px 40px -10px 2em;
  text-align: left;
  text-indent: -0.6em;
}

div#container div#singlecont .migiyose {
  width: 680px;
  margin: 10px 40px;
  text-align: right;
}


div#container div#singlecont ol {
  margin: 0px 40px 20px 60px;
  padding-left: 1em;
  text-align: left;
  font-size: 80%;
}

div#container div#singlecont ol li{
  margin-bottom: 1em;
}

div#container div#singlecont ol li ul {
  margin: 0em 0em 0em 1.5em;
}

div#container div#singlecont ol li ul li{
  margin-bottom: 0.1em;
}
	
/* =====[5]フッター===== \*/
div#container div#footer {
  clear:both;
  margin:0px auto;
  width:100%;
  background-color: #0051A2;
}
	
/* =====================================
　　　↓2.ヘッダーの詳細設定↓ 
=====================================\*/
div#container div#header div#headerleft img {
  margin:14px 0px 0px 0px;
}


div#container div#header div#headerright .headermenu {
  margin-top:10px;
}

div#container div#header div#headerright li {
  padding:0em;
  list-style:none;
  display:inline;
}
 
 div#container div#header div#headerright a{
  padding:0em;
  text-decoration:none;
  color:#666666;
}

div#container div#header div#headermenu {
  clear:both;
  margin-top: -2px;
}

div#container div#header div#headermenu li {
  padding:0em;
  list-style:none;
  display:inline;
}

/* =====[1]ヘッダーメニューの設定===== \*/
div#container div#header .menu {
  clear:both;
  padding:0;
  margin-top:4px;
  line-height:0;
}

/* =====================================
　　　↓3.コンテンツの詳細設定↓ 
=====================================\*/

/* =====[2]テーブル===== \*/
div#container div#singlecont table {
  width:680px;
  margin: 10px auto;
  border-collapse:collapse;
  border:1px solid #999999;
  border-spacing:0;
  empty-cells:show;
  line-height:0.95em;
}

div#container div#singlecont table p {
  text-align: left;
  margin: 0px;
  padding: 0px;
}

div#container div#singlecont table .tbl {
  padding:5px 10px;
  border: 1px solid #999999;
  background-color: #D9D9D9;
  color:#333333;
  width: 140px;
}

div#container div#singlecont table .tbc {
  padding:5px 10px;
  border: 1px solid #999999;
  background-color: #D9D9D9;
  color:#333333;
  width: auto;
}

div#container div#singlecont table .tbr {
  padding:5px 10px;
  border: 1px solid #999999;
  background-color: #D9D9D9;
  color:#333333;
  width: 180px;
}

div#container div#singlecont table td {
  padding:5px 10px;
  border: 1px solid #999999;
  background-color:#ffffff;
  color:#333333;
}

/* =====================================
　　　↓4.フッターの詳細設定↓ 
=====================================\*/

div#container div#footer p {
  padding:10px 0px 40px 0px;
  margin:0;
  color:#FFFFFF;
  font-size:70%;
  text-align:center;
}

/* =====================================
　　　↓5.その他設定↓ 
=====================================\*/
.right {
  text-align: right;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.top {
  vertical-align: top;
}

.line150 {
  line-height: 150%;
}

.line200 {
  line-height: 200%;
}

.maincontents {
  margin: 0px auto;
  width: 640px;
  font-size: 11pt;
/*  text-align: left;*/
}

.maincontents h2 {
  font-size: 16pt;
  text-align: left;
  padding-bottom: 12px;
}
.maincontents h2#zigyo {
  font-size: 15pt;
  text-align: left;
  padding-bottom: 16px;
}
.maincontents h3 {
  font-size: 13pt;
  color: #004893;
  text-align: left;
}

.maincontents h4 {
  font-size: 14pt;
  text-align: left;
}

.maincontents h5 {
  font-weight: normal;
  font-size: 13pt;
}

.frameheader {
  list-style: none;
  width: 640px;
  height: 9px;
  background-image: url(../img/frame_top.png);
  background-repeat:no-repeat;
  _background-position:100% 100%;
  _background-attachment:fixed;
}

.frame {
  width: 640px;
  padding: 8px 16px;
  background-image: url(../img/frame_side.png);
  background-repeat: repeat-y;
}


.frame td {
  font-size: 11pt;
}

.frame .blue {
  color: #004893;
}

.frame .comment {
  width: 608px;
  line-height: 200%;
}

.frame .commentnomargin {
  width: 608px;
  margin-right: 32px;
  line-height: 200%;
}

.frame .commentnomargin150 {
  width: 608px;
  margin-right: 32px;
  line-height: 150%;
}

.frame .comment2 {
  width: 584px;
  line-height: 150%;
}

html>/**/body .frame .comment2 {
  margin-left: 32px; /* IE 以外 */
}

.framefooter {
  width: 640px;
  height: 9px;
  background-image: url(../img/frame_bottom.png);
  background-repeat: no-repeat;
}

.leftarrow {
  text-align: left;
  padding-left: 120px;
}

