@charset "UTF-8";

/*==================================================

	お問い合わせ
	/contact/

===================================================*/

/*--------------------------------------------------

	MaimImg
	メインイメージ
	
--------------------------------------------------*/
#MainVisual h1 {
	width: 850px;
	height: 100px;
	margin: 0px auto;
}

/*--------------------------------------------------

	Contents
	メインコンテンツ

--------------------------------------------------*/
#Contents {
	position: relative;
	width: 820px;
	margin: 0px auto;
	padding: 10px 15px;
}

#Contents:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

li a#OnBtn { 
	color: #0699C9;
}

/*	Contact
 =================================================*/
body#Contact {
	margin: 0px 0px 35px;
}

body#Contact h2 {
	margin: 15px 0px 20px;
}

body#Contact #BtnRequest a { background-position: -176px -31px;}

body#Contact #ContactIntro {
	margin-bottom: 20px;}

body#Contact #ContactIntro ul#ContactText {
	width: 800px;
	background: #EBEBEB;
	padding: 10px;
	border: 4px #FFFFFF double;
	_border: 4px #EBEBEB double;
	margin: 10px 0px 20px;
}

*+html body#Contact #ContactIntro ul#ContactText { border: 4px #EBEBEB double;}

body#Contact #ContactIntro ul#ContactText li {
	color: #663300;
}

body#Contact #ContactIntro p#ContactFormText {
	text-align: center;
}

body#Contact #ContactIntro ul#ContactFormBtn {
	width: 200px;
	margin: 15px auto 0px;
}

body#Contact #ContactIntro ul#ContactFormBtn a {
	display: block;
	width: 200px;
	height: 25px;
	background: url(img/img_btn-contact.jpg) no-repeat;
}

body#Contact #ContactIntro ul#ContactFormBtn a:hover { background-position: -200px 0px;}

body#Contact #ContactIntro ul#ContactEtcBtn {
	margin-top: 30px;
}

body#Contact #ContactIntro ul#ContactEtcBtn li {
	text-align: right;
	margin-bottom: 2px;
}

body#Contact #ContactIntro ul#ContactEtcBtn li a {
	background: url(../common/img/mark_article.gif) no-repeat left 50%;
	padding-left: 12px;
	margin-left: 5px;
}







