@charset "utf-8";
@import url("reset.css");
@import url("rental.css");


/* 共通 */
body {
    font-size: 12px;
    margin: 0 auto;
    padding: 0px;
    background-colorr: #f0f0f0;
}
a:link{
    color: #2566ea;
}
a:visited{
    color: #7098ef;
}
a:hover{
    color: #0099cc;
    background-color : #bcedff;
    text-decoration:none;
}
a:active{
    color: #666;
}

/* 共通 */
div#container {
    margin: 0 auto;
    overflow: hidden;
}

div#navigation {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  border-width: 0 10px;
  border-color: #ddd;
  border-style: solid;
  padding: 10px 20px;
}

div#header {
  border-bottom: 3px solid #ccc;
  margin-bottom: 10px;
  padding: 5px 0;
}
div#header img.logo {
    margin: 0 5px 0 0;
}
div#hd {
  background-color: #fbecfd;
  border: 1px solid #f8dcfa;
  margin: 5px;
  padding: 5px 10px;
  font-size: 12px;
  color: #333;
}

div#hd h1 {
  font-size: 12pt;
  font-weight: bold;
  padding: 2px 0;
  color: #009;
}
div#hd p {
    padding: 3px;
    line-height: 150%;
}

div#left {
  float: left;
  width: 650px;
  margin: 0 0 30px 0;
}

div#pankuzu {
  margin: 0 0 3px 0;
  padding: 0 0 2px 0;
}

/* index */

div#infomation { margin-bottom: 10px ; }

div#infomation_h3 {
  height: 25px;
  background-image: url(/images/infomation_bg.jpg);
}

div#infomation h3{
  line-height: 25px;
  background-image: url(/images/infomation_h3_bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 0 0 0 15px;
}

div#infomation li {
  list-style: disc;
  margin-left: 20px;
}

.accssory { color: #777; }

#adsense_index_top { margin: 5px 10px 10px ;}

/* ページ共通 */

div.site {
  padding: 20px 0;
  border-bottom: 1px solid #999;
}

div.capture {}

div.capture_img {
  background-color: #f3f1ff;
  text-align: center;
  width: 135px;
  height: 135px;
  float: left;
}

div.capture_img img {
  background-color: #f3f1ff;
  margin: 15px;
}

div.capture_intro h3 {
  background-image: url(/images/icon_notepc.gif);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 12pt;
  padding: 3px 0 3px 30px;
  margin: 0 0 4px 0;
}

div.capture_intro {
  float: right;
  width: 490px;
}

div.capture_intro p {
  padding: 5px;
  background-color: #fff6f4;
  border: 1px solid #ffdae0;
}

span.detail_link {
  border: none;
  background-image: url(/images/icon_arrow_2.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding: 1px 0 0 11px;
}

.hikaku_intro {
  margin: 15px 0;
  padding: 5px;
  background-color: #fff6f4;
  border: 1px solid #ffdae0;
}


div#index_hikaku_main table{
  clear: both;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
  font-size: 10px;
  margin: 10px 0 0 0;
}

div#index_hikaku_main td{
  border: 1px solid #e0e0e0;
  width: 65px;
}

div#index_hikaku_main .menu {
  background-color: #0024D1;
  color: #fff;
}
div#index_hikaku_main .value { background-color: #D3FFFF; }
div#index_hikaku_main .line {}


/* howto */
div.howto {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #999;
}

div.howto_img {
  background-color: #f3f1ff;
  text-align: center;
  width: 135px;
  height: 135px;
  float: left;
}

div.howto_img img {
  background-color: #f3f1ff;
  margin: 15px;
  float: left;
}

div.howto h3 {
  background-image: url(/images/icon_notepc.gif);
  background-repeat: no-repeat;
  background-position: left;
  font-size: 12pt;
  padding: 3px 0 3px 30px;
  margin: 0 0 4px 0;
}

div.howto_description {
  float: right;
  width: 490px;
}

div.howto_description p {
  padding: 5px;
  background-color: #fff6f4;
  border: 1px solid #ffdae0;
}

