@charset "utf-8";

/* 上からレイアウト設定 */

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  word-break: break-all;
}
h1, h2, h3, h4, h5, h6, h7, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	display: block;
}
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  color: #333;
  background: url(../images/body-bg-full.gif) top center no-repeat;
}

#container {
  font-size: 12px;
  margin: 0 auto;
  width: 920px;
  color: #333;
  background: #fff;
}
#container h1 {
font-size: 10px;
 color: #333333;
}
#header {
  position: relative;
}

#header #logo {
  width: 920px;
  height: 52px;
}

#header #logo img {
  position: absolute;
  top:  0px;
  left: 0px;
  border: none;
}

#header ul#nav {
  width: 920px;
  height: 42px;
}

#header ul#nav li {
  list-style: none;
  display: block;
  text-indent: -9999px;
  height: 42px;
  float: left;
}

#header ul#nav li a {
  display: block;
  height: 42px;
  text-decoration: none;
  overflow: hidden;
  background: url(../images/navi.gif) no-repeat;
}

#header ul#nav li#nav-about        { width: 160px; }
#header ul#nav li#nav-flow         { width: 150px; }
#header ul#nav li#nav-media        { width: 150px; }
#header ul#nav li#nav-timechart    { width: 150px; }
#header ul#nav li#nav-price        { width: 150px; }
#header ul#nav li#nav-qa           { width: 160px; }

#header ul#nav li#nav-about a      { background-position:      0 0; }
#header ul#nav li#nav-flow a       { background-position: -160px 0; }
#header ul#nav li#nav-media a      { background-position: -310px 0; }
#header ul#nav li#nav-timechart a  { background-position: -460px 0; }
#header ul#nav li#nav-price a      { background-position: -610px 0; }
#header ul#nav li#nav-qa a         { background-position: -760px 0; }

#header ul#nav li#nav-about a:hover        { background-position:       0 50%; }
#header ul#nav li#nav-flow a:hover         { background-position:  -160px 50%; }
#header ul#nav li#nav-media a:hover        { background-position:  -310px 50%; }
#header ul#nav li#nav-timechart a:hover    { background-position:  -460px 50%; }
#header ul#nav li#nav-price a:hover        { background-position:  -610px 50%; }
#header ul#nav li#nav-qa a:hover           { background-position:  -760px 50%; }

#header ul#nav li#nav-about.current-page        { background: url(../images/navi.gif)      0 100%; }
#header ul#nav li#nav-flow.current-page         { background: url(../images/navi.gif) -160px 100%; }
#header ul#nav li#nav-media.current-page        { background: url(../images/navi.gif) -310px 100%; }
#header ul#nav li#nav-timechart.current-page    { background: url(../images/navi.gif) -460px 100%; }
#header ul#nav li#nav-price.current-page        { background: url(../images/navi.gif) -610px 100%; }
#header ul#nav li#nav-qa.current-page           { background: url(../images/navi.gif) -760px 100%; }

#header ul#subnav {
  position: absolute;
  top:  10px;
  right: 10px;
}

#header ul#subnav li {
  display: block;
  text-indent: -9999px;
  width: 212px;
  height: 45px;
}

#header ul#subnav li a {
  display: block;
  text-indent: -9999px;
  width: 212px;
  height: 35px;
  background: url(../images/button-omoushikomi.gif) no-repeat;
}

#header ul#subnav li a              { background-position:       0 0;    }
#header ul#subnav li a:hover        { background-position:       0 100%; }

#header ul#telnav {
  position: absolute;
  top:  0px;
  right: 225px;
  list-style: none;
}

#header ul#telnav li {
  display: block;
  text-indent: -9999px;
  width: 186px;
  height: 52px;
  background: url(../images/tel.gif) no-repeat;
}

#header ul#service-nav {
  width: 920px;
  height: 27px;
  padding: 13px 15px 0; /* サービスナビのブロック要素左右の余白調整 */
  background: url(../images/subnavi.gif) no-repeat;
}

* html #header ul#service-nav { /*for IE*/
  width: 890px;
}

#header ul#service-nav li {
  list-style: none;
  float: left;
  color: #FFFFFF;
}

#header ul#service-nav li a {
  color: #FFFFFF;
  background: url(../images/subnavi-mark.gif) no-repeat; /* サービスナビのリストマーク位置調整 */
  padding: 0 20px;
}

body #header h2 {
  background: url(../images/copy.gif) no-repeat;
  width: 920px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
}

body#home #header h2 {
  background: url(../images/copy.gif) no-repeat;
  width: 920px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
}
body#price #header h1 {
  display: none;
  text-indent: -9999px;
  overflow: hidden;
}

body#price #header h2 {
  background: url(../images/copy.gif) no-repeat;
  width: 920px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
}

#content {
  width: 900px;  /* 内側に寄せるための-20px余白調整 */
  padding: 8px 10px 10px; /* 内側に寄せるための余白調整 */
}

#content #button {
  background: url(../images/topimg-2.jpg) no-repeat;
  width: 900px;
  height: 206px;
}

#content #button p#ue {
  display: block;
  width: 517px;
  height: 104px;  
  text-indent: -9999px;
  overflow: hidden;
}

#content #button p#ue a {
  display: block;
  height: 104px;
  overflow: hidden;
}

#content #button p#shita {
  display: block;
  width: 517px;
  height: 102px;  
  text-indent: -9999px;
  overflow: hidden;
}

#content #button p#shita a {
  display: block;
  height: 102px;
  overflow: hidden;
}

#content #button p#ue a {
  background: url(../images/button-saisoku.jpg) no-repeat;
}

#content #button p#shita a {
  background: url(../images/button-ichiritsu.jpg) no-repeat;
}

#content #button p#ue a           { background-position:   0 0; }
#content #button p#shita a        { background-position:   0 0; }

#content #button p#ue a:hover     { background-position:   0 100%; }
#content #button p#shita a:hover  { background-position:   0 100%; }


#content div#nagare {
  margin: 7px 0;
  width: 900px;
  height: 53px;
  background: url(../images/nagare.gif) no-repeat;
}

#content div#nagare a {
  width: 900px;
  height: 53px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

#maincol {
  padding-top: 0px;
  float: left;
  width: 690px;
  margin-bottom: 30px; /* フッターとの境目 */
}

*html #maincol {
  padding-top: 0px;
  float: left;
  width: 690px;
  margin-bottom: 30px; /* フッターとの境目(IE6用) */
}
body#home #maincol h3 {
  width: 690px;
  height: 38px;
  background: url(../images/h2-midori.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
body#home #maincol h2 {
  width: 690px;
  height: 38px;
  background: url(../images/h2-01.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

body#about #maincol h2 {
  width: 690px;
  height: 38px;
  background: url(../images/h2-02.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

body#flow #maincol h2 {
  width: 690px;
  height: 38px;
  background: url(../images/h2-03.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

body#flow #maincol h2.title {
  width: 660px;
  height: 38px;
  background: url(../images/h001.gif) no-repeat;
  text-align: left;
  padding-left: 30px;
  padding-top: 5px;
  font-size: 28px;
  text-indent: 0px;
}

body#media #maincol h2 {
  width: 690px;
  height: 38px;
  background: url(../images/h2-04.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

body#timechart #maincol h2 {
  width: 690px;
  height: 38px;
  background: url(../images/h2-05.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

body#price #maincol h2 {
  width: 690px;
  height: 38px;
  margin-bottom: 20px; /* 表題の下の余白調整 */
  background: url(../images/h2-06.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

body#qa #maincol h2 {
  width: 690px;
  height: 38px;
  margin-bottom: 20px; /* 表題の下の余白調整 */
  background: url(../images/h2-07.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

body #maincol h2.title {
  width: 660px;
  height: 38px;
  background: url(../images/h2-00.jpg) no-repeat;
  text-align: left;
  padding-left: 30px;
  padding-top: 5px;
  font-size: 28px;
}

body #maincol h2.title2 {
  width: 630px;
  height: 68px;
  background: url(../images/h2-00.jpg) repeat-y;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  font-size: 28px;
  text-align: justify;
  text-justify: distribute-all-lines;
}




#maincol dl.lead {
  padding: 12px 0 10px 12px; /* ニュース欄の調整用 */
  border-bottom: solid 1px #CCCCCC;
}

#maincol dl.lead dt {
  float: left;
  padding-right: 5px; /* 日付と本文との境目余白調整 */
  font-weight: bold;
}

#maincol dl.lead dd {

}
#maincol dl.lead cl {

}

#maincol p.link{
  text-align: right;
}

