@charset "utf-8";
/* CSS for category of contact */


/* ++++++++++++++++++++++++++++
	import files
++++++++++++++++++++++++++++ */

@import url("reset.css"); /* browser reset */
@import url("common.css"); /* for all page */
@import url("sub.css"); /* for all page */



/* ----------------------------
	mail address
---------------------------- */

p.address {
	margin:10px 0 10px 36px;
	padding:8px 0 8px 43px;
	color:#3F4036;
	font-size:116%;
	background:url(../images/mail.jpg) no-repeat left center;
}

p.notice {
	margin-left:36px;
}