@charset "shift_jis";


a:link { color: #545a74 }       /* 未訪問のリンク */
a:visited { color: #545a74 }    /* 訪問済みのリンク */
a:active { color: #e0e0e0 }     /* クリック中のリンク */


/*メールフォーム全体を囲っているタグのid*/
#fc2form {
margin:15px 0 0 0;
}

/**項目名**/
#fc2form .title{
display:none;
}
/**エラーメッセージ**/
#fc2form #coution1{
font-size:12px;
position: relative;
top:-11px;
}

/*一行入力欄（名前など）*/
#fc2form .comment input{
border-style:solid;
border-width:1px;
border-color:#000000;
background-color:#e0e4e8;
color:#000000;
font-size:9pt;
width:163px;
position: relative;
top:3px;
}

/*メッセージ欄*/
#input,textarea {
border-style:solid;
border-width:1px;
border-color:#000000;
background-color:#e0e4e8;
color:#000000;
font-size:9pt;
width:290px;height:105px;
position: relative;
top:20px;
}

/**上部**/
#fc2form .toparea{
display:none;
}

/*ボタンの位置*/
#fc2form .submit {
position: relative;
top:0px;
}

/*ボタンのデザイン*/
#fc2form .button {
border-style:solid;
border-width:1px;
border-color:#000000;
background-color:#ffffff;
color:#000000;
font-size:8pt;
}
