@charset "UTF-8";

/* 各ページタイトル、見出し
--------------------------- */

/* --ページタイトル-- */

#page_title h2 {
	display:block;
	background-image: url(image/title_p.gif);	
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 374px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	text-indent: -9999em;
}

#contents h3.h3_title{
	display:block;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 195px;
	height: 20px;
	margin: 30px 0px 15px 0px;
	text-indent: -9999em;
}



/*  画像呼び出し
------------------------ */

#contents h3.tel{
	width: 710px;
	background-image: url(image/h3_tel.gif);
}


#contents h3.mail{
	width: 710px;
	background-image: url(image/h3_mail.gif);
}


/*  問い合わせページ
------------------------ */
.align-center{
	display:block;
	text-align:center;
}

p.telbox{
	display:block;
	margin: 5px 0px 10px 0px;
	padding: 2px 0px 2px 0px;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
}

span.freetel{
	height:20px;
	margin: 0px;
	padding: 0px 0px 0px 38px;
	font-size:1.2em;
	font-weight:bold;
		background-image: url(image/freetel.gif);	
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: 0px 50%;
}

span.txred{
	color:#a22424;
}
