@charset "utf-8";

/* ホケタケ通信 /newsletter/
------------------------------ */
a, a:visited { color: #0066ff; }
a:hover { color: #ff6600; }

.smallfont { font-size: 10px; font-weight: normal; }

body.hoke { background: #ffff00 url(../newsletter/images/BGstar.png); }

/* コンテンツ */
#container { width: 900px; background: transparent; margin: 0 auto; overflow: auto; }
#wrapper { clear: both; width: 900px; margin:0; background: transparent; overflow: auto; }
#content_title { width: 900px; margin: 0; background: #transparent; }
#content_title h1 { margin: 0; padding: 0; color: #ffffff; }
#content {
    width: 591px; height:600px;
    margin: 20px 0 0 154px;
    background: transparent url(../newsletter/images/BGwhite.gif) top center no-repeat; 
    overflow:auto;
    color: #444444;
    text-align: left;
}
#content2 {
    width: 755px; height:550px;
    margin: 20px 0 0 0;
    padding-left:135px;
    background: transparent url(../newsletter/images/BGwhite_hoke.png) top center no-repeat; 
    overflow:auto;
    color: #444444;
    text-align: left;
}


/* コンテンツ メイン
----------------------*/
#content_section {
    width: 491px;
    margin: 0 50px;
    padding-bottom: 2px;
    background: #ffffff;
    overflow:auto;
    font-size: 12px;
    text-align: center;
}

#content_section img { display: block; margin: 0 auto; }
div.section p { text-align: left; line-height: 1.6; text-indent: 0; margin: 10px 0; }
div.section h2 {
    margin: 20px 0 0 0;
    padding: 2px;
    background: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}


/* サンプル表示
------------------*/
form.sample { clear: both; margin: 0; width: 448px; font-size: 12px; }
form.sample textarea { width: 420px; padding: 0 0 0 15px; line-height: 1.6; }

/* メルマガ申し込み
------------------*/
div.newsletter { width: 471px; margin: 0 10px; background: #ffffff; text-align: center;  line-height: 1.6; }

div.newsletter table {
    width: 471px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
}

div.newsletter th {
    background: #eeeeee;
    margin: 0;
    padding: 3px;
    line-height: 1.4;
    font-weight: normal;
/*    width: 90px; */
    font-size: 12px;
}    

div.newsletter td {
    font-size: 12px;
    line-height: 1.6;
}

div.newsletter img {
    float: left;
    margin: 20px;    
}

div.thanks {
    display: block;
    line-height: 1.8;
    margin: 20px 10px 10px 10px;
}


.post_name,
.post_email,
.post_address {
    width: 240px;
    padding: 1px;
    border: 1px solid #cccccc;
    margin: 1px;
}

.post_age {
    width: 50px;
    padding: 1px;
    border: 1px solid #cccccc;
    margin: 1px;
}

.post_message {
    width: 280px;
    padding: 1px;
    border: 1px solid #cccccc;
    margin: 1px;
}

span.adds { font-size: 12px; }    

div.post_err { font-size: 12px; color: #ff0000; font-weight: bold; text-align: center; margin: 15px 0 5px 0; }

div.privacy { text-align: left; font-size: 11px; margin: 5px 5px 0 5px; width: 460px; }
div.submit_btn { margin: 0 auto; }
div.select_btn { margin: 0 114px 100px 114px; width: 200px; text-align: left; }
div.btn_send { float: left; width: 100px; text-align: center; }
div.btn_correct { float: right; width: 100px; text-align: center; }

/* ヘッダー差し替え対応 */
#wrapper {padding-top:41px;}

/* Sorry, this mail magazine is written in Japanese */
span.sorry {color: #ff6600;}


