@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-family:"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","Osaka","ＭＳ Ｐゴシック","sans-serif";
    background: #FFF;
    color: #333;
    font-size: 12px;
}
#home h1 {
    margin: 0 !important;
    padding: 0 !important;
    height: inherit;
}
#home h2 {
    margin: 0 !important;
    padding: 0 !important;
}
h2 {
border-bottom:1px solid #333;
clear:both;
margin: 0 0 30px 0;
}

h3 {
  margin:10px 0;
  border-bottom:1px solid #333;
  font-size:10px;
  clear: both;
}

form {
    margin: 0;
    padding: 0;
}

p {
margin:5px 5px;
}
table#main {
    margin: 0 0 5px 0;
}
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */
#mainContents,
.mainContents {
    padding: 0 5px 20px 5px;
    line-height: 1.5;
    vertical-align: top;
}


#pan {
    background-color:#eee;
    border-bottom:1px dotted #333;
    border-top:1px dotted #333;
    font-size:10px;
    margin: 0 auto;
    padding: 5px 1em;
}

#footer {
    clear:both;

}
.sub {
    font-size: 10px; color: #333333
}
.txt10 {
    font-size: 10px; color: #333333
}
.txt10_w {
    font-size: 10px; color: #ffffff
}
.txt10_ {
    font-size: 10px; color: #333333; line-height: 1em
}
.txt10_r {
    font-size: 10px; color: #cc0000
}
.txt10_2 {
    padding-left: 10px; font-size: 10px; color: #333333; line-height: 1.3em
}
.txt11 {
    font-size: 11px; color: #333333
}
.txt12_ {
    font-size: 12px; color: #333333
}
.txt12 {
    font-size: 12px; color: #333333; line-height: 1.5em
}
.txt12_w {
    font-size: 12px; color: #ffffff; line-height: 1.2em
}
.txt12_r {
    font-size: 12px; color: #cc0000; line-height: 1.2em
}
.txt12_y {
    font-size: 12px; color: #996600; line-height: 1.2em
}
.txt12_b {
    font-size: 12px; color: #316ac5
}
.txt12_bb {
    padding-right: 3px; padding-left: 3px; font-weight: bold; font-size: 12px; padding-bottom: 0px; color: #316ac5; padding-top: 0px
}
.txt12_g {
    font-size: 12px; color: #555555
}
.txt12_gw {
    font-weight: bold; font-size: 12px; color: #555555
}
.txt12_r2 {
    font-size: 12px; color: #990033
}
.txt12_rb {
    padding-right: 3px; padding-left: 2px; font-weight: normal; font-size: 12px; color: #cc0000; line-height: 1.2em
}
.txt14_r {
    font-size: 14px; color: #ff3300
}
.txt14_r2 {
    font-size: 14px; color: #cc0000
}
.txt14_b {
    font-weight: bold; font-size: 14px; color: #316ac5
}
.txt15_r {
    font-size: 15px; color: #cc0000; line-height: 1.5em
}
.txt15_g {
    font-size: 15px; color: #003333; line-height: 1.5em
}
.txt24_r {
    font-size: 24px; color: #cc0000; line-height: 1.2em
}

/* form */
textarea.wide {
    width: 90%;
    margin: 5px auto;
}
span.error {
    display: block;
    color: red;
    font-weight: bold;
    padding: 0.5em 1em;
    font-size: 10px;
}
/* table normal */
table.normal {
    border: 1px solid #999;
    border-collapse: collapse;
    font-size: 12px;
}
table.normal th {
    text-align: center;
    background: #efefef;
    white-space: nowrap;
    padding: 0.5em 1em!important;
    border: 1px solid #999;
}

table.normal td {
    border: 1px solid #999!important;
    padding: 0.5em 1em!important;
}


table.grayt {
margin-bottom:25px;
margin-top:25px;
border: 1px solid #999;
border-collapse: collapse;
}

table.grayt tr.gray {
background-color:#CCC;
color:#FFF;
border: 1px solid #999;
font-weight:700;
}

table.grayt th {
background-color:#eee;
border: 1px solid #999;
color:#000;
padding: 3px 1em;
font-weight:700;

text-align:center;
}
table.grayt th.aliance_search {
    font-size: 12px;
    text-align: left;
}

table.grayt td.gray {
background-color:#999;
color:#FFF;
font-weight:700;
text-align:center;
border: 1px solid #999;
}

table.grayt td {
border-bottom:1px solid #CCC;
padding:7px 0 8px 10px;
text-align:left;
}

table.grayt td.detail {
border-bottom:1px solid #CCC;
height:300px;
padding:20px;
vertical-align:top;
}

table.grayt td.button {
background-color:#EFEFEF;
padding:5px 10px;
text-align:right;
}


.gray_table {
border:1px solid #ccc;
border-collapse:collapse;
}

.gray_table td {
border:1px solid #ccc;
font-size:12px;
padding:3px 0 3px 10px;
}

/* register */
#term {
border-bottom:1px solid #ccc;
text-align:center;
}

#term p {
text-align:left;
font-size: 12px;
}

