@import url("common.css");

/* コンテンツ　contents */

h2#title_contact {
	display:block;
	background:url(../img/title_contact.jpg) no-repeat 0 0;
	width:960px;
	height:96px;
	clear:both;
	text-indent:-9999px;
}
h2#title_access {
	display:block;
	background:url(../img/title_access.jpg) no-repeat 0 0;
	width:960px;
	height:96px;
	clear:both;
	text-indent:-9999px;
}

#topicpath {
	background:url(../img/back_topicpath.jpg) repeat-y 0 0;
	padding:5px 35px;
	color:#E7D7C8;
	text-align:left;
}
#topicpath a { color:#E7D7C8; }

#main {
	background-color:#4F0519;
	overflow:auto;
	zoom:1;
	padding:25px 35px;
	text-align:left;
}

h3#title1 {
	background:url(../img/title1.gif) no-repeat 0 0;
	width:171px;
	height:21px;
	text-indent:-9999px;
	margin-bottom:16px;
}
h3#title2 {
	background:url(../img/contact_title1.gif) no-repeat 0 0;
	width:172px;
	height:20px;
	text-indent:-9999px;
	margin-bottom:16px;
}

#main_left_ctn {
	float:left;
	width:210px;
}
#main_right_ctn {
	float:right;
	width:670px;
}

#tel {
	background:url(../img/contact_tel.gif) no-repeat 0 0;
	width:307px;
	height:62px;
	text-indent:-9999px;
}

p#form_dsc {
	border-top:1px solid #643034;
	padding-top:5px;
}

#form {
	background-color:#40000E;
	padding:30px;
	margin-top:15px;
}

h4.sstitle {
	background:url(../img/icon_stitle.gif) no-repeat 0 3px;
	color:#E7D7C8;
	font-size:1.3em;
	font-weight:bold;
	padding-left:20px;
	margin:10px 0;
}

form input#btn_send1 { /* フォームボタン Form Button */
  background:url(../img/form_btn1.jpg) no-repeat 0 0;
  width:135px;
  height:40px;
  border:none;
  overflow:hidden;
  cursor:pointer;
  padding:0;
  text-indent:-9999px;
  display: block;
  margin-top:15px;
  }
/* Opera*/
*+html:first-child body form input#btn_send1 {
  padding-left: 300px;
  }

form input#btn_send1 { /* フォームボタン Form Button */
  background:url(../img/form_btn2.jpg) no-repeat 0 0;
  width:135px;
  height:40px;
  border:none;
  overflow:hidden;
  cursor:pointer;
  padding:0;
  text-indent:-9999px;
  display: block;
  margin-top:15px;
  }
/* Opera*/
*+html:first-child body form input#btn_send2 {
  padding-left: 300px;
  }

a#back_btn {
	display:block;
	background:url(../img/form_back.jpg) no-repeat;
	width:135px;
	height:40px;
	text-indent:-9999px;
	margin-top:15px;
}
a#back_btn:link , a#back_btn:visited { background-position:0 0; }
a#back_btn:hover , a#back_btn:active { background-position:0 -40px; }
a#home_btn {
	display:block;
	background:url(../img/form_btn_home.jpg) no-repeat;
	width:135px;
	height:40px;
	text-indent:-9999px;
	margin-top:15px;
}
a#home_btn:link , a#home_btn:visited { background-position:0 0; }
a#home_btn:hover , a#home_btn:active { background-position:0 -40px; }