@charset "utf-8";
/* CSS Document */
div#contact{width:800px; margin:0 auto; padding-bottom:30px; overflow:auto; text-align:left;}
h2{background:url(/img/contact/contact_header.png) no-repeat; width:1000px; height:60px; text-indent:-9000px;}
div#contact h3{background:url(/img/contact/sub_header.jpg) no-repeat; width:800px; height:20px; color:#000000; font-size:14px; margin-top:30px;}
#contactCase {
	background-image: url(/img/contact/bg_content.gif);
	height: auto;
	width: 1000px;
	padding-top: 5px;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", "ＭＳ ゴシック", "ＭＳ 明朝", Arial, Verdana;
	font-size: 12px;
	color: #000;
}
#contactCase a {
	font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", "ＭＳ ゴシック", "ＭＳ 明朝", Arial, Verdana;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

#contactCase a:link,#contactCase a:visited {
	color:#009;
	font-weight:bold;
	text-decoration:none;
}

#contactCase a:active,#contactCase a:hover {
	color:#600;
	font-weight:bold;
	text-decoration:none;
}


