﻿@charset "utf-8";

/* ページ全体の枠組み
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
/*  font-size: 13px;
*/
  background: #ffffff url(../images/bg_body.jpg) no-repeat top center;
  font: 85%/180% sans-serif;
  color: #333;
}

#header {
}
#header  .inner {
  margin: 0 auto;
  width: 910px;
}

#content {
}
#content .inner {
  margin: 0 auto;
  padding: 15px 35px 50px;
  width: 900px;
}
#content .inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#main {
  float: right;
  width: 660px;
}
#sub {
  width: 210px;
  float: left;
  margin: 0 auto;
}
#sub a:link { color: #333;}
#sub a:visited { color: #999;}
#sub a:hover { color: #333;}
#sub a:active { color: #333;}

#footer {
  min-height: 85px;
/*  background: #ffffff; */
}
#footer  .inner {
  margin: 0 auto;
  width: 900px;
}

/* リンクと画像
---------------------------------------------------- */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

/* ヘッダ
---------------------------------------------------- */
#header .inner {
  position: relative;
  height: 105px;
} 

#logo {
  position: absolute;
  top: 20px;
  left: 0;
}

#headFreeDial {
  position: absolute;
  top: 40px;
  right: 0;
}

#mainvisual {
  position: absolute;
  top: 100px;
  left: 0;
}

/* メインコンテンツ
---------------------------------------------------- */
#main h1 {
  display: block;
  width: 180px;
  height: 50px;
  background: url(../images/main_news.png) 0 0 no-repeat;
  margin: 10px 10px 0 0;
}
#main h2 {
  line-height: 1.6;
  font-size: 150%;
  font-weight: normal;
  padding-left: 3px;
  margin: 0 0 10px 0;
}
#main h3 {
  width: 665px;
  height: 25px;
  border-bottom: 1px solid #cc66ff;
  color: #cc66ff;
  padding: 8px 0 0 0;
  margin: 0 0 15px 0;
  font-size: 120%;
  letter-spacing: .2em;
}
#main table {
  width: 550px;
  margin: 15px auto 40px auto;
  border-collapse: collapse;
}
#main td, th {
  text-align: left;
  padding: .6em .5em;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
#main th {
  font-weight: normal;
  color: #0e518f;
}
#main table.top {
  margin-bottom: 10px;
}
#main p.a1 {
  display: block;
  width: 450px;
  height: 40px;
  background: url(../images/news_jinzai.png) 0 0 no-repeat;
  margin: 30px 10px 0 0;
}
#main p.a2 {
  display: block;
  width: 510px;
  height: 40px;
  background: url(../images/fee_shoukibo.png) 0 0 no-repeat;
  margin: 30px 10px 0 0;
}
#main p.pb40 {
  padding-bottom: 40px;
}
#ul-1 {
  font-size: 116%;
  list-style-type: decimal;
}
#ul-2 {
  font-size: 116%;
}

/* サブコンテンツ
---------------------------------------------------- */
ul#globalNavi  {
  width: 190px;
  background: url(../images/bgGlobalNavi.jpg) 0 0;
  padding: 10px;
  margin: 0 0 20px 0;
  letter-spacing: .2em;
}
ul#globalNavi li {
  display: block;
  width: 190px;
  height: 45px;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
ul#globalNavi li a {
  display: block;
  width: 160px;
  height: 45px;
  background: #fff url(../images/pmArrow_lPink.gif) 15px 15px no-repeat;
  margin: 0;
  padding: 0 0 0 30px;
  line-height: 45px;
}
ul#globalNavi li a:hover {
  background: #fff0f6 url(../images/pmArrow_hPink.gif) 15px 15px no-repeat;
}

/* current
-----------------------------------------------------------------------------------------------------------*/
/*ul#globalNavi li#gN02 a {
  background: #fff0f6 url(../images/pmArrow_hPink.gif) 15px 15px no-repeat;
}
*/
/* linkBox
-----------------------------------------------------------------------------------------------------------*/
.linkBox{
  width: 204px;
  border: 3px solid #ccc;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  font-size: 12px;
}
.linkBox h3 {
  width: 204px;
  height: 30px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #666;
  font-size: 100%;
  font-weight: bolder;
/*  padding: 10px 0 0 0; */
}
.linkBox ul {
  width: 204px;
  margin: 0;
  padding: 0;
}
.linkBox ul li {
  display: block;
  width: 204px;
  height: 35px;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.linkBox ul li a {
  display: block;
  width: 174px;
  height: 35px;
  background: url(../images/pmArrow_gray.gif) 15px 15px no-repeat;
  margin: 0 auto;
  padding: 0 0 0 30px;
  text-align: left;
  line-height: 35px;
}
.linkBox ul li a:hover {
  background: #fff url(../images/pmArrow_lGray.gif) 15px 15px no-repeat;
}

/* フッタ
---------------------------------------------------- */
#footer {
  margin: 0px auto;
  width: 970px;
  padding: 10px 0;
  border-top: 1px solid #cc66ff;
}
#footer a {
}

ul#footnav {
  margin: 0;
  padding: 0;
}
ul#footnav li {
  float: left;
  display: block;
  line-height: 150%;
}
ul#footnav li a {
  display: block;
  padding: 0 0 30px 15px;
  text-decoration: none;
}

p#copyright {
  margin: 0;
  display: block;
  float: right;
  text-align: right;
  font-size: 10px;
  color: #666;
}