#term textarea {
height:10em;
margin:1em auto;
text-align:left;
width:80%;
}

#term .atten {
background:url(/images/attention.gif) center left no-repeat;
margin:15px 10px 0 30px;
padding:7px 30px;
}

.register table.redbold {
    border:3px solid #D53B3B;
}
.register table.redbold  th {
    background: #fc9;
}
.register fieldset {
border-bottom:1px;
border-color:#999;
border-style:none none dotted;
font-size:small;
margin:0;
padding:0.5em 0;
line-height: 1.5;
}

.register table {
border:1px solid #ccc;
border-collapse:collapse;
margin:0;
padding:0;
width:100%;
}

.register table th {
background:#EDEDEF;
border:1px solid #ccc;
font-size:x-small;
padding:3px 3px 3px 5px;
text-align:left;
vertical-align:top;
white-space:nowrap;
width:16em;
}

.register td {
border:1px solid #ccc;
font-size:x-small;
padding:3px 3px 3px 5px;
line-height: 1.5;
}

.register span.example {
font-size:1;
margin:0 1em;
}
.register input,.register select,.register textarea,#formbody_left input,#formbody_left select,#formbody_left textarea,#formbody_left checkbox {
background:#f1f1ed;
border-color:#aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
border-style:solid;
border-width:1px;
color:#222;
vertical-align:middle;
}
.register input.radio,.register input.checkbox {
background:transparent;
border-style:none !important;
color:#333;
vertical-align:bottom;
}
.register input:focus,.register select:focus,.register textarea:focus,#formbody_left input:focus,#formbody_left select:focus,#formbody_left textarea:focus,#company input:focus,#company select:focus,#company textarea:focus {
background:#fff;
}

/* register */
#term {
border-bottom:1px solid #ccc;
text-align:center;
}

#term p {
text-align:left;
font-size: 12px;
}

#term textarea {
height:10em;
margin:1em auto;
text-align:left;
width:80%;
}

#term .atten {
background:url(/images/attention.gif) center left no-repeat;
margin:15px 10px 0 30px;
padding:7px 30px;
}

.register fieldset {
border-bottom:1px;
border-color:#999;
border-style:none none dotted;
font-size:small;
margin:0;
padding:0.5em 0;
line-height: 1.5;
}

.register table {
border:1px solid #ccc;
border-collapse:collapse;
margin:0;
padding:0;
width:100%;
}

.register table th {
background:#EDEDEF;
border:1px solid #ccc;
font-size:x-small;
padding:3px 3px 3px 5px;
text-align:left;
vertical-align:top;
white-space:nowrap;
width:16em;
}

.register td {
border:1px solid #ccc;
font-size:x-small;
padding:3px 3px 3px 5px;
line-height: 1.5;
}

.register span.example {
font-size: 12px;
margin:0 1em;
}

.register input.radio,.register input.checkbox {
background:transparent;
border-style:none !important;
color:#333;
vertical-align:bottom;
}
.register ul#prefs li {
	float: left;
	width: 8em;
}
.tooltip{
    width: 250px; color:#000;
    font:lighter 11px/1.3 Arial,sans-serif;
    text-decoration:none;
    vertical-align: top;
}

.tooltip span.top{padding: 20px 16px 0;
    background: url(/images/bt.gif) no-repeat top
}

.tooltip b.bottom{
    background: url(/images/bt.gif) no-repeat bottom;
      padding:3px 8px 15px;color: #000;
}
ul.mediacategory {
   list-style-type: none;
}

ul.mediacategory li {
margin:0.1em 0.5em 0.1em 0;
white-space:nowrap;
width:19em;
display: inline;
}
.submit {
     margin-top: 1.2em;
     margin-bottom: 1.2em;
     text-align:center;
}
.submit input, .submit img {
     margin: 5px 10px;
     border: none;
}
/* loginページ */

#login_main{
    margin-top:25px;
}

#login_main p {
    font-size:12px;
    padding:10px 20px;
    line-height: 1.7em;
    }

#login_main img {
    vertical-align:middle;
    padding-left: 30px;
    }

.login_box {
    vertical-align:middle;
    margin: 10px 20px;
    font-size:12px;
    }

.auto {
    padding-left:105px;
    padding-bottom:5px;
    }

.login_box1 {
    margin: 0 auto;
    font-size:12px;
    width:400px;
    border: 1px solid #CCCCCC;
    }

.login_box2 {
    margin: 0 auto;
    font-size:12px;
    width:400px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    }

.login_left{
    padding: 1.2em 0;
    float:left;
    width: 180px;
    text-align:center;
    background-color: #f0f0f0;
    }

.login_right{
    padding: 0.7em 0;
    float: right;
    width:220px;
    text-align:center;
    }

.login_notice{
    padding: 0.5em 5px;
    font-size:10px;
    text-align:center;
    line-height: 1.2em;
    }
/****　プレスリリース詳細 ****/
#mediainfo {
  text-align: right;
}

#headimagearea {
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
clear:both;
margin:10px auto;
padding:5px auto;
text-align:center;
}

