@charset "Shift_JIS";

/* ----------------------------------------------
　　お問い合わせ
----------------------------------------------- */

#mailBlock {
	width:100%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	background-image: url(../img/contact/bg_mail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#telBlock {
	width:100%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	background-image: url(../img/contact/bg_tel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}

#faxBlock {
	width:100%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	background-image: url(../img/contact/bg_fax.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}

.blocktitle {
	font-size: 90%;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 105px;
	width: auto;
	margin-right: 20px;
}

.m_block{
	line-height: 150%;
	margin-left: 120px;
}
