@charset "UTF-8";
@import "reset.css";

/* +++++++++++++++++++++ 全般設定 +++++++++++++++++++++ */
p    {
    font-size: 0.75em;
    text-align: justify;
    line-height: 150%;
    color: #333333;
    }
a:link    {
    text-decoration: none;
    color: #2b60ca;
	font-weight:bold;
    }
a:visited    {
    text-decoration: none;
    color: #00256d;
	font-weight:bold;
    }
a:hover    {
    text-decoration: underline;
    color: #ff9900;
	font-weight:bold;
    }
img    {
    border: none;
    }

/* ++++++ その他設定 ++++++ */
html {
	background-image: url(http://www.misuzu-shop.com/images/all/bg_jimon.gif);
	background-repeat:repeat;
	background-color:#ffffff;
	}
body {
	width:575px;
	margin: auto;
	}
#container {
	border-left:1px solid #ffabab;
	border-right:1px solid #ffabab;
	background-color:#ffffff;
	padding-bottom:10px;
	width:575px;
	}

/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */
#header	{
	background-image: url(http://www.misuzu-shop.com/images/mailform/header.gif);
	background-repeat:repeat;
	background-position:top center;
	width:575px;
	height:55px;
	margin:auto;
	}
#header h1	{
	text-indent:-9999px;
	}
#contact	{
	margin:0 15px;
	}
#contact h1	{
	font-size:1.0em;
	font-weight:bold;
	color:#3366ff;
	border-bottom:2px dotted #3366ff;
	padding-bottom:3px;
	margin-bottom:5px;
	}
/* +++++ お問い合わせ +++++ */
.formtable	{
	width:555px;
	margin-top:10px;
	}
.formtable th	{
	font-size:0.75em;
	font-weight:bold;
	color:#333333;
	width:180px;
	text-align:left;
	background-color:#d5e8ff;
	border-bottom:2px solid #ffffff;
	padding:8px;
	}
.formtable th span	{
	color:#ff0000;
	}
.formtable td	{
	font-size:0.75em;
	color:#333333;
	text-align:left;
	border-bottom:2px solid #ffffff;
	padding:5px;
	}
.mail-form-footer	{
	width:545px;
	border:1px solid #999999;
	text-align:center;
	margin:10px 0 15px;
	padding:5px 0;
	}
#mailform	{
	}
#mailform p	{
	border-bottom:1px dotted #999999;
	margin-bottom:5px;
	padding-bottom:2px;
	}
.mail-form-footer	{
	font-size:0.75em;
	}