#press_info {
  margin: 10px 0;
  padding: 10px;
  clear: both;

}
p#outline {
    border-bottom:1px dashed #ccc;
    border-top:1px dashed #ccc;
    margin:1em 0;
    padding:1em;
    font-size: 12px;
    line-height:1.5;
}

#title {
font-size:15px;
font-weight:bold;
padding:5px;
}

.titleA {
border-style:none;
border-bottom:3px solid #000 !important;
border-top:3px solid #000 !important;
}

.titleB {
border:3px solid #000 !important;
border-bottom:#000 3px solid !important;
border-left:#000 3px solid !important;
border-right:#000 3px solid !important;
border-top:#000 3px solid !important;
}

.titleC {
border-style:none;
border-bottom:3px solid #039 !important;
border-top:3px solid #039 !important;
}

.titleD {
border:3px solid #039 !important;
border-bottom:#039 3px solid !important;
border-left:#039 3px solid !important;
border-right:#039 3px solid !important;
border-top:#039 3px solid !important;
}

.titleE {
border-style:none;
border-bottom:3px solid #090 !important;
border-top:3px solid #090 !important;
}

.titleF {
border:3px solid #090 !important;
border-bottom:#090 3px solid !important;
border-left:#090 3px solid !important;
border-right:#090 3px solid !important;
border-top:#090 3px solid !important;
}

.titleG {
border-style:none;
border-bottom:3px solid #c60 !important;
border-top:3px solid #c60 !important;
}

.titleH {
border:3px solid #c60 !important;
border-bottom:#c60 3px solid !important;
border-left:#c60 3px solid !important;
border-right:#c60 3px solid !important;
border-top:#c60 3px solid !important;
}

.titleI {
border-style:none;
border-bottom:1px solid #000 !important;
border-top:1px solid #000 !important;
}

.titleJ {
border-style:none;
border-bottom:3px double #000 !important;
border-top:3px double #000 !important;
}



#body {
    line-height:1.5;
    font-size: 12px!important;
    font-family: "ヒラギノ角ゴ Pro W3", "Verdana", "ＭＳ ゴシック", "Osaka‐等幅"!important;
}
#body #imagearea {
 margin:5px;
 padding:5px;
 clear: both;
}
#body #body1area,
#body #body2area,
#body #body3area,
#body #body4area,
#body #body5area {
 margin:5px;
 padding:5px;
 clear: both;
}

#body p {
    margin: 0 !important;
    padding: 0 !important;
}

#body img {
    border:#eee 1px solid;
    margin:0 5px;
    padding:3px;
}
#body.layuout2 #body1area {
    width: 90%;
}

#body.layout7 #bodyimage1area {
    text-align: center;
}
#body.layout7 #bodyimage2area {
    text-align: center;
}
#body.layout7 #bodyimage3area {
    text-align: center;
}

.bodyb img.left {
border:#ccc 1px solid;
float:left;
margin:5px;
padding:3px;
}

#body .isleft {
    float: left;
}
#body .isright {
    float: right;
}
#body .iscenter {
    margin: 5px auto;
    text-align: center;
}


#press_detail table {
margin:10px 0;
}

#company_data {
border:1px solid #9ed224;
border-collapse:collapse;
font-size:12px;
padding:8px 5px 8px 15px;
}

#company_data th {
background:#9ed224;
border:1px solid #9ed224;
color:#fff;
padding:2px 5px;
}

#company_data td {
background:#fff;
border:1px solid #9ed224;
padding:8px 5px 8px 15px;
}

#company_data2 {
    clear: both;
    border:1px solid #9ed224;
border-collapse:collapse;
font-size:12px;
padding:8px 5px 8px 15px;
}

#company_data2 th {
background:#9ed224;
border:1px solid #9ed224;
color:#fff;
padding:2px 5px;
}

#company_data2 td {
background:#fff;
padding:2px 5px 2px 5px;
}


#event_data {
border:1px solid #999;
border-collapse:collapse;
}

#event_data th {
background:#9ed224;
border:1px solid #999;
color:#fff;
padding:2px 5px;
}

#event_data td {
background:#fff;
border:1px solid #999;
padding:8px 5px 8px 15px;
}

#files_data {
border:1px solid #f93;
border-collapse:collapse;
}

#files_data th {
background:#f93;
border:1px solid #f93;
color:#fff;
padding:2px 5px;
}

#files_data td {
background:#fff;
border:1px solid #f93;
padding:8px 5px 8px 15px;
}

#data_left {
float:left;
margin:0;
width:215px;
}

#data_right {
float:left;
margin:0 0 0 10px;

}

#trackbackUrl {
    clear: both;
}
#trackbackUrl input {
    width: 400px;
}
.press_menu_right {
padding-right:8px;
}

.presslist_base {
background:#EFEFEF;
margin:20px 0 0;
padding:10px;

}
#press_main {
    font-size: 12px;
}
#press_main #contact h2 {
  border-left: 3px solid red;
  border-bottom: 1px solid #999;
  margin: 10px;
  padding: 1px 10px;
  font-size: 13px;
}

