@charset "utf-8";


/* main */
#main-img-box {
	width: 1024px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
}

#main-bk {
	width: 100%;
	height: 180px;
	background-image:url(../img/bk/s-bk.png);
}


.contact_box {
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}


.contact_p {
	font-size: 14px;
	padding-bottom: 3px;

}


ul.pri_1 {
	margin-top:10px;
	padding-left: 4px;
}


li.pri_2 {
	padding-top: 15px;
	border-bottom:dotted 1px #000;
	
}


/* contents1 */
#box1 {
	width: 700px;
	height:100%;
	margin-top: 15px;
}



/* contents2 */
#box2 {
	width: 700px;
	height:100%;
	margin-top: 15px;
}

#left-box2-1 {
	width: 350px;
	height:100%;
	float:left;
}


#left-box2-2 {
	width: 330px;
	height:100%;
	float:right;
}


/* 画像の余白 */
.img {
	margin-left: 15px;
	float:right;
}