#maincol p.more {
  clear: left;
  padding-top: 10px;
  text-align: right;
  }
  
body#home #maincol h2.toppage {
  clear: right; /* もっと見るのfloat解除 */
  width: 690px;
  height: 80px;
  background: url(../images/hardhukkyuu.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin: 20px 0; /* ニュースと赤丸との間のマージン */
}

#maincol div#info {
  width: 690px;
}

#maincol div#info div.maru1,
#maincol div#info div.maru2,
#maincol div#info div.maru3 {
  width: 540px;
  height: 134px;
  padding-left: 150px; /* 赤丸の背景用に左にインデント */
  margin-bottom: 15px; /* 要素の下にそれぞれ余白を作る */
}

#maincol div#info div.maru1 {
  background: url(../images/maru1.gif) no-repeat;
}

#maincol div#info div.maru2 {
  background: url(../images/maru2.gif) no-repeat;
}

#maincol div#info div.maru3 {
  background: url(../images/maru3.gif) no-repeat;
}

#maincol div#info div.maru1 h3,
#maincol div#info div.maru2 h3,
#maincol div#info div.maru3 h3 {
  width: 539px;
  height: 36px;
  text-indent: -9999px;
  overflow: hidden;
  margin-bottom: 10px; /* 見出し画像と文字の間の余白 */
}

#maincol div#info div.maru1 p,
#maincol div#info div.maru2 p,
#maincol div#info div.maru3 p {
  line-height: 1.5;
  border-bottom: solid 1px #FF0000;
  padding-bottom: 10px;  /* 赤い下線の場所調整 */
}

#maincol div#info div.maru1 h3 {
  background: url(../images/h3-01.gif) no-repeat;
}

#maincol div#info div.maru2 h3 {
  background: url(../images/h3-02.gif) no-repeat;
}

#maincol div#info div.maru3 h3 {
  background: url(../images/h3-03.gif) no-repeat;
}

#maincol div#info p.tel{
  clear: both;
  text-align: center;
  font-size: 180%;
}

#maincol div.price-detail {
  padding-left: 20px;
}


#maincol div.price-detail h3 {
  padding: 0 0 5px 15px; /* 見出しのリスト背景用に左に余白・下線用に下に余白 */
  margin: 10px 0; /* 料金表の各要素の間の余白用マージン */
  background: url(../images/h4.gif) left 2px no-repeat;
  border-bottom: solid 2px #e3e3e3;
}

#maincol div.price-detail p {
  padding-bottom: 10px;
}

#maincol div.price-detail p.price-a {
  padding-top: 3px;
}

#maincol div.price-detail p.price-b {
  margin-left: 20px;
  padding-left: 7px;
  background: url(../images/h5.gif) left 2px no-repeat;
}

#maincol div.price-detail p.price-center {
  padding-top: 3px;
  text-align: center;
}

#maincol table {
  text-align: left;
  font-size: 12px;
}

#maincol p.to-top {
  text-align: right;
}

#maincol table.souhusaki {
  text-align: left;
  border: 1px solid #75BFF6;
  background-color: #E3F2FF;
  margin-left: auto;
  margin-right: auto;
}

#maincol table.souhusaki td.list {
  padding-left: 9px;
  background: url(../images/h5.gif) left 2px no-repeat;
}

#maincol table.furikomi {
  text-align: center;
  border: 1px solid #75BFF6;
  background-color: #E3F2FF;
  margin-left: auto;
  margin-right: auto;
}

#subcol {
  float: right;
  width: 190px;
}

#subcol div {
  margin: 0 0px 10px 0px; /* subcol各要素それぞれの上下余白 */
}

#subcol div#otoiawase {
  padding: 0;
  text-align: center;
}


#subcol div#punflet {
  padding: 10px 0;
  border: solid 1px #CCCCCC;
  text-align: center;
}

#subcol div#punflet p {
  font-weight: bold;
  padding: 5px 0 0 0;
}

#subcol div#social {
  line-height: 1.5;
  padding: 10px 0px 10px 0px;
  border: solid 1px #CCCCCC;
}
div#twitter {
  line-height: 12px;
    font-size: 11px;
  padding: 0px;
  margin: 0;
  border: solid 1px #CCCCCC;
}

#footer {
  clear: both; /* maincolとsubcolのfloat解除 */
  font-size: 12px;
  line-height: 1.6;
  background: url(../images/footer-bg.gif) repeat-x;
  padding: 15px;
}

* html #footer { /*for IE*/
  text-align: left;
 } 

#footer div#foocontent {
  width: 850px;
  margin: 0 auto;
}

#footer div#foocontent span {
  font-weight: bold;
}

#footer div#foocontent div#gaiyo {
  float: left;
  width: 250px;
  background: url(../images/footer-tatehr.gif) 225px 0 repeat-y;
}

#footer div#foocontent div#gaiyo ul {
  list-style: none;
  font-weight: bold;
  padding-bottom: 10px;
}

#footer div#foocontent div#area {
  float: left;
}

#footer #foobottom {
  clear: left;
  text-align: center;
  background: url(../images/footer-hr.gif) top center no-repeat;
  padding-top: 10px;
}

/* リンク
---------------------------------------------------- */
a {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
  text-decoration: underline;
}

/* キャンペーンページで使用
---------------------------------------------------- */
p.kiji{
 font-size: 12px;
 padding-left: 40px;
 text-align: left;
}

p.kiji_center{
 padding-left: 25px;
 font-size: 15px;
 text-align: center;
}

p.kiji_center_line{
 font-size: 15px;
 text-align: center;
 color: red;
 text-decoration: underline;
}

p.center_red_bold{
 text-align: center;
 font-size: 18px;
 color: red;
 font-weight: bold;
}
p.kiji{
 font-size: 12px;
 padding-top: 10px;
 text-align: center;
}

p.sub {
  font-size: 16px;
  text-align: center;
  border: 1px solid #75BFF6;
  background-color: #E3F2FF;
}

/* お問合せページで使用
---------------------------------------------------- */
.tb1 {
	font-size: 12px;
	text-align: left;
	color: #000000;
	padding: 4px;
}
.tb2 {
	font-size: 12px;
	text-align: left;
	color: #333333;
	padding: 4px;
 	background: #FFFFFF;
}
.tb3 {
	font-size: 12px;
	text-align: left;
	color: #000000;
 	background: #E6E6E6;
	padding: 4px;
}
.tb4 {
	font-size: 12px;
	text-align: center;
	color: #000000;
 	background: #E6E6E6;
	padding: 4px;
}
.rabeltb {
 text-align: left;
 BACKGROUND: #CFBDD7;
 height: 22px;
 color: #333333;
 font-weight: bold;
 text-align: center;
}
.style1 {
 margin: 0 5px 0 5px;
 text-align: left;
 color: #FF0000;
 font-weight: bold;
 font-size: 16px;
}
.style7 {
 margin: 0 5px 0 5px;
 text-align: left;
 color: #FF0000;
 font-size: 9px;
}
.style8 {
 margin: 0;
 text-align: left;
 color: #FF0000;
 font-size: 12px;
}
/* 
==================================================
フラッシュメモリ
==================================================
 */
.leftbox {
  width: 400px;
	height: 160px;
 	float: left;
 	padding-left: 20px;
	padding-bottom:10px;
	line-height: 20px;
        font-size: 12px;
}
.rightbox {
  width: 250px;
	height: 160px;
	float: right;
	padding:0px;
        border:1px solid #cccccc;
}

.bottom-20 {
 	padding-left: 20px;
	padding-bottom:20px;
	line-height: 18px;
        font-size: 12px;
}
.clearbox {
 clear:both;
 margin: 0;
}
.bottom-line {
 	margin: 0 0 0 10px;
	padding:0px;
	line-height: 20px;
        border-bottom:1px solid #cccccc;
vertical-align:top;
}
h4 {
	padding-top:10px;
font-size: 14px;
 color: #333333;
 font-weight: bold;
}
h5 {
padding-top:10px;
font-size: 10px;
 color: #333333;
 font-weight: bold;
}
