@charset "utf-8";

/* ●ＣＳＳ初期化（修正不可）
==================================================*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
img {
  vertical-align: bottom;
  border: none;
}
address {
  font-style: normal;
}


/* ●基本設定
==================================================*/
body {
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 85%;
  color: #333333;
}
#wrap {
  margin: 0px auto 0px auto; 
  width: 840px;
  background-color: #EFEFEF;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  /*color: #ff8c00;*/
}
.bold {
  font-weight: bold;
}
.red {
  color: #ff0000;
}
.float_l {
  float: left;
  display: inline;
}
.float_r {
  float: right;
  display: inline;
}
.clear {
  clear: both;
}

del {
  color: #ff0000;
}
em {
  color: #333333;
}



h1 {
  color:#333333;
  text-indent:-9999px;
  width: 560px;
  height: 170px;
}
h2 {
  clear: both;
  color:#000000;
  width: 560px;
  height: 27px;
  background-image: url("images/title01.gif");
  background-repeat: no-repeat;
  font-size: 120%;
  margin: 30px 0px 10px 0px;
  padding: 8px 0 0 20px;
  font-weight: bold;
  
}

h3 {
  clear: both;
  color: #000000;
  width: 525px;
  height: 23px;
  background-image: url("images/list03.gif");
  background-repeat: no-repeat;
  font-size: 110%;
  margin: 25px 15px 5px 15px;
  padding: 0px 0 0 25px;
  font-weight: bold;
  border-bottom: dotted 1px #000000;
  
}
.block {
  display: block;
}
.em2 {
  margin-top: 2em;
}
.px20 {
  margin-top: 20px;;
}
.left2em {
  margin-left: 2em;;
}
.u {
  text-decoration: underline;
}
.b {
  font-weight: bold;
}
.n {
  font-weight: normal;
}
br.ex2 {
  margin-bottom: 2ex;
}
br.row2 {
  margin-bottom: 2em;
}
br.row3 {
  margin-bottom: 3em;
}
input{
  padding: 0px 3px 0px 3px;
}

/* テーブル基本レイアウト
==================================================*/
table.basis {
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-collapse:collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    margin: 10px 0px 10px 20px;
    width: 530px;
}

table.basis th{
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    color: #ffffff;
    background-position: left top;
    text-align: left;
    background-color: #333333;
    padding: 10px 0px 10px 10px;
	width: 150px;
}
table.basis td{
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    background-color: #F5F5F5;
    padding: 10px 0px 10px 10px;
}
table.basis a{
  margin-right: 5px;
  font-size: 90%;
}
/* ●ヘッダー
==================================================*/
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu li{
  display: inline;
  margin: 0;
  text-transform: capitalize;
}

/*  ヘッダー上部のキャッチ、ナビ
=========================*/
#header_top {
  overflow: hidden; 
  background-color: #EBEBEB;
  border-top: solid 4px #000000;
  height: 21px;
  padding: 5px 2px 2px 10px;
}
#header_top .catch {
  display: inline;
  float: left;
  color: #666666;
  font-size: 85%;
  font-weight: bold;
}

#header_top .navi{
  display: inline;
  float: right;
  padding: 0px 5px 2px 5px;
  font-size: 85%;
}


/*  ヘッダー上部の会員数
=========================*/

#header .member{
  display: inline;
  float: right;
}
#header .number{
  font-family: 'arial black';
  font-size: 30px;
  font-weight: bold;
  padding-left: 10px;
  color: #FF0000;
}


#header {
  background-color: #FFFFFF;
}

#header img {
  float: left;
}

/*  メイン画像
=========================*/
#header .main {
  background-image: url("images/head_main.jpg");
  display: block;
  width: 610px;
  height: 170px;
}

/*  ナビゲーション画像
=========================*/
#header ul.navi{
  padding-left: 70px;
  background-image: url("images/navi.gif");
  overflow: hidden; 
  width: 770px;

}
#header ul.navi li a{
  width: 130px;
  height: 45px;
  display: block;
  float: left;
  text-decoration: none;
  margin: 0;
  background-image: url("images/navi.gif");
  padding-top: 10px;
  text-align: center;
  color: #333333;
}

#header ul.navi li a:hover{
  text-decoration: none;
  background-image: url("images/navi_o.gif");
  color: #666666;

}
#header ul.navi li a.active{
  background-image: url("images/navi.gif");
}


#header_navi {
  padding: 0;
  margin: 0;
  font-weight: bold;
  background-image: url("images/navi.gif");
  display: block;
  clear: both; 
}




/* ●レフトボックス
==================================================*/
#left_box {




}


/* ●メインボックス
==================================================*/
#main_box {
  width: 605px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;

}
#main_box .catch {
  font-size: 25px;
  font-weight: bold;
  color: #FF0000;
  margin: 10px 10px 5px 18px;

}
#main_box ul{
  padding: 20px 10px 10px 30px;

}
#main_box ul li{
  padding: 3px 0px 3px 3px;
}
#main_box #graph{
  padding: 25px 0px 10px 10px;
  margin-bottom: 15px;
}



/*  パンくず
=========================*/
#bread ul{
  padding: 2px ;
}
#bread li{
  padding-left: 8px;
  font-size: 85%;
}
#bread li a{
  margin-right: 8px;
}
/*  ノート（テキスト）
=========================*/
#main_box .note{
  overflow: hidden; 
  width: 530px;
  line-height: 24px;
  padding: 10px 10px 10px 30px
}
#main_box .note_s{
  width: 300px;
  line-height: 24px;
  padding: 0px 5px 5px 0px
}

#main_box .note .list01{
  list-style-image: url(images/list01.gif);
  color: #000080;
  font-weight: bold;
  padding: 15px 10px 15px 60px;
}
#main_box .note .list02{
  list-style-image: url(images/list02.gif);
  color: #000080;
  font-weight: bold;
  padding: 15px 10px 15px 60px;
}
#main_box .note .list03{
  list-style-image: url(images/list03.gif);
  color: #000080;
  font-weight: bold;
  padding: 15px 10px 15px 60px;
}
#main_box .note .list04{
  list-style-image: url(images/list04.gif);
  color: #000080;
  font-weight: bold;
  padding: 15px 10px 15px 60px;
}
#main_box .note .list04_big{
  list-style-image: url(images/list04_big.gif);
  color: #000080;
  font-weight: bold;
  padding: 15px 10px 15px 60px;
}
#main_box .note .list04_big li{
  margin-bottom: 15px;
}

#main_box .note .supp{
  color: #333333;
  font-size: 85%;
  font-weight: normal;
}
#main_box .note .title{
  color: #CC0000;
  font-size: 90%;
}
#main_box .text_button{
  width: 305px;
  height: 50px;
  padding: 15px 10px 10px 60px;
  font-size: 120%;
  background-image: url("images/button01.gif");
  background-repeat: no-repeat;
}

#main_box .note .list_box{
  color: #000080;
  background-color: #FBFFD1;
  font-weight: bold;
  padding: 15px 10px 15px 50px;
  border: solid 1px #CAD568;
  margin: 20px;
  width: 240px;
}

#main_box .application{
  margin: 15px 10px 30px 40px;
}
#main_box .page_top_link{
  margin-right: 10px;
  font-size: 85%;
}



/* ●ライトボックス
==================================================*/
#right_box {
  width: 225px;
  background-color: #EFEFEF;
  overflow: hidden; 
}
#right_box .side_application {
  background-color: #FFFFFF;
  padding: 5px 0px 10px 0px;
}
#right_box .side_application a{
  padding-left: 5px;
}
#right_box .side_banner {
  padding: 10px 5px 15px 5px;
}

#right_box .top {
  background-color:#FFFFFF;
  padding: 0 0 10px 0;
}

#right_box #know_how {
  background-image: url("images/know_how.gif");
  background-repeat: no-repeat;
  width: 225px;
  height: 215px;
  background-color:#FFFFFF;
}

#right_box #know_how table{
  margin: 72px 10px 10px 20px;
}

#right_box #know_how td{
  padding-bottom: 5px;
}
/*  サイドメニュー画像
=========================*/
#right_box ul.side_menu{
  padding-left: 0px;
  background-image: url("images/side_menu.gif");
  background-repeat: no-repeat;
  overflow: hidden; 
  margin: 10px 0px 20px 0px;
  font-weight: bold;
  font-size: 95%;

}
#right_box ul.side_menu li a{
  width: 213px;
  height: 31px;
  display: block;
  text-decoration: none;
  margin: 0px;
  padding: 12px 0px 0px 30px;
  background-image: url("images/side_menu.gif");
  background-repeat: no-repeat;
  color: #333333;
}

#right_box ul.side_menu li a:hover{
  text-decoration: none;
  background-image: url("images/side_menu_o.gif");
  background-repeat: no-repeat;
  color: #ff3300;

}
#right_box ul.side_menu li a.active{
  background-image: url("images/side_menu.gif");
  background-repeat: no-repeat;
}



/* ●フッター
==================================================*/
#footer {
  clear: both;
  border-top: solid 1px #333333;
  padding: 20px 0px 20px 0px;
  background-color: #FFFFFF;
}
#footer_navi {
  line-height: 24px;
  text-align: center;
  font-size: 85%;
}

#copy_right {
  text-align: center;
  margin: 10px;
  font-size: 85%;
}





/* ●サービス概要
==================================================*/
#main_box .note .list_num{
  margin: 0px 0px 20px 50px;
  font-weight: bold;
}


/* ●料金
==================================================*/
#main_box .note .orico img{
  margin: 0px 0px 0px 10px;
  border: solid 1px #555555;
}

#main_box .note .orico {
  margin: 20px 0px 0px 0px;
}

/* ●よくあるご質問
==================================================*/

h3.qa {
  background-image: url("images/list02.gif");  
}
#main_box .list_qa{
  list-style-image: url(images/list01.gif);
  color: #000080;
  font-weight: bold;
  padding: 15px 10px 15px 60px;
}


/* ●プライバシーポリシー
==================================================*/

table.privacy {
  width: 530px;
}


/* ●本申し込み
==================================================*/
dt {
   float: left;
   clear: left;
   width: 150px;
}

.option  {
  font-size: 90%;
}
.option dt {
   width: 140px;
   margin-bottom:10px
}
.option dd {
   margin-bottom:10px
}

.address dt {
   width: 110px;
}
.option table{

}
table.option_tbl {
    border: 0px;
    border-collapse:collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    margin: 0px 0px 0px 0px;
    width: 97%
}

table.option_tbl th{
    border: 0px;
    background-color: #F5F5F5;
    padding: 8px 0px 8px 0px;
    width: 130px;
    font-weight: normal;
    font-size: 90%;
    color: #000000;
    border-bottom: 1px dashed  #666666;
}
table.option_tbl td{
    border: 0px;
    border-bottom: 1px dashed  #666666;
    padding: 8px 0px 8px 0px;
}

table.option_tbl input.order_num{
  text-align: right;
  width: 20px;
  border: 1px inset  #555555;
}
table.option_tbl .right{
  text-align: right;
}



#main_box .note ul.long{
  width: 430px;
  padding: 15px 15px 15px 45px;
  list-style-type: decimal;
}

#main_box .num {
  text-align: right;
  width: 40px;
  border: 0;
  color: red;
}

#main_box .total_price {
  margin-right: 60px;
}



/* ●完了画面
==================================================*/
#completion {  
  text-align: center;
}
#completion .title{  
  text-align: center;
  font-size: 120%;
  margin-top: 40px;
}

#completion .message{
  text-align: left;
  width: 300px;
  border: solid 2px #555555;
  margin: 30px auto 100px auto;
  padding: 20px;
}




/* ●なかのひと
==================================================*/
#nakanohito {
  text-align: center;
}



