﻿@charset "utf-8";
/* CSS Document */
/*留言表单*/
.message_form{border-collapse:collapse;margin:auto;width:95%;padding:4px;}
.message_form_top{display:none;}
.message_form_bottom{display:none;}
.message_form_list1,.message_form_list2{ height:30px;}
.message_form_list1 input,.message_form_list2 input {background:#f3f3f3;border:1px inset;width:200px;}
.message_form_title1, .message_form_title2 {
    border-bottom: 1px dashed #CCCCCC;
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    text-indent: 5px;
    width: 20%;
}
.message_form_content1,.message_form_content2{width:80%;border-bottom:1px dashed #cccccc;}
.message_form_button{text-align:center; height:30px;}
.message_form_button input{font-size:12px;width:77px;height:20px;border:0px;background:url(../images/vote_button.gif); color:#000;}
/* CSS Custom */