﻿@charset "UTF-8";

/* =======================================

	Logotch CSS
	Last Up Date 2008/06/04

========================================== */

/* ---------------------------------------------------------
 * メールフォームスタイル
 * --------------------------------------------------------- */

#mail_title
{
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	background-color:#1C2023;
	color:#FFF;
	text-decoration:none;
	font-size:150%;
	font-weight:800;
	padding:8px;
	width:100px;
	margin-left:auto;
	margin-right:auto;
}

#mail_form {
	margin-left:auto;
	margin-right:auto;
}

.mailname, .email {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	padding-top: 10px;
	font-size: 16px;
}

.messagebox {
	width:350px;
	margin-left:auto;
	margin-right:auto;
	height: 80px;
	padding-top: 10px;
	font-size: 12px;
	padding-bottom:20px;
}

.reset_button {
}

.submit_button {
}
