@charset "shift_jis";
body{
  color : #666666;
  /*全体の文字色*/
	margin: 0px;
  padding: 0px;
  text-align: center;
  font : normal normal normal 12px /2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  background : transparent;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  /*壁色と壁紙画像設定*/

  overflow : scroll;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
  margin: 0px;
  padding: 0px;
}
ul{
  list-style-type: none;
}
img{
  border: none;
}
.color1{
  color: #647d1e;
}
#main ul.listmark{
  padding: 0.5em 20px 0em 30px;
  list-style: disc;
}
/*全般のリンク設定
---------------------------------------------------------------------------*/
a{
  color: #999999;
/*リンク色*/
}
a:hover{
  color : #8686ff;
  /*カーソルオーバー時の色*/
	text-decoration: none;
/*オーバー時に下線を消す設定。消したくないならこの１行を削除する。*/
}
/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container{
  background : url(images/container_bg2.gif) repeat-y transparent;
  background-attachment : scroll;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  /*HP枠*/
	text-align: left;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}
/*ヘッダー
---------------------------------------------------------------------------*/
#header{
  background : url(images/header.jpg) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  idth: 900px;
  height : 150px;
  position: relative;
}
/*ロゴ画像の配置位置設定*/
#header #logo{
  position: absolute;
  top : 30px;
  /*ヘッダー画像に対して上から30pxの位置*/
/*ヘッダー画像に対して右から15pxの位置*/

  left : 140px;
}
/*h1タグ設定*/
#header h1{
  font-size: 10px;
  /*文字サイズ*/
	font-weight: normal;
  position: absolute;
  top : 10px;
  /*ヘッダー画像に対して上から10pxの位置*/
	right: 10px;
  /*ヘッダー画像に対して左から10pxの位置*/
	color : #000080;
/*文字色*/
}
#header #right{
  font-size: 12px;
  position: absolute;
  color : #000080;
  bottom : 10px;
  right : 10px;
  text-align : right;
  line-height : 1.2em;
}
#header #right a{
  color : #000080;
  text-decoration : none;
}
#header #right a:hover{
  color : #cc6600;
}
/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main{
  float: right;
  width : 640px;
  display: inline;
  margin-right : 20px;
  margin-top: 20px;
  padding-bottom : 50px;
  margin-left : 10px;
}
/*h2見出し設定*/
#main h2{
  color : #000080;
  background : url(images/h2_bg.gif) no-repeat transparent;
  background-position : left bottom;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  line-height : 35px;
  height : 35px;
  padding-left : 20px;
  overflow: hidden;
  font-size : 14px;
}
#main p{
  padding: 0.5em 10px 1em;
}
/*meinイメージ　センタリング設定*/
.center{
  text-align : center;
  padding : 0px;
  margin : 0px;
}
/*ボタン画像の透明度設定・センタリング*/
p.button{
  text-align : center;
}
p.button a:hover{
  filter: Alpha(opacity=70);
  opacity: 0.7;
}
/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side{
  float: left;
  width : 190px;
  display: inline;
  margin-left : 20px;
  margin-top : 17px;
  padding-bottom: 100px;
}
/*h3見出し設定*/
#side h3{
  border : 3px double #f5feda;
  text-align: center;
  font-size : 12px;
  letter-spacing: 0.2em;
  /*文字間隔を少しあける設定*/
  background-color : #589acc;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  padding-right : 0px;
  padding-left : 0px;
  color : white;
  height : 40px;
  line-height : 40px;
  padding-top : 0px;
  margin-top : 0px;
  padding-bottom : 0px;
  margin-bottom : 0px;
}
#side p{
  padding-top: 0.5em;
  padding-bottom: 1em;
}
/*side画像の透明度設定*/
#banner{
  margin-bottom : 5px;
}
#banner a:hover{
  filter: Alpha(opacity=70);
  opacity: 0.7;
  margin-bottom : 5px;
}
/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu{
  margin-top : 5px;
  margin-bottom: 10px;
}
ul.sidemenu li{
  margin-bottom: 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #589acc;
  border-top-width : 1px;
  border-right-width : 1px;
  border-top-style : solid;
  border-right-style : solid;
  border-top-color : #589acc;
  border-right-color : #589acc;
}
ul.sidemenu li a{
  display: block;
  width : 174px;
  text-decoration: none;
  color : #000080;
  background : url(images/sidemenu_bg.gif) left top / auto auto no-repeat scroll padding-box border-box transparent;
  height : 40px;
  font-size : 12px;
  line-height : 40px;
  text-align : left;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #589acc;
  padding-left : 10px;
}
ul.sidemenu li a:hover{
  background : url(images/sidemenu_bg.gif) left bottom / auto auto no-repeat scroll padding-box border-box #fafafa;
  color : #cc6600;
}
/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer{
  border-bottom : 1px solid #ababa9;
  text-align: center;
  clear: both;
  width: 100%;
  color : #000080;
  background : url(images/footer.jpg) no-repeat;
  height : 40px;
  padding-top : 10px;
  line-height : 30px;
}
/*---------- お問い合わせテーブル----------*/

