@charset "utf-8";
/* CSS Document */


/*ID CLASS検索用
************************************************
ALL コンテンツ全体の設定
UTILITY ヘッダー直下の設定
LIST    サービスリストの設定
************************************************
*/


/*全体の設定 -ALL
************************************************/
#wrapper_index {
    background: #ffffff url(/img/bg_shinobi.gif) no-repeat right bottom;
    border-top: 1px solid #222222;
    padding-bottom: 50px;
    }

/*ユーティリティ -UTILITY
************************************************/
#logo_index {
    width: 386px;
    float: left;
    padding-left: 10px;
    }

#utility_index {
    float: right;
    padding: 5px 10px 0 0;
    font-size: 10px;
    text-align: right;
    }

#utility_index ul {
    margin: 0;
    padding: 0;
    }

#utility_index li {
    display: inline;
    color: #333333;
    }

/*サービスリスト -LIST
************************************************/
/*バナーエリア追加 0402*/
#b_area {
    float: left;
    margin-top: 30px;
    margin-left: 15px;
    }

* html>body #b_area {
    float: left;
    width: 150px;
    margin-top: 30px;
    }

/*メインサービスのテーブル*/
#list {
    margin-top: 30px;
    }

#list h2 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 120%;
    }

#list td {
    padding-bottom: 15px;
    text-align: left;
    vertical-align: top;
    }

.more {
    width: 58%;
    text-align: right;
    font-weight: bold;
    padding-bottom: 20px;
    }

.widthIcon {
    width: 44px;
    }

.widthText {
    width: 200px;
    color: #6b6b6b;
    }

.widthSp {
    width: 22px;
    }

/*サブサービスのテーブル*/
#list_sub {}

#list_sub h2 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 120%;
    }

#list_sub td {
    padding-bottom: 5px;
    text-align: left;
    vertical-align: top;
    }

/*お楽しみコンテンツのテーブル*/
#list_funny {
    margin-top: 10px;
    width: 468px;
    border: solid 1px #cccccc;
    background-color: #f3f3f3;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }

#list_funny h3 {
    padding: 0;
    margin: 0;
    font-size: 120%;
    }

#list_funny td {
    text-align: left;
    }

#list_funny .line {
    vertical-align: middle;
    margin-right: 10px;
    }
/*トップキャンペーン情報表示箇所*/
#cam{
    margin-bottom:10px;
    }
#cam img{
    border:solid 1px #999999;
    }
#cam .cam_bg{
    background:url(/img/cam_line.jpg) repeat-y;
    width:468px;
    min-height:121px;
    _height:121px;
    text-align:left;
    }
#cam .cam_ttl{
    font-size:13px;
    font-weight:700;
    padding:5px 0px 5px 8px;
    background:url(/img/cam_ttl.jpg) no-repeat;
    }
#cam .cam_sum{
    margin:6px 4px 6px 8px;
    _margin:6px 4px 6px 6px;
    float:left;
    width:80px;
    }
#cam .cam_txt{
    float:left;
    width:130px;
    _width:125px;
    padding:4px 6px;
    }
#cam .cam_bottom{
    background:url(/img/cam_bottom.jpg) no-repeat;
    width:468px;
    height:4px;
    }