#event_list_title{
    margin-top:20px;
}
#event_list_page{
    margin-top:3px;
    background-color:#eeeeee;
    text-align:right;
    padding:3px 5px 3px 0;
    font-size:11px;
}

#event_list_nextp{
    margin:3px 0 20px 0;
    text-align:right;
    padding-right:5px;
    font-size:11px;
}

.event_list_search{
margin:0;
padding:5px;
background:#555555;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}

.event_search1{
    margin:0 5px;
    padding:5px;
    float:left;
    font-size:12px;
    width:200px;
}

.event_search2{
    margin:0 5px;
    padding:5px;
    float:left;
    font-size:12px;
    width:200px;
}

.event_space{
    margin-top:25px;
}

#event_main{
    margin-top:20px;
}

.event_box{
    font-size:12px;
    border:1px solid #ccc;
}

.event_type{
    background-color:#eeeeee;
    padding:8px 20px 10px 50px;
}

.event_name{
    background-color:#eeeeee;
    font-size:14px;
    padding:8px 20px 8px 50px;
}

.event_next{
    padding:8px 10px 8px 0;
    text-align:right;
}

.event_text{
    padding:8px 20px 15px 50px;
}

.event_updata{
    text-align:right;
    padding:5px 10px 5px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

.ev_datelist{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin: 5px auto;
    font-size: 10px;
}

.ev_datelist td{
    padding:8px 0 5px 10px;
    border:1px solid #ccc;
}

.ev_datelist2{
    padding:8px 0 5px 10px;
    border:1px solid #ccc;
    background-color:#eeeeee;
    width:120px;
    text-align:center;
}
#press_title{
    margin: 20px auto;
    }

#press_title h2{
    border-left:5px solid #c00;
    font-size:22px;
    padding:5px 0 5px 10px;
    font-weight: bold;
}
#press_title p {
  float: right;
}

#press_menu{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.press_menu_right{
    padding-right:8px;
}

#pressbody_left {
float:left;
margin:0;
}

#data_left {
float:left;
margin:0;
width:215px;
}

#data_right{
float:left;
margin:0 0 0 10px;
}

.gray_table{
    border:1px solid #ccc;
}

.gray_table td{
    border:1px solid #ccc;
    font-size:12px;
    padding:3px 0 3px 10px;
}

.gtd{
    color:#fff;
    background-color:#555555
}

.ghm{
     height: 50px;
     }

.details{
width:221px;
margin:0 0 20px 0;
padding:0;
}

.item_title_g,
.item_title_y{
    margin:0;
    padding:5px;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
}

.item_title_g{
background:#9ed224;
}

.item_title_y{
background:#FF9933;
}

.item_body_nob{
    margin:0;
    padding:5px;
}

#company_data{
    font-size:12px;
    padding:8px 5px 8px 15px;
    border-collapse: collapse;
}

.company_bt{
    padding:3px 0 3px 15px;
}

.seminar_title{
 font-size: 12px;
 color: #4a4a4a;
 font-weight:bold;
 margin-top:5px;
}

.seminar_data{
 font-size: 11px;
 color: #4a4a4a;
 margin-top:5px;
}

.seminar_exp{
 font-size: 11px;
 color: #000000;
 margin-top:10px;
 margin-bottom:5px;
}

#atta_in{
    background-color:#fff;
    text-align:center;
}

.attachment{
    width:85px;
    float:left;
    margin:5px;
    font-size:12px;
}

.clear_left{
    clear:left;
}

.attachment a {
    color: #666666;
    text-decoration:underline;
    }

.attachment a:link {
    color: #666666;
    text-decoration:underline;
    }

.attachment a:visited {
    color: #000066;
    text-decoration:underline;
    }

.attachment a:hover {
    color: #316AC5;
    text-decoration:underline;
    }

#mode{
    padding:15px 5px 20px 0;
    text-align:right;
}

#mode img{
    margin-left:8px;
}
/* 企業詳細 */
#companydata .presslist_base p.publicdate {
  border-bottom: 1px solid #ccc;
  margin: 5px;
  padding: 0.5em 1em;
  font-weight: bold;
}


#about_feat img {
margin-bottom:10px;
margin-top:30px;
}

#feat_point1 {
float:left;
height:91px;
margin:15px 6px 0 10px;
text-align:left;
width:282px;
}

#feat_point2 {
float:left;
height:91px;
margin:15px 0 0;
text-align:left;
width:282px;
}

#feat_point3 {
background:url(/images/point03.gif) no-repeat left center;
float:left;
height:133px;
margin:10px 6px 0 10px;
text-align:left;
width:282px;
}

#feat_point4 {
background:url(/images/point04.gif) no-repeat left center;
float:left;
height:133px;
margin:10px 0 0;
text-align:left;
width:282px;
}

#feat_point5 {
background:url(/images/point05.gif) no-repeat left center;
float:left;
height:133px;
margin:10px 6px 0 10px;
text-align:left;
width:282px;
}

#feat_point6 {
background:url(/images/point06.gif) no-repeat left center;
float:left;
height:133px;
margin:10px 0 0;
text-align:left;
width:282px;
}

