@charset "utf-8";
/* CSS Document */

/*　メインイメージ　*/
div#main-img{
	background-image:url(../imgs/bk-inq01.jpg);
}

/*　メインコンテンツ　*/
div#cat-main {
	background-image:url(../imgs/bk-cntus01.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

/*div#cat-left{
	float:left;
	width:900px;
	background-image:url(../imgs/bk-cattit02.jpg);
}*/

div#cat-tit{
	display:block;
	width:250px;
	height:50px;
	background-image:url(../imgs/bk-cattit02.jpg);
	border-bottom:solid 1px #000000;
}

/*　所在地　*/

div#adrs-cnt{
	display:block;
	width:700px;
	height:170px;
	padding-top:10px;
	padding-bottom:30px;
	margin-left:30px;
	margin-bottom:30px;
	border-bottom:dotted 1px #ccc;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	font-weight:100;
	line-height:20px;
	color:#000;*/
}

div#adrs-img{
	float:left;
	width:150px;
	height:170px;
	padding:10px;
	background-image:url(../imgs/pi-add01.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:center;
	text-align:center;
	color:#39F;
	line-height:16px;
}


/*　メール　*/
div#mail-img{
	display:block;
	width:400px;
	height:85px;
	margin:10px 0 10px 100px;
	padding:10px;
	background-image:url(../imgs/pi-mail01.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

/*　フォーム　*/
div#form-img{
	float:left;
	width:130px;
	height:95px;
	margin:10px;
	padding:10px;
	background-image:url(../imgs/pi-form01.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