.toiawase{
  margin-top: 20px;
  width : 600px;
  border-collapse : collapse;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #cccccc;
}
.toiawase th{
  width : 150px;
  text-align : right;
  background-color : #e6f0f7;
  border-collapse: collapse;
  color : #666666;
  font-size : 12px;
}
.toiawase td{
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  padding-right: 10px;
  font-size : 10px;
  background-color : #e6f0f7;
  border-collapse : collapse;
}
#button{
  width: 570px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
}
/*---------- 会員ページ（メニューなし）----------*/

#kaiin{
  float: right;
  width : 700px;
  display: inline;
  margin-right : 100px;
  margin-top: 20px;
  padding-bottom : 20px;
  margin-left : 100px;
  clear : both;
}
/*h2見出し設定*/
#kaiin h2{
  color : #ffffff;
  /*文字色*/
	background : url(images/h2_bg.gif) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  /*背景画像設定*/
	line-height : 35px;
  height : 35px;
  padding-left : 20px;
  overflow: hidden;
  font-size : 14px;
}
/*----------概要 テーブル ----------*/
table.gaiyou{
  border-collapse: collapse;
  border : 1px solid #999999;
  margin-left : 30px;
}
.gaiyou td{
  border-collapse: collapse;
  border : 1px solid #999999;
  padding: 8px 14px 8px 14px;
  width : 400px;
}
.gaiyou th{
  border-collapse: collapse;
  border : 1px solid #999999;
  padding: 8px 14px 8px 14px;
  background-color : #f3f3f3;
}
/*---------- プライバシーポリシー----------*/

#privacy{
  padding-left : 20px;
  width : 600px;
  line-height : 130%;
  margin-top : 10px;
}
#privacy h4{
  background-image : url(images/mark-1.gif);
  background-repeat: no-repeat;
  background-position: left center;
  height: 25px;
  line-height : 27px;
  padding-left: 20px;
  font-size: 13px;
  margin-top: 10px;
  vertical-align: middle;
  color : #000099;
  padding-bottom : 0px;
  margin-bottom : 0px;
}
#privacy ul{
  margin-bottom: 10px;
  padding-top: 0px;
  margin-top: 0px;
  padding-left : 0px;
  margin-left : 0px;
}
#privacy ul li{
  list-style-type : none;
}
#privacy p{
  line-height: 20px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
/*---------- 利用規約----------*/

#kiyaku{
  width : 670px;
  padding : 20px 10px;
  margin : auto;
  text-align : left;
}
#kiyaku h4{
  height: 25px;
  line-height : 27px;
  font-size: 13px;
  margin-top: 10px;
  vertical-align: middle;
  color : #000099;
  padding-bottom : 0px;
  margin-bottom : 0px;
}
#kiyaku ul{
  margin-bottom: 10px;
  padding-top: 0px;
  margin-top: 0px;
  padding-left : 0px;
  margin-left : 0px;
}
#kiyaku ul li{
  list-style-type : none;
  line-height : 1.3em;
  padding-left: 1em;
  text-indent: -1em;
}
#kiyaku p{
  line-height : 1.2em;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
}
/*h2見出し設定*/
#kiyaku h2{
  color : #000080;
  background : transparent;
  font-size : 16px;
  text-align : center;
}
/*----------ページtopボタン----------*/
.page_top{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.page_top a{
  display: block;
}
.page_top a:hover{
  display: block;
  opacity: 0.6;
}
/*---レターサービステーブル01---*/
table.ml-01{
  width : 250px;
  float : left;
  border : 2px solid #b8d3e9;
  border-collapse : collapse;
  margin-left : 50px;
}
.ml-01 th{
  height : 50px;
  font-size : 14px;
  text-align : center;
  background-color : #b8d3e9;
  border-collapse : collapse;
  margin-left : 50px;
  color : #000080;
}
.ml-01 td{
  padding : 10px;
  vertical-align : super;
  height : 150px;
}
p.red{
  color : red;
  height : 1em;
  font-size : 13px;
  font-weight : bold;
}
table.life{
  width : 500px;
  border : solid;
  border : 1px;
  border : 1px;
  border-collapse : collapse;
}
.life td{
  width : 250px;
  border : 1px solid;
  border-collapse : collapse;
}

