/* ページ全体 */
* {
    font-size : 100% ;
    margin : 0 ;
    padding : 0 ;
}
html {
　overflow-y: hidden;
    height:100%;
    font-size: 62.5%; 
}

/* body全体 */
body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 1.7;
	height: 100%;
	color: #666;
	font-size: 15px;
	letter-spacing: 0.1em;
}

/* メールフォーム全体を囲うidタグ */
#contents_wrapper {
    width : 740px ;
}

/* 入力フォームを囲うclassタグ */
.setting_section {
    margin-bottom : 25px ;
}

/* ボタンを囲うclassタグ */
.button_box {
    clear : both ;
    margin-top: 10px;
    padding : 15px ;
    text-align : center ;
}

/* 赤文字を表示するためのclassタグ */
.red_txt {
    color: #ff3333;
}

/* 左詰の文字を表示するためのclassタグ */
.left_txt {
    text-align : left;
}

/* 説明文を表示するためのidタグ */
#txt_explain {
    color: #666;
}

/* コンテンツ内の[p]タグ */
#contents p {
    margin-bottom : 1em ;
    text-align : left ;
}

/* コンテンツ内の[h3]タグ */
#contents h3 {
    border-left : 10px solid #ff6600;
    border-bottom : 1px solid #ff6600;
    color: #ff6600;
    padding : 5px 10px 5px 6px ;
    text-align : left ;
    font-size : 120% ;
    margin-bottom : 10px ;
}

/* コンテンツ内の内部タグ */
#contents .inner {
    padding : 0 15px ;
}

/* コンテンツ内のフォームに使用する[table]タグ */
#contents table {
    width : 730px ;
    border-collapse : collapse ;
    border-left : 1px solid #aeaeae ;
    border-top : 1px solid #aeaeae ;
    border-right : none ; 
    border-bottom : none ;
}

/* コンテンツ内のフォームに使用する[th]タグ */
#contents table th {
    border-right : 1px solid #aeaeae ;
    border-bottom : 1px solid #aeaeae ;
    border-top : none ; 
    border-left : none ;
    background : #eef5f8;
    padding :14px ;
    font-weight: normal;
}

/* コンテンツ内のフォームに使用する[td]タグ */
#contents table td {
    border-right : 1px solid #aeaeae ;
    border-bottom : 1px solid #aeaeae ;
    border-top : none ; 
    border-left : none ;
    padding: 14px 0 14px 20px;
    text-align : left ;
}

/* フォーム全体 */
#main_table * {
	font-family : sans-serif ;
}

/* フォーム内の入力欄 */
#main_table input {
    width : 250px ;
}

/* フォーム内の入力欄 */
#main_table textarea {
    width : 410px ;
}