@charset "utf-8";
/* CSS Document */

/* class
--------------------------------------------------------------------*/
.value {
color: #c00;
font-weight: bold;
font-family: Verdana, Geneva, sans-serif;
}

/* plan_intro
--------------------------------------------------------------------*/
#plan_intro {
margin-bottom: 5px;
padding: 10px 0;
width: 620px;
height: 100px;
text-align: center;
background: url(../img/plan/plan_intro_bg.jpg) left top no-repeat;
}

#plan_intro h1 {
margin-bottom: 7px;
}

#plan_intro h2 {
margin-bottom: 10px;
}

/* illust
--------------------------------------------------------------------*/
#illust {
margin-bottom: 15px;
}

/* description
--------------------------------------------------------------------*/
#description {
margin-bottom: 15px;
font-size: 12px;
}

#description p {
margin-bottom: 5px;
line-height: 1.4;
text-indent: -1em;
margin-left: 1em;
}

/* plans
--------------------------------------------------------------------*/
#plans {
margin-bottom: 10px;
padding: 10px 20px;
font-size: 12px;
background: #feffcc;
}

#plans li {
overflow: hidden;
line-height: 2;
}

#plans strong {
float: left;
display: block;
width: 120px;
}

/* customer
--------------------------------------------------------------------*/
#customer {
overflow: hidden;
margin-bottom: 15px;
width: 620px;
}

#member {
float: left;
padding: 5px;
width: 295px;
height: 68px;
text-align: center;
background: #19447e;
}

#member h3 {
margin-bottom: 18px;
}

#nomember {
float: right;
padding: 5px;
width: 295px;
height: 68px;
text-align: center;
background: #102955;
}

#nomember h3 {
margin-bottom: 8px;
}

#nomember ul {
overflow: hidden;
margin: 0 auto;
width: 283px;
}

#nomember li {
float: left;
display: block;
width: 139px;
height: 39px;
background: #fff;
}

#nomember a:hover img {
-ms-filter: "alpha( opacity=0 )";
filter: alpha(opacity=0);
opacity: 0;
zoom: 1;
}

#nomember #free {
margin-right: 5px;
background: url(../img/plan/plan_nomember_btn_free_bg.jpg) left top no-repeat;
}

#nomember #pay {
background: url(../img/plan/plan_nomember_btn_pay_bg.jpg) left top no-repeat;
}

/* inquiry
--------------------------------------------------------------------*/
#inquiry {
margin-bottom: 15px;
padding: 15px 20px 0;
background: url(../img/plan/plan_border.gif) left top no-repeat;
font-size: 12px;
line-height: 1.6;
}

#inquiry dt {
font-weight: bold;
}

#inquiry dd {
margin-left: 1em;
}