#feat_point7 {
background:url(/images/point07.gif) no-repeat left center;
float:left;
height:133px;
margin:10px 6px 20px 10px;
text-align:left;
width:282px;
}

#feat_point8 {
background:url(/images/point08.gif) no-repeat left center;
float:left;
height:133px;
margin:10px 0 20px;
text-align:left;
width:282px;
}

.feat_text1 {
font-size:12px;
line-height:1.2em;
margin:0;
padding-left:120px;
padding-top:50px;
width:145px;
}

.feat_text2 {
font-size:12px;
line-height:1.2em;
margin:0;
padding-left:155px;
padding-top:75px;
width:110px;
}

.feat_text3 {
font-size:12px;
line-height:1.2em;
margin:0;
padding-left:120px;
padding-top:75px;
width:145px;
}

.feat_text4 {
font-size:12px;
line-height:1.2em;
margin:0;
padding-left:120px;
padding-top:60px;
width:145px;
}

.feat_text5 {
color:#036;
font-size:12px;
line-height:1em;
margin:0;
padding-left:120px;
padding-top:5px;
width:145px;
}

#feat_point {
background-color:#F2F2F2;
margin:20px;
padding-bottom:20px;
padding-top:15px;
}

.about_box h3 {
border-bottom:1px dashed #333;
border-left:5px solid #c00;
color:#000;
font-size:14px;
font-weight:700;
margin-bottom:0;
padding:5px 0 5px 10px;
}

.about_box p {
color:#333;
font-size:12px;
line-height:1.7em;
padding:10px 15px 0;
}

.about_box p.mar {
margin:0;
}

.agency p {
color:#333;
font-size:12px;
line-height:1.7em;
padding:5px 10px;
}

.about_box2 h3 {
border-bottom:1px dashed #333;
border-left:5px solid #c00;
color:#000;
font-size:14px;
font-weight:700;
margin:0 20px 0 0;
padding:5px 0 5px 10px;
}

.about_box10 h3 {
border-bottom:1px dashed #333;
border-left:5px solid #f90;
color:#000;
font-size:14px;
font-weight:700;
margin:0 20px 0 0;
padding:5px 0 5px 10px;
}

.about_box2 p {
color:#333;
font-size:12px;
line-height:1.5em;
margin:0;
padding:15px 18px 0;
}

.about_box2 ul {
margin:0;
padding:15px 18px 0 25px;
}

.about_box2 li {
color:#333;
font-size:12px;
line-height:1.5em;
list-style-image:url(/images/li.gif);
}

.about_box2 li.num {
list-style:decimal;
}

.agency-box {
color:#333;
font-size:12px;
line-height:1.5em;
padding:15px 20px 40px;
}

.agency-box img {
margin-right:20px;
}

.adver-img {
float:left;
margin:18px;
}

.adver-table {
border-right:1px solid #999;
border-top:1px solid #999;
color:#333;
font-size:12px;
margin-top:18px;
}

.adver-table td {
border-bottom:1px solid #999;
border-left:1px solid #999;
padding:6px 20px;
}

.pri {
background-color:#EEE;
margin:20px;
padding:20px;
width:380px;
}

.faq-box {
border:1px solid #E1E1E1;
margin:0 20px;
padding:15px 20px;
}

.faq-box ul {
float:left;
font-size:12px;
line-height:1.7em;
list-style:none;
margin:0 0 0 5px;
padding:0;
text-align:left;
width:275px;
}

/* 2010/1/26faq追加前
.faq_box2 ul {
line-height:1.5em;
list-style:none;
margin:0;
padding-left:30px;
}

.faq_box2 li {
color:#333;
font-size:12px;
margin:0;
padding:3px 10px;
}
 */

 /* 2010/1/27faq追加前
.ans_box1 {
border-bottom:1px dashed #333;
color:#000;
font-size:14px;
font-weight:700;
line-height:2.2em;
margin-top:35px;
padding-bottom:3px;
}

.ans_box2 {
background:url(/images/faq_a.gif) no-repeat left top;
color:#333;
font-size:12px;
line-height:1.7em;
margin-top:10px;
padding-left:45px;
padding-right:15px;
}
 */

.about-up {
padding:20px 5px;
}

.about_details {
padding:5px 40px 5px 10px;
text-align:right;
}

#about_foot {
padding:30px 50px 10px;
}

#about_foot2 {
padding:30px 0;
}

#about_foot span,#about_foot2 span {
display:block;
float:left;
text-align:center;
width:100px;
}

#about_foot span.text {
padding-top:35px;
vertical-align:bottom;
width:180px;
}

#about_foot a.under,#about_foot2 a.under {
color:#000;
font-size:10px;
text-decoration:underline;
}

#about_foot img,#about_foot2 img {
border:none;
text-decoration:none;
vertical-align:bottom;
}


.rate_txt {
margin-left:60px;
}

.rate_cl {
clear:left;
height:1px;
}

.rata_box {
border:1px solid #80a4df;
height:60px;
margin:0 15px 5px 40px;
width:250px;
}

