/* basicRewrite -----*/

body { background-image: url("../images/index_bg.jpg"); }


/* styleRewrite -----*/

div#container { background-image: url("../images/index_bg_container.jpg"); }
div#container div#sideimg { height: 1500px; background-image: url("../images/index_sideimg.jpg"); }


/* contents -----*/

div.contents {
	padding: 60px 0 0 70px;
}

div.contents div#map {
	width: 490px;
	height: 250px;
}

div.contents .title {
	margin-top: 20px;
	font-weight: bold;
}


/* tel -----*/

div.contents div.tel {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ffffff;
}

div.contents div.tel p.num {
	margin: 5px 0;
	font-size: 180%;
	font-weight: bold;
}

div.contents div.tel p.addr {
	margin: 0;
}


/* form -----*/

div.contents dl.form {
	margin: 20px 0 0;
	border-bottom: 1px dotted #888888;
}

div.contents dl.form dt {
	clear: both;
	float: left;
	width: 150px;
	padding: 10px 0;
	border-top: 1px dotted #888888;
}

div.contents dl.form dd {
	float: left;
	width: 410px;
	margin: 0;
	padding: 10px 0;
	border-top: 1px dotted #888888;
}

div.contents p.btn {
	margin: 20px 0 0;
	text-align: center;
}
