@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "common.css";


/*           share
--------------------------------------------------------------------------------------------*/
div#content h1 {
	font-size:20px;
	background:url(../images/bg_h1.jpg) left top no-repeat;
	padding:40px 0 51px 45px;
	color:#512600;
	margin:0 0 30px 0;
	font-weight:normal;
}



/*           contact
--------------------------------------------------------------------------------------------*/
div#contact {
	margin:0 0 23px 0;
}
div#contact p {
	font-size:1.2em;
	line-height:1.6em;
	padding:0 0 27px 0;
}
div#contact span {
	font-weight:bold;
}


/*           tel_fax
--------------------------------------------------------------------------------------------*/
div#tel_fax {
	margin:0 0 50px 0;
}
div#tel_fax h2 {
	font-size:20px;
	background:url(../images/bg_h2.jpg) left top no-repeat;
	padding:4px 0 0 15px;
	width:615px;
	height:33px;
	margin:0 0 20px 0;
	color:#512600;
	font-weight:normal;
}
div#tel_fax img {
	margin:0 0 0 10px;
}


/*           mail
--------------------------------------------------------------------------------------------*/
div#mail h2 {
	font-size:20px;
	background:url(../images/bg_h2.jpg) left top no-repeat;
	padding:4px 0 0 15px;
	width:615px;
	height:33px;
	margin:0 0 20px 0;
	color:#512600;
	font-weight:normal;
}
div#mail dl {
	margin:0 0 0 10px;
}
div#mail dl dt {
	float:left;
	width:88px;
}
div#mail dl dd {
	padding:10px 0 17px 0px;
	margin:0 0 0 107px;
}
div#mail dl dd p {
	font-size:1.2em;
	line-height:1.6em;
	padding:0 0 15px 0;
}
div#mail table {
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin:0 0 20px 10px;
	width:618px;
}
div#mail table tr th {
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background:#FFF;
	font-size:1.2em;
	text-align:left;
	vertical-align:top;
	padding:8px 0 0 10px;
	width:158px;
}
div#mail table tr td {
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background:#FFF;
	padding:10px 10px 10px 10px;
	width:427px;
}
div#mail table tr td p {
	font-size:1.2em;
	padding:0 0 10px 0;
}
div#mail table tr td p.mail_p {
	padding:20px 0 10px 0;
}
div#mail table tr td input,
div#mail table tr td select,
div#mail table tr td textarea {
	font-size:1.2em;
}
div#mail p.send {
	margin:0 0 50px 0;
	text-align:center;
}


/*           privacy
--------------------------------------------------------------------------------------------*/
div#privacy h2 {
	font-size:20px;
	background:url(../images/bg_h2.jpg) left top no-repeat;
	padding:4px 0 0 15px;
	width:615px;
	height:33px;
	margin:0 0 20px 0;
	color:#512600;
	font-weight:normal;
}
div#privacy p {
	font-size:1.2em;
	margin:0 0 30px 0;
}
div#privacy dl {
	margin:0 0 40px 0;
}
div#privacy dl dt {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 8px 0;
	border-left:solid 4px #FF6600;
	padding:0 0 0 9px;
}
div#privacy dl dd {
	font-size:1.2em;
	line-height:1.6em;
	padding:0 0 30px 9px;
}
div#privacy dl dd ul li {
	background:url(../images/privacy_li.jpg) left top no-repeat;
	padding:0 0 0 7px;
}
