@charset "UTF-8";

/*-----------------------------------------------------------------------------
 新着情報
-----------------------------------------------------------------------------*/
div#new {
    width: 699px;
    border: 1px solid #d94e58;
}
div#new div.title {
    width: 697px;
    height: 28px;
    background: transparent url(../../img/title/new.jpg) no-repeat left top;
}
div#new h3 {
    float: left;
    width: 610px;
    text-indent: -9999px;
    border: 0px solid #00f;
}

div#new div.backnumber {
    float: left;
    margin-top: 10px;
    font-size: 10px;
}

div#new ul {
    clear: both;
    margin: 10px 0 10px 15px;
    font-size: 13px;
}
div#new li {
    height: 20px;
}

span.marker {
    color: #de0000;
}
div#new span.date {
    margin: 0 10px 0 5px;
}

/*-----------------------------------------------------------------------------
 展示会・プレスリリース
-----------------------------------------------------------------------------*/

/* プレスリリースとキャンペーンのラッパー */
div#contents div.wrapper {
    margin-top: 20px;
    width: 701px;
    background: transparent url(../../img/line.jpg) repeat-y left top;
    border: 0px solid #00f;
}

div#release {
    float: left;
    width: 350px;
    border: 0px solid #00f;
}

/* タイトル */
div#release div.title {
    margin-bottom: 10px;
    width: 350px;
    height: 17px;
    background: transparent url(../../img/title/release.jpg) no-repeat left top;
}
div#release h3 {
    float: left;
    width: 300px;
    text-indent: -9999px;
}

/* リスト */
div#release ul {
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 13px;
    border: 0px solid #f00;
}
div#release span.date {
    margin: 0 5px;
    font-size: 14px;
}
div#release p {
    margin: 5px 0 10px 15px;
    line-height: 20px;
}

/*-----------------------------------------------------------------------------
 キャンペーン
-----------------------------------------------------------------------------*/

div#campaign {
    float: left;
    width: 351px;
    border: 0px solid #00f;
}

/* タイトル */
div#campaign div.title {
    margin-bottom: 10px;
    width: 347px;
    height: 17px;
    background: transparent url(../../img/title/campaign.jpg) no-repeat left top;
}
div#campaign h3 {
    float: left;
    width: 261px;
    text-indent: -9999px;
}
div#campaign div.backnumber {
    float: left;
    font-size: 10px;
}

/* リスト */
div#campaign ul {
    clear: left;
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 13px;
}
div#campaign span.date {
    margin: 0 5px;
    font-size: 14px;
}
div#campaign p {
    margin: 5px 0 10px 15px;
    line-height: 20px;
}

/*-----------------------------------------------------------------------------
 バナー
-----------------------------------------------------------------------------*/
div#banner {
    margin: 20px 0 30px 0;
}

/*-----------------------------------------------------------------------------
 サブ
-----------------------------------------------------------------------------*/
div#sub {
}

/* 法人の方 */
div#corporation h4 {
    width: 186px;
    height: 18px;
    background: transparent url(../../img/title/corporation.jpg) no-repeat right top;
    text-indent: -9999px;
}

div#corporation div.login {
    height: 120px;
    background-color: #f8d4bd;
    text-align: center;
}

div#corporation table {
    margin: 10px auto 5px auto;
}
div#corporation th {
    width: 60px;
    height: 30px;
    text-align: right;
    font-weight: normal;
    font-size: 12px;
}

input#memberId,
input#password
{
    margin-left: 10px;
    width: 100px;
}

/* 新規入会・サポート */
div.login div.support {
    float: right;
    margin-right: 5px;
    padding-left: 15px;
    background: transparent url(../../img/arrow2.jpg) no-repeat left top;
    text-align: right;
    font-size: 12px;
    border: 0px solid #f00;
}
div.login div.support a {
    color: #000;
}
/* パスワードを忘れた方 */
div#forget {
    margin-top: 3px;
    height: 25px;
    text-align: center;
    font-size: 12px;
}





/* 個人の方 */
div#personal h4 {
    width: 186px;
    height: 18px;
    background: transparent url(../../img/title/personal.jpg) no-repeat right top;
    text-indent: -9999px;
}

div#personal div.banner {
    width: 186px;
    height: 73px;
    text-align: right;
}
div#personal div.handleprize {
    width: 186px;
    height: 111px;
    text-align: right;
}

div#personal div.notice {
    margin-left: 2px;
    margin-top: 2px;
    width: 184px;
    height: 40px;
    font-size: 12px;
}



