@charset "Shift_JIS";
/* ===============================================================\*/
/* 中ページ全体共通用CSS
/* Last Updated:2008.06.24
/* Editor:Y.O
/* 
/* 目次：
/* 　　　1.共通の設定
/* 　　　　[1]全体の設定
/* 　　　　[2]リンク
/* 　　　　[3]ヘッダー
/* 　　　　[4]サイドメニューとコンテンツ
/* 　　　　[5]フッター
/*
/* 　　　2.ヘッダーの詳細設定
/* 　　　　[1]ヘッダーメニューの設定
/*
/* 　　　3.コンテンツの詳細設定
/*
/* 　　　4.フッターの詳細設定
/*
/* ===============================================================\*/
/* =====================================
　　　↓共通の設定↓ 
=====================================\*/
/* =====[1]全体の設定===== \*/
/* この設定で、コンテンツがウインドウより短いときのギャップを防ぎます。 \*/
html{
  overflow-y: scroll;
}

body {
  margin:0;
  padding:0;
  text-align:center;
}

* {
  margin:0px;
  padding:0px;
  font-family:"ＭＳ Ｐゴシック";
}

img {
  border:0;
  margin:0;
  padding:0;
  line-height:0;
}

p {
  color:#333333;
  font-size:90%;
}

.hide {
  display:none;
}

.doclear {
  clear:both;
}

.migi {
  float: right;
}

.smaller {
  font-size: 90%;
}

.msmaller {
  font-size: 70%;
}

.ldcolor {
  color: #002A40;
}

h1 {
  text-align: right;
}

h2 {
  text-align: center;
  padding-bottom: 20px;
}
	
h3 {
  margin-bottom:0.5em;
  font-size: 90%;
  font-weight: 400;
}

h3 .parahead {
  color: #002A40;
  font-weight: 600;
}

h4 {
  margin-bottom:1em;
}

h5 {
  margin-bottom:0.5em;
}

h6 {}

/* 大外枠 \*/
div#container {
  margin:0px auto;
  background-image: url(../img/bg2.jpg);
  background-repeat: repeat-x;
  text-align:center;
}
	
/* =====[2]リンク===== \*/
a:link {
  text-decoration: none;
  color:#008047;
}

a:visited {
  text-decoration: none;
  color:#008047;
}

a:hover {
  text-decoration: underline;
  color: #008047;
}

a:active {
  text-decoration: none;
  color:#008047;
}
		
/* =====[3]ヘッダー===== \*/
div#container div#header {
  margin:0px auto;
  padding: 0px;
  width:955px;
  text-decoration:none;
  vertical-align: top;
}

div#container div#header div#headerleft {
  width:555px;
  float:left;
  text-align:left;
}

div#container div#header div#headerright {
  width:400px;
  float:right;
  text-align:right;
}

/* =====[4]トップページイメージ===== \*/
div#container div#breadh1 {
  margin: 0px auto;
  width:955px;
  height: 145px;
  background-image: url(../img/title_bg.jpg);
  vertical-align: top;
  text-align: center;
}


/* =====[4]サイドメニューとコンテンツ===== \*/

div#container div#barcontset {
  margin:0px auto;
  width:955px;
}

div#container div#barcontset div#cont {
  margin-bottom: 5px;
  width:750px;
  float:right;
  text-align:left;
  background-image: url(../img/naka_bg.jpg);
  background-position: -0.2em 0em;
  _background-position: top;
  background-repeat: no-repeat;
}

div#container div#barcontset div#sidebar {
  width:205px;
  float:left;
  text-align: center;
}

div#container div#barcontset div#sidebar img {
  margin: 0px auto 10px auto;
}

div#container div#barcontset div#sidebar p {
  font-size: 70%;
  text-align: left;
  padding: 10px 0px 0px 19px;
  margin-bottom: 40px;
  line-height: 1.3em;
}

div#container div#barcontset div#sidebar p strong{
  color: #002A40;
}

/* =====[5]IE6用===== \*/
* html div#container div#barcontset div#cont {
  width:771px;
  float:right;
  text-align:left;
  background-image: url(../img/naka_bg.jpg);
  background-position: inherit;
  background-repeat: no-repeat;
}

* html div#container div#barcontset div#sidebar {
  width:184px;
  float:left;
  text-align: center;
}

* html div#container div#barcontset div#sidebar img {
  margin: 0px auto 10px auto;
}

* html div#container div#barcontset div#sidebar p {
  font-size: 70%;
  text-align: left;
  padding: 10px 0px 0px 19px;
  margin-bottom: 40px;
  line-height: 1.3em;
}

* html div#container div#barcontset div#sidebar p strong{
  color: #002A40;
}

/* =====[5]フッター===== \*/
div#container div#footer {
  clear:both;
  margin:0px auto;
  height:50px;
  width: 100%;
  background-color:#112E3E;
}
	
/* =====================================
　　　↓2.ヘッダーの詳細設定↓ 
=====================================\*/

div#container div#header li {
  padding:0em;
  list-style:none;
  display:inline;
}

div#container div#header img {
  vertical-align: top;
  margin: 0px;
}

/* =====[1]ヘッダーメニューの設定===== \*/
div#container div#header .menu {
  clear:both;
  padding:0;
  line-height:0;
}

/* =====================================
　　　↓3.コンテンツの詳細設定↓ 
=====================================\*/
div#container div#cont .honbunwaku {
  margin:0px 50px 40px 50px;
  width:650px;
  background-color:#FFFFFF;
  clear:both;
  display: inline-block;
}

div#container div#cont .honbunwaku:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE-mac \*/
* html div#container div#cont .honbunwaku { height: 1%;}
div#container div#cont .honbunwaku { display: block;}
/* End hide from IE-mac */

div#container div#cont .honbunwaku p{
  line-height:1.4em;
  margin-bottom:1em;
}

div#container div#cont .honbunwaku ol{
  line-height:1.4em;
  margin:0px 1em 1em 1.5em;
  font-size: 90%;
}

div#container div#cont .honbunwaku li{
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}

div#container div#cont .honbunwaku ol ol{
  line-height:1.4em;
  margin:0px 1em 1em 1.5em;
  font-size: 100%;
}

div#container div#cont .honbunwaku img{
  margin: 0px 10px;
  clear: both;
}

div#container div#cont .honbunwakugreen {
  margin:0px 50px 30px 50px;
  padding: 5px 10px;
  width:628px;
  background-color:#FFFFFF;
  border-left: solid 2px #008047;
  clear: both;
  display: inline-block;
}

div#container div#cont .honbunwakugreen:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE-mac \*/
* html div#container div#cont .honbunwakugreen { height: 1%;}
div#container div#cont .honbunwakugreen { display: block;}
/* End hide from IE-mac */


div#container div#cont .honbunwakugreen p{
  line-height:1.4em;
}

div#container div#cont .honbunwakugreen img{
  margin: 0px 10px;
  clear: both;
}

div#container div#cont .honbunwaku .migiyose {
  width:650px;
  text-align: right;
}

/* =====[1]パンクズの設定===== \*/
div#container div#breadh1 .pankuzu {
  margin:5px auto 0px auto;
  padding-left: 20px;
  width:955px;
  text-align:left;
  font-size:70%;
  color: #FFFFFF;
}

div#container .pankuzu a {
  color: #FFFFFF;
}

div#container .pankuzu a:link {
  text-decoration:none;
}

div#container .pankuzu a:visited {
  text-decoration:none;
}

div#container .pankuzu a:hover {
  text-decoration:underline;
}

div#container .pankuzu a:active {
  text-decoration:none;
}



/* =====================================
　　　↓4.フッターの詳細設定↓ 
=====================================\*/
div#container div#footer p {
  padding:15px;
  margin:0;
  color:#FFFFFF;
  font-size:70%;
  text-align:center;
}