.rate_box1,.rate_box3,.rate_box5,.rate_box7,.rate_box9,.rate_box11,.rate_box13,.rate_box15 {
border:1px solid #80a4df;
float:left;
height:60px;
margin:0 20px 5px;
width:250px;
}

.rate_box2,.rate_box4,.rate_box6,.rate_box8,.rate_box10,.rate_box12,.rate_box14,.rate_box16 {
border:1px solid #80a4df;
float:left;
height:60px;
margin-left:15px;
width:250px;
}

.rate_box1 p,.rate_box2 p,.rate_box3 p,.rate_box4 p,.rate_box5 p,.rate_box8 p,.rate_box9 p,.rate_box10 p,.rate_box11 p,.rate_box12 p,.rate_box13 p,.rate_box14 p,.rate_box15 p,.rate_box16 p {
color:#333;
font-size:14px;
font-weight:700;
margin:20px 0 0 70px;
}

.rate_box6 p,.rate_box7 p {
color:#333;
font-size:14px;
font-weight:700;
margin:10px 0 0 70px;
}

.rate_box1 {
background:url(/images/rate_icon1.gif) center left no-repeat;
}

.rate_box2 {
background:url(/images/rate_icon2.gif) center left no-repeat;
}

.rate_box3 {
background:url(/images/rate_icon3.gif) center left no-repeat;
}

.rate_box4 {
background:url(/images/rate_icon4.gif) center left no-repeat;
}

.rate_box5 {
background:url(/images/rate_icon5.gif) center left no-repeat;
}

.rate_box6 {
background:url(/images/rate_icon6.gif) center left no-repeat;
}

.rate_box7 {
background:url(/images/rate_icon7.gif) center left no-repeat;
}

.rate_box8 {
background:url(/images/rate_icon8.gif) center left no-repeat;
}

.rate_box9 {
background:url(/images/rate_icon9.gif) center left no-repeat;
}

.rate_box10 {
background:url(/images/rate_icon10.gif) center left no-repeat;
}

.rate_box11 {
background:url(/images/rate_icon11.gif) center left no-repeat;
}

.rate_box12 {
background:url(/images/rate_icon12.gif) center left no-repeat;
}

.rate_box13 {
background:url(/images/rate_icon13.gif) center left no-repeat;
}

.rate_box14 {
background:url(/images/rate_icon14.gif) center left no-repeat;
}

.rate_box15 {
background:url(/images/rate_icon15.gif) center left no-repeat;
}

.rate_box16 {
background:url(/images/rate_icon16.gif) center left no-repeat;
}

.rate_op {
border-bottom:1px dotted #ccc;
margin-left:20px;
padding:5px 0;
}

.item-table {
font-size:12px;
text-align:center;
width:220px;
}

.item_blue {
background-color:#D5E9FD;
width:100px;
}




.step {
border-bottom:1px solid #006;
color:#006;
font-size:16px;
font-weight:700;
padding-top:50px;
}

.stepimg {
padding-top:50px;
}

.step0 {
border-bottom:1px solid #006;
color:#006;
font-size:16px;
font-weight:700;
}

/* help */

.fleft {
    height: 17px;
    float: left;
    width: 500px;
    display: block;
    margin: 0;
    padding:  3px;

}
.fright {
    height: 17px;
    float: right;
    width: 20px;
    text-align: right;
    margin: 0;
    padding:  3px;
}
.highslide {
    cursor: url(/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {

}
.highslide:hover img {

}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10px;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#register_headline {
    border: 1px solid #ccc;
    padding: 1em;
    width:555px;
    margin : 10px auto;
}

/* add */
.txt10 {line-height: 1.7em;}

table.noborder {
    border-style-type: none;
    border-collapse: collapse;
}
.sbadd{
    clear: both;
    padding: 5px;
    text-align: right;
}

/* 20080118 */
/* about */
.comparisonArea {
  margin: 15px 0 60px 0;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.comparisonArea p {
  margin: 0 0 10px 0;
}
.comparisonArea .comparisonNavi {
  padding: 10px 5px:
}
.comparisonArea ul {
  margin: 10px 0 10px 10px;
  padding: 0;
}
.comparisonArea ul li {
  margin-right: 20px;
  display: inline;
  font-size: 12px;
}
.comparisonTable {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  clear: both;
}
.comparisonTable th,
.comparisonTable td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  font-size: 12px;
  text-align: center;
  height:40px;
}
.comparisonTable th {
  width: 14%;
  height: 30px;
  background: url(/images/comaprison_bg02.jpg) repeat-x left bottom;
}
.comparisonTable th.rowHead {
  width: 16%;
  background: none;
}
.comparisonTable th.dreamN {
  background: url(/images/comaprison_bg01.jpg) repeat-x left bottom;
}
.comparisonTable td {
  padding: 3px 2px;
}
.comparisonTable td.rowHead {
  background: #f3f3f3;
}
.comparisonTable td span {
  margin: 2px;
  display: block;
  text-align: left;
}
.comparisonTable td span.txtBold {
  margin: 0;
  display: inline;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.comparisonTable td.dreamCaution {
  background: #faa;
  font-weight: bold;
}
.comparisonTable td.dreamCautionS {
  background: #faa;
}
.comparisonTable td.dreamCautionS span {
  font-weight: bold;
}
.comparisonArea p.caution {
  margin: 10px;
  color: #c00;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.pointThumb01 {
  padding-right: 20px;
  float: right;
}
.pointThumb01 img {
  margin: 10px 0 10px 10px;
}
.pointThumb03,
.pointThumb04 {
  margin: 10px 0 0 18px;
}
.about_box2 p.aboutLinkBtn {
  margin: 5px 0 0 18px;
  padding: 0;
}
.about_box2 p.aboutLinkBtn a img {
  border: none;
  text-decoration: none;
}

/* 20080118 */
/* about */
.comparisonArea {
  margin: 15px 0 60px 0;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.comparisonArea p {
  margin: 0 0 10px 0;
}
.comparisonArea .comparisonNavi {
  padding: 10px 5px:
}
.comparisonArea ul {
  margin: 10px 0 10px 10px;
  padding: 0;
}
.comparisonArea ul li {
  margin-right: 20px;
  display: inline;
  font-size: 12px;
}
.comparisonTable {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  clear: both;
}
.comparisonTable th,
.comparisonTable td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  font-size: 12px;
  text-align: center;
  height:40px;
}
.comparisonTable th {
  width: 14%;
  height: 30px;
  background: url(/images/comaprison_bg02.jpg) repeat-x left bottom;
}
.comparisonTable th.rowHead {
  width: 16%;
  background: none;
}
.comparisonTable th.dreamN {
  background: url(/images/comaprison_bg01.jpg) repeat-x left bottom;
}
.comparisonTable td {
  padding: 3px 2px;
}
.comparisonTable td.rowHead {
  background: #f3f3f3;
}
.comparisonTable td span {
  margin: 2px;
  display: block;
  text-align: left;
}
.comparisonTable td span.txtBold {
  margin: 0;
  display: inline;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.comparisonTable td.dreamCaution {
  background: #faa;
  font-weight: bold;
}
.comparisonTable td.dreamCautionS {
  background: #faa;
}
.comparisonTable td.dreamCautionS span {
  font-weight: bold;
}
.comparisonArea p.caution {
  margin: 10px;
  color: #c00;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.pointThumb01 {
  padding-right: 20px;
  float: right;
}
.pointThumb01 img {
  margin: 10px 0 10px 10px;
}
.pointThumb03,
.pointThumb04 {
  margin: 10px 0 0 18px;
}
.about_box2 p.aboutLinkBtn {
  margin: 5px 0 0 18px;
  padding: 0;
}
.about_box2 p.aboutLinkBtn a img {
  border: none;
  text-decoration: none;
}

#clientinfo h2 {
    margin-top: 15px;
    border: 1px solid red;

}




p.header_info a{
     font-size: 15px;
     font-weight: bold;
     background-color: #ff9;
     padding: 3px;
}
ul.sidebannar {
    margin: 0;
    padding: 0;
}
ul.sidebannar li{
    text-align: center;
    margin: 0;
    padding: 0;
}





/* 20100126 */
/* faqtop */
.faq_box3 li{
    display:block;
    background-image:url(/images/faq_number.gif);
    color:#333;
    font-size:12px;
    margin:15px 0px 0px 0px;
    padding:3px 10px 3px 45px;
    height:18px;
    background-repeat:no-repeat;
}

.faq_box3 ul {
    list-style:none;
    margin:0;
    padding-left:30px;
}

.faq_box3 .faq001{
    background-position:0px 0px;
}

.faq_box3 .faq002{
    background-position:0px -30px;
}

.faq_box3 .faq003{
    background-position:0px -60px;
}

.faq_box3 .faq004{
    background-position:0px -90px;
}

.faq_box3 .faq005{
    background-position:0px -120px;
}

.faq_box3 .faq006{
    background-position:0px -150px;
}

.faq_box3 .faq007{
    background-position:0px -180px;
}

.faq_box3 .faq008{
    background-position:0px -210px;
}

.faq_box3 .faq009{
    background-position:0px -240px;
}

.faq_box3 .faq010{
    background-position:0px -270px;
}

.faq_box3 .faq011{
    background-position:0px -300px;
}

.faq_box3 .faq012{
    background-position:0px -330px;
}

.faq_box3 .faq013{
    background-position:0px -360px;
}

.faq_box3 .faq014{
    background-position:0px -390px;
}

.faq_box3 .faq015{
    background-position:0px -420px;
}

.faq_box3 .faq016{
    background-position:0px -450px;
}

.faq_box3 .faq017{
    background-position:0px -480px;
}

.faq_box3 .faq018{
    background-position:0px -510px;
}

.faq_box3 .faq019{
    background-position:0px -540px;
}

.faq_box3 .faq020{
    background-position:0px -570px;
}

.faq_box3 .faq021{
    background-position:0px -600px;
}

.faq_box3 .faq022{
    background-position:0px -630px;
}

.faq_box3 .faq023{
    background-position:0px -660px;
}

.faq_box3 .faq024{
    background-position:0px -690px;
}

.faq_box3 .faq025{
    background-position:0px -720px;
}

.faq_box3 .faq026{
    background-position:0px -750px;
}

.faq_box3 .faq027{
    background-position:0px -780px;
}

.faq_box3 .faq028{
    background-position:0px -810px;
}

.faq_box3 .faq029{
    background-position:0px -840px;
}

.faq_box3 .faq030{
    background-position:0px -870px;
}

.faq_box3 .faq031{
    background-position:0px -900px;
}

.faq_box3 .faq032{
    background-position:0px -930px;
}

/* 20100127 */
/* faq */

.ans_box3 {
    border-bottom:1px dashed #333;
    color:#000;
    font-size:14px;
    font-weight:700;
    margin-top:35px;
    padding-bottom:8px;
}

.ans_box3 span {
    display:block;
    background-image:url(/images/faq_number.gif);
    background-repeat:no-repeat;
}

.ans_box3 h4 {
    margin:0px 0px 0px 45px;
    padding-top:3px;
}

.ans_box4 {
    background:url(/images/faq_answer.gif) no-repeat left top;
    background-position:5px 2px;
    color:#333;
    font-size:12px;
    line-height:1.7em;
    margin-top:10px;
    padding-left:45px;
    padding-right:15px;
}

.ans_box3 .faq001{
    background-position:0px 0px;
}

.ans_box3 .faq002{
    background-position:0px -30px;
}

.ans_box3 .faq003{
    background-position:0px -60px;
}

.ans_box3 .faq004{
    background-position:0px -90px;
}

.ans_box3 .faq005{
    background-position:0px -120px;
}

.ans_box3 .faq006{
    background-position:0px -150px;
}

.ans_box3 .faq007{
    background-position:0px -180px;
}

.ans_box3 .faq008{
    background-position:0px -210px;
}

.ans_box3 .faq009{
    background-position:0px -240px;
}

.ans_box3 .faq010{
    background-position:0px -270px;
}

.ans_box3 .faq011{
    background-position:0px -300px;
}

.ans_box3 .faq012{
    background-position:0px -330px;
}

.ans_box3 .faq013{
    background-position:0px -360px;
}

.ans_box3 .faq014{
    background-position:0px -390px;
}

.ans_box3 .faq015{
    background-position:0px -420px;
}

.ans_box3 .faq016{
    background-position:0px -450px;
}

.ans_box3 .faq017{
    background-position:0px -480px;
}

.ans_box3 .faq018{
    background-position:0px -510px;
}

.ans_box3 .faq019{
    background-position:0px -540px;
}

.ans_box3 .faq020{
    background-position:0px -570px;
}

.ans_box3 .faq021{
    background-position:0px -600px;
}

.ans_box3 .faq022{
    background-position:0px -630px;
}

.ans_box3 .faq023{
    background-position:0px -660px;
}

.ans_box3 .faq024{
    background-position:0px -690px;
}

.ans_box3 .faq025{
    background-position:0px -720px;
}

.ans_box3 .faq026{
    background-position:0px -750px;
}

.ans_box3 .faq027{
    background-position:0px -780px;
}

.ans_box3 .faq028{
    background-position:0px -810px;
}

.ans_box3 .faq029{
    background-position:0px -840px;
}

.ans_box3 .faq030{
    background-position:0px -870px;
}

.ans_box3 .faq031{
    background-position:0px -900px;
}

.ans_box3 .faq032{
    background-position:0px -930px;
}
/* 2010/1/25mypagerenew */
span.ie_attention {
    display: block;
    height: 17px;
    float:right;
    width: 220px;
    text-align: right;
}
span.honbun {
    display: block;
    height: 17px;
    float:left;
    width: 120px;
}

.fleft2 {
    margin-top:5px;
}

.ie_attention_clear{
    clear:both;
}


/* deletion_guideline */
#deletion_guideline h3 {
border-bottom:1px dashed #333;
border-left:5px solid #c00;
color:#000;
font-size:14px;
font-weight:700;
margin:40px 20px 0 0;
padding:5px 0 5px 10px;
}

#deletion_guideline p {
color:#333;
font-size:12px;
line-height:1.5em;
margin:0;
padding:15px 18px 0;
}

.delguide_lis {
color:#333;
font-size:12px;
line-height:1.5em;
padding:15px 18px 0;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:20px;
}

.delguide_lis .delguide_lis2 {
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:35px;
}

.txtbg {
font-weight:bold;
}
.sbadd {
    margin: 5px 0 5px auto;
    padding: 0;
}
.sbadd iframe {
    display: inline;
    height:21px!important;
    border: none;
    vertical-align: middle;
    text-align: left;
}

#mediacategorys ul li  {
	border-bottom: 1px dotted #ccc;
	margin: 5px 0 10px 0;
}
#mediacategorys ul li span {
	font-weight: bold;
}
#mediacategorys ul li ul li {
	display: inline;
}

/* 2011/6/14plesspagerenew */
.social_button{
	float:right;
}

.mixi-check-button{
	position:relative;
	top:4px;	
}
