﻿@charset "utf-8";
/* CSS Document */
/*留言表单*/
.message_form{border-collapse:collapse;margin:auto;width:96%;padding:4px;}
.message_form_top{display:none;}
.message_form_bottom{display:none;}
.message_form_list1,.message_form_list2{}
.message_form_list1 input,.message_form_list2 input,{background:#122E05;border:1px inset;width:200px;}
.message_form_title1,.message_form_title2{width:15%;text-align:right;text-indent:5px;font-weight:bold;border-bottom:1px dashed #385131; color:#ccc;}
.message_form_content1,.message_form_content2{width:85%;border-bottom:1px dashed #385131;}
.message_form_content1 input,.message_form_content2 input,.message_form_content1 textarea,.message_form_content2 textarea{background:#0F2A07; border:1px solid #3B5333;color:#ccc;}
.message_form_content1 textarea,.message_form_content2 textarea{}
.message_form_button{text-align:center;}
.message_form_button input{font-size:12px;width:85px;height:26px;border:0px;background:url(../images/vote_button.gif);color:#ccc;}
/* CSS Custom */
.form_title{width:650px;margin:15px auto;}
