/* 共通CSS読み込み */
@import "common.css";

/* index.css */
h2 a {
	background:url(../img/logo.png) no-repeat;
	text-indent:-9999px;
	width:245px;
	height:45px;
	margin:15px 0;
	display:block;
	behavior:url(../js/iepngfix.htc);
}

/* お問い合わせ */
div#news {
	width:570px;
}

h4#contact-title {
	background:url(../contact/img/contact_title.gif) no-repeat;
	width:570px;
	height:29px;
	text-indent:-9999px;
}

div#news p {
	margin-top:20px;
	line-height:1.5em;
}

/* フォーム */
#contact {
	margin-top:20px;
	width:570px;
}

.koumoku02 {
	border-left:#666699 2px solid;
	padding-left:10px;
}

.botan {
	text-align:center;
}
