@charset "utf-8";
@charset "utf-8";
/*ResetCSS*/

* {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
html{
	height:100%
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
}
hr {
	display: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  
/* folat clear*/
.clear{
clear:both;
}


body {
	background-color: #30261A;
	xfont-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color:#32291B;
	width: 100%;
}
a {
}
a:link,
a:visited {
	text-decoration:none;
	color:#32291B;
}
a:hover,
a:active {
	text-decoration:underline;
}

#hWrapper {
	background-color: #32291B;
	background-image: url(../img/01header_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: fixed;
	z-index: 2;
	height: 90px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#header {
	padding-top:30px;
	width:600px;
	margin-right: auto;
	margin-left: auto;
}
#header #topLogo a {
	display:block;
	height:41px;
	width: 251px;
}
#header #tel {
	height: 41px;
	width: 238px;
	float: right;
	margin-top: -41px;
}

#mWrapper {
	background-color: #F3EEE4;
	width: 100%;
}
#main {
	padding-top: 140px;
	_padding-top: 0px;
	padding-bottom: 23px;
	width:600px;
	margin-right: auto;
	margin-left: auto;
}
#main #formBox .hiddenForm {
	display: none;
}

#main h1 {
	height: 14px;
	padding-top:8px;
	padding-bottom:9px;
	text-indent:2px;
	border-top-style: solid;
	border-top-color: #DCCEB1;
	border-right-color: #DCCEB1;
	border-bottom-color: #DCCEB1;
	border-left-color: #DCCEB1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#main h2 {
	font-size: 16px;
	padding-bottom: 6px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DCCEB1;
}
#main p {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
}
#main #formBox table {
	margin-bottom: 20px;
}
#main #formBox table th {
	padding-right: 20px;
	width: 200px;
}

#main #formBox table th,
#main #formBox table td {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.5;
	vertical-align: top;
}
#main  #formBox  .input {
	text-align: center;
}

#fWrapper {
	height: 80px;
	background-color: #32291B;
	background-image: url(../img/03footer_shadow.jpg);
	width: 100%;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 14px;
}
#footer {
	height: 80px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #32291B;
}
#footer #fLogo {
	height: 23px;
	padding-top: 17px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}


/* mailmagInfo */
body.mailmagInfo #main h2 {
	border: 0;
	padding: 25px 0;
}
body.mailmagInfo #main table {
	margin-bottom: 20px;
}
body.mailmagInfo #main th,
body.mailmagInfo #main td {
	vertical-align: top;
	text-align: left;
}
body.mailmagInfo #main th {
	padding-left: 20px;
	line-height: 1.8;
}

body.mailmagInfo #main #sample {
	margin: 0;
	background:#32291B;

}
body.mailmagInfo #main #sample p {
	float: left;
	margin: 0;
	line-height: 1.8;
	padding: 0;
}
body.mailmagInfo #main #sample p#sampleText {
	margin: 10px;
	width: 320px;
	color: white;
}


body.mailmagInfo #main #formBtn {
	clear: both;
	text-align: center;
}