/* FAQ */
div.faq_index {
  padding: 10px 15px;
  margin : 20px 0;
  border: 1px solid #b7eebd;
}
div.faq_index h3 {
    background-image: url("/images/icon_arrow_3.gif");
    background-repeat: no-repeat;
    background-position: left 5px;
    padding: 0 0 0 15px;
    
}

div.faq_index li {
    padding: 0 3px 0 13px;
    background-image: url("/images/icon_arrow_2.gif");
    background-repeat: no-repeat;
    background-position: left 3px;
    border-bottom: none;
}

div.q_box {
  padding: 10px 15px;
  margin : 20px 0;
  border: 1px solid #b7eebd;
}
div.q_box h3 {
  margin: 5px 0;
  padding: 2px 5px;
  background-color: #eaffd4;
  border-bottom: 1px solid #c8fd93;
}
div.q_box p {
  padding: 5px;
}
div.q_box .a_link {
  width: 100px;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #f00;
}
div.q_box .result {
  width: 90%;
  padding: 10px 15px;
  margin: 10px auto;
  text-align: left;
}
div.q_box .result h3 {
  margin: 5px 0;
  padding: 6px 5px 0;
  background-color: #fdd9d9;
  border-bottom: 1px solid #f9c9c3;
}

div.a_box {
  padding: 10px 15px;
  margin : 25px 0 20px;
  border: 1px solid #f00;
}
div.a_box h3 {
  margin: 5px 0;
  padding: 6px 5px 0;
  background-color: #f8e6e6;
  border-bottom: 1px solid #f9c9c9;
}
div.a_box p {
  padding: 5px;
}

div.q_box .a_link a {
  display :block;
  color: #f00;
  font-weight: bold;
  padding: 10px;
  background-color: #fff1f0;
  text-decoration: none;
}
div.q_box .a_link a:hover {
  background-color: #f68880;
  color: #fff;
}
div.q_box_other {
  padding: 10px;
}
div.q_box_other h3 {
  margin: 5px 0;
  padding: 6px 5px 0;
  border-top: 1px solid #b1c6e4;
  border-bottom: 1px solid #b1c6e4;
  border-left: 5px solid #316eca;
}
div.q_box_other ul {
  padding: 5px;
}
div.q_box_other li {
    padding: 0 3px 0 13px;
    background-image: url("/images/icon_arrow_2.gif");
    background-repeat: no-repeat;
    background-position: left 3px;
    border-bottom: none;
}
div#google_search {
    padding: 10px 10px 5px;
}
div#google_search p {
    padding: 3px;
}
div.adsense_faq {
    text-align: center;
}

/* 右フレーム */

.right {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}

div#right {
  width: 240px;
  overflot: hidden;
  float: right;
}

div#right #favorite {
  border: 1px solid #aae;
  border-bottom: 1px solid #666;
  background-image: url(/images/favorite_bg.jpg);
  color: #fff;
  text-align: center;
  font-size: 11pt;
  font-weight: bold;
  padding: 3px;
}
div#right_top p{ margin: 5px; }

div#right .right_h4 {
  background-image: url(/images/right_h3_bg.jpg);
}

div#right h4 {
  height: 20px;
  line-height: 20px;
  font-size: 9pt;
  background-image: url(/images/icon_dots2.gif);
  background-repeat: no-repeat;
  background-position: 2px center;
  background-color: #fef7fd;
  padding: 2px 0 2px 12px;
  margin: 0;
  color: #00c;
  background-color: #eef;
  border-top: 1px solid #d5daff;
  border-bottom: 1px solid #d5daff;
}
div#right h5 {
  font-size: 12pt;
  padding: 3px 10px 0;
  background-image: url(/images/icon_rec.gif);
  background-repeat: no-repeat;
  background-position: 2px center;
}

div.right_top_content {
  border: 1px solid #aae;
  padding: 5px;
  margin-bottom: 15px;
}

div#right_content_link li {
  background-image: url("/images/icon_xmark.gif")!important;
  background-position: 0 2px !important;
}

