@charset "utf-8";

#main {
	background-color:#FFF;
	font-size:85%;
	color:#000;
}
#main a {
	color:#000;
}
#main .wrapper {
	width:750px;
	margin:0 auto;
	padding:0 15px;
	border-bottom:1px solid #CCCCCC;
}

#main #contact {
	width:738px;
	margin:25px auto 50px auto;
}
#main h1 {
	width:134px;
	height:21px;
	margin:0 0 15px 0;
	background-image:url(../images/contact/h1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	outline:none;
	line-height:0;
	text-decoration:none;
	text-indent:-9999px;
	font-size:1px;
}
#main .section {
	margin:0 0 35px 0;
}

#main .stitle {
	width:460px;
	margin:0 0 20px 0;
	border-bottom:1px solid #E1DECF;
}

#main table {
	table-layout:fixed;
	margin:15px 0 0 0;
}
#main table td {
	padding:0 0 15px 0;
}
#main table td.myoji {
	width:130px;
}

#main table td input {
	padding:1px;
	border:1px solid #CCC;
	background-color:#FAFBF6;
}
#main table td textarea {
	width:200px;
	height:57px;
	padding:1px;
	border:1px solid #CCC;
	background-color:#FAFBF6;
}
#main table td input.name {
	width:118px;
}
#main table td input.mail {
	width:254px;
}
#main table td input.tel {
	width:254px;
}
#main table td input.title {
	width:348px;
}

#main .notice {
	margin:20px 0 0 0;
}