@charset "utf-8";

/*======================================

	お問い合わせ Setting

=======================================*/

body {
	color: #333333;
	background : #ffffff
		url('../images/bg_contact.gif')
		repeat-x left top;
}

a:link {
	color: #333333;
}

a:visited {
	color: #895704;
}

a:hover {
	color: #541114;
	text-decoration: underline;
}

/*-----------------------------------------------
	Layout Box Size Setting
-------------------------------------------------*/

body.contact div#header ,
body.contact div#content ,
body.contact div#main ,
body.contact div#footer {
	margin: 0 auto;
	width: 580px;
	text-align: left;
}

body.contact div#header {
	height: 90px;
	padding: 1px 0;
	background-color: transparent;
}

body.contact div#header p  {
	margin: 5px 40px;
	padding: 0;
}

/* */

div#Inquiry {
    margin: 0 40px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size  : 85%;
}

div#Inquiry h1 {
	margin-bottom: 12px;
	padding-left: 10px;
	border-left: 6px solid #895704;
	font-size: 144%;
	font-weight: bold;
	color: #895704;
}

div#Inquiry h2 {
	margin: 0 0 1em 0;
	font-size: 116%;
	font-weight: bold;
}

div#Inquiry p ,
div#Inquiry form p {
	margin: 0.5em 0;
}

div#Inquiry p.mosikomi {
	margin-bottom: 1em;
}

select#EntryFormCeremonyYear ,
select#EntryFormCeremonyMonth ,
select#EntryFormCeremonyDay ,
select#EntryFormCeremonyHour ,
select#EntryFormCeremonyMin {
	margin-left: 4px;
	margin-right: 4px;
}


dl#customer_info ,
dl#contact_select {
	margin: 0 0 1em 0;
}

dl#customer_info dt ,
dl#contact_select dt {
	margin : 0 0 0.3em 0;
	padding: 0;
}

dl#customer_info dd ,
dl#contact_select dd {
	margin: -1.9em 0 0.5em 0;
	padding: 0 0 6px 11em;
	border-bottom: 1px dashed #999999;
}


dl#enquete {
    margin: 0;
}

dl#enquete dt {
	clear: both;
	margin: 0 0 0.5em 0;
    padding: 1px 0 0 15px;
	font-weight: bold;
	background : #ffffff
		url('../images/bg_icon.gif')
		no-repeat left center;
}

dl#enquete dd {
	margin: 0 0 1em 15px;
}

/* checkbox float */
dl#enquete dd div.checkbox {
	width: 240px;
	float: left;
}

/* checkbox radio button Labelとのマージン */
input#MailFormSex1 ,
input#MailFormSex2 ,
div#Inquiry div.radio input ,
div#Inquiry div.checkbox input {
	margin-right: 0.5em;
}


textarea#MailFormMessage {
	width: 360px;
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------
	Layout Setting
-------------------------------------------------*/

body.contact div#footer {
	clear: both;
	padding: 1px 0;
	border-top: 1px solid #222222;
}

body.contact div#footer address {
	width: 100%;
	float: none;
	text-align: center;
	font-family: Garamond, serif;
	font-size  : 85%;
	color: #333333;
}

/*-----------------------------------------------
	必須項目
-------------------------------------------------*/
.required {
	margin: 0;
	color: #cc0000;
	font-size: 85%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: right;
}

/*-----------------------------------------------
	注意事項
-------------------------------------------------*/
ul.attention {
	margin: 1em 0 0.5em 0;
	padding-left: 0;
	list-style-position: outside;
}

ul.attention li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

/*-----------------------------------------------
	エラーメッセージ
-------------------------------------------------*/
div.error-message {
	color: #cc0000;
	font-size: 93%;
}

p.flash-message {
	color: #cc0000;
	font-size: 116%;
	font-weight: bold;
	text-align: center;
}

/*-----------------------------------------------
	フォームボタン
-------------------------------------------------*/
p.formButton {
	text-align: center;
}

p.formButton input {
	margin: 8px 0;
	padding: 3px 2px;
	border: 1px solid #666666;
	background-color: #f0f0f0;
	color: #000000;
}

/*-----------------------------------------------
	Error404
-------------------------------------------------*/
div#error404 {
	padding: 40px;
    background: transparent
		url('../images/bgerror.gif')
		no-repeat left center;
}

div#error404 h2 {
	margin: 0.5em 0 0.5em 180px;
	font-size: 182%;
	font-weight: bold;
 	font-family: "Courier New",Courier,mono;
}

div#error404 p {
	margin: 0.3em 0 0.3em 180px;
}