div#right .right {
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 9pt;
  background-color: #fafbfe;

}

div#right ul { margin: 3px 0; }
div#right ul li {
  border-style: none;
  font-size: 9pt;
  line-height: 125%;
  background-image: url(/images/icon_file.gif);
  background-repeat: no-repeat;
  background-position: 2px 0 0 5px;
  padding: 0 0 0 16px;
  margin: 2px 0 5px 0;
}
div#right ul li ul li {
  background-image: url(/images/icon_rec.gif);
  background-position: left;
  padding: 0 0 0 10px;
 }

div.adsense_right {
  margin: 0 0 15px;
  text-align: center;
}

.rss { margin: 0 0 5px 0; }
.rss dt { float: left; }
.rss dd { margin-left: 20 px; }

.af{
  margin-bottom: 5px;
  border-bottom: 1px dotted #ccc;
 }


div#warning {
  clear: both;
  margin: 20px 0 10px;
  padding: 10px;
  border: 1px solid #f00;
  background-color: #fee;
}

div#warning h4 {
  font-size: 11pt;
  color: #f33;
}

div#site_link {
  padding: 10px;
  border-top: 2px solid #ccc;
  clear: both;
}

div#site_link li {
  border-bottom: 0;
  color: #999;
  background-image: url(/images/icon_arrow.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding: 0 0 0 10px;
}


/* footer */

div#adsense_footer {
  clear: both;
  text-align: center;
  margin: 0 0 30px;
}


div#footer {
  clear: both;
  width: 100%;
  height: 30px;
  border-top: 2px solid #ccc;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}

/*
===== 6: HP site  ===========================
*/

div#site_info {
  margin-bottom: 50px;
  color: #5B5E5E;
}

.center {text-align: center; }

div#image_left img {
  float: left;
  margin: 10px 10px 20px 20px;
}
div#image_right {
  text-align: center;
  margin-right: 40px;
  font-size: 15px;
}
div#site_capture { margin: 10px 5px; }

div#site_info #message {
  clear: both;
/*  border: 1px solid #ccc; */
  padding: 4px;
  margin: 20px;
}

div#site_info #message #intro {
  color: #000;
  border: 1px solid #777;
  padding: 3px;
  background-color: #ECFFEA;
}

div#site_info #message #intro #name {
  font-weight: bold;
  padding: 5px;
}

div#site_info #message #intro #name a{
  text-decoration: none;
}

div#site_info #message dl {
  margin-top: 10px;
}

div#site_info #message dt {
  font-weight: bold;
  font-size: 11pt;
  background-image: url(/images/icon_arrow_2.gif);
  background-repeat: no-repeat;
  background-position: 5px;
  padding: 0 0 0 20px;
  border-bottom: 1px dotted #777;
}

div#site_info #message dd {
  margin: 5px 0 15px 25px;
}

div#domain {
  background-color: #fafbf4;
  border: 1px solid #aae;
  padding: 5px;
}

div#title {
  height: 25px;
  background-image: url(/images/title_bg.jpg);
}

div#title h2{
  height: 25px;
  line-height: 25px;
  font-size: 13pt;
  letter-spacing: 2px;
  background-image: url(/images/title_h3_bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  padding:0 0 0 15px;
  margin: 0 0 15px;
  }

/*
===== 7:  総合比較ページ  =================================
*/

div#hikaku table {
  margin: 0 auto;
  width: 100%;
  text-align: center
}

div#hikaku table th {
  background-color: #ccccff;
}

div#hikaku table, div#hikaku td {
  border-spacing: 0;
  border-collapse: collapse;
  padding: 4px;
  border-bottom: 4px solid #CEDFEF;
}

div#hikaku table td img {
  vertical-align: top;
}

div#hikaku .info_link {
  text-align: right;
}


.intro {
  text-align: left;
  width: 65%;
  padding: 10px;
  font-size: 11.5px;
}

.intro div {
  padding: 10px;
}

.star {
  color: #FF0000;
  font-size: 13px;
}