/* ページ全体 */
* {
    font-size : 100% ;
    margin : 0 ;
    padding : 0 ;
}

/* body全体 */
body {
  font-family:&#039;メイリオ&#039; ,Meiryo, &#039;ヒラギノ角ゴ Pro W3&#039; , &#039;Hiragino Kaku Gothic Pro&#039; , &#039;ＭＳ Ｐゴシック&#039; , &#039;Osaka&#039; ,sans-serif;   text-align : center ;
    font-size : 95% ;
    line-height: 130%; 
}

/* メールフォーム全体を囲うidタグ */
#contents_wrapper {
    width : 720px ;
    margin : 0 auto 30px ;
    padding : 20px 15px 0 ;
    background : #ffffff;
    border-left : 1px solid #b3b3b3 ;
    border-right : 1px solid #b3b3b3 ;
    border-bottom : 1px solid #b3b3b3 ;
}

/* 入力フォームを囲うclassタグ */
.setting_section {
    margin-bottom : 25px ;
}

/* ボタンを囲うclassタグ */
.button_box {
    clear : both ;
    padding : 8px ;
    text-align : center ;
}

.button_box input{  
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    padding: 8px 25px;
    #background-color: #248;
    #color: #fff;
    #border-style: none;
}
.button_box button{  
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    padding: 8px 25px;
    #background-color: #248;
    #color: #fff;
    #border-style: none;
} 
   
/* 赤文字を表示するためのclassタグ */
.red_txt {
    color: #ff3333;
}

/* 左詰の文字を表示するためのclassタグ */
.left_txt {
    text-align : left;
}

/* 説明文を表示するためのidタグ */
#txt_explain {
    color: #000000;

}
/* 説明文（入力画面）を表示するためのidタグ */
#txt_explain_n {
    color: #000000;
 font-size : 90% ;

}

/* コンテンツ内の[p]タグ */
#contents p {
    margin-bottom : 1em ;
    text-align : left ;
}

/* コンテンツ内の[h3]タグ */
#contents h3 {
    border-left : 10px solid #233287;
    border-bottom : 1px solid #233287;
    color: #233287;
    padding : 5px 10px 5px 6px ;
    text-align : left ;
    font-size : 120% ;
    margin-bottom : 10px ;
}

/* コンテンツ内の内部タグ */
#contents .inner {
    padding : 0 15px ;
}

/* コンテンツ内のフォームに使用する[table]タグ */
#contents table {
    width : 690px ;
    border-collapse : collapse ;
    border-left : 1px solid #b3b3b3 ;
    border-top : 1px solid #b3b3b3 ;
    border-right : none ; 
    border-bottom : none ;
}

/* コンテンツ内のフォームに使用する[th]タグ */
#contents table th {
    border-right : 1px solid #b3b3b3 ;
    border-bottom : 1px solid #b3b3b3 ;
    border-top : none ; 
    border-left : none ;
    background : #abdbf3;
    color: #000000;
    padding : 3px 5px ;
}

/* コンテンツ内のフォームに使用する[td]タグ */
#contents table td {
    border-right : 1px solid #b3b3b3 ;
    border-bottom : 1px solid #b3b3b3 ;
    border-top : none ; 
    border-left : none ;
    padding : 3px 5px ;
    text-align : left ;
}

/* フォーム全体 */
#main_table * {
	font-family : sans-serif ;
}
#main_table input {
    width : 330px;
    height: 20px;
}