@charset "utf-8";
/* CSS Document */

@import url("/css/common.css");
@import url("/css/font.css");
@import url("/css/header.css");
@import url("/css/navi.css");
@import url("/css/main.css");
@import url("/css/footer.css");

h2 {
	height: 340px;
}

.box_home01 {
	margin-bottom: 20px;
}
.box_home01_l {
	float: left;
	height: auto;
	width: 440px;
}
.box_home01_r {
	float: right;
	height: auto;
	width: 440px;
	margin-bottom: 20px;
}

#box_map_canvas {
	float: left;
	height: 298px;
	width: 438px;
	margin-bottom: 20px;
	background-image: url(/image/home/map_dummy.jpg);
	background-repeat: no-repeat;
	border: 1px solid #5B3D37;
}

.box_home02_r {
	float: right;
/*	height: 298px;*/
	width: 438px;
	margin-bottom: 20px;
	background-color: #FFE5CC;
	border: 1px solid #5B3D37;
}
.box_home02_r table {
	height: 290px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #FFE5CC;
	border: 0px;
	color: #5B3D37;
}
* html .box_home02_r table {  /* IE6 */
    font-size: 100%;
}
.box_home02_r th {
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	line-height: 1.2em;
	vertical-align: top;
}
.box_home02_r td {
	width: 315px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
.box_home02_r dd {
	margin-left: 40px;
}

.btn_home {
	display: block;
	height: 60px;
	width: 220px;
}
.btn_home a {
	display: block;
	height: 60px;
	width: 220px;
	overflow: hidden;
	text-indent: -9999em;
}

#btn_home01 {
	margin-left: 220px;
	margin-right: 0px;
}
#btn_home02 {
}
#btn_home03 {
	clear: both;
	margin-left: 340px;
	margin-right: 340px;
	margin-bottom: 20px;
}

#btn_home01 a {
	background: url(/image/home/btn_home01.jpg) 0px 0px;
}
#btn_home01 a:hover {
	background: url(/image/home/btn_home01.jpg) 0px -60px;
}
#btn_home02 a {
	background: url(/image/home/btn_home02.jpg) 0px 0px;
}
#btn_home02 a:hover {
	background: url(/image/home/btn_home02.jpg) 0px -60px;
}
#btn_home03 a {
	background: url(/image/home/btn_home03.jpg) 0px 0px;
}
#btn_home03 a:hover {
	background: url(/image/home/btn_home03.jpg) 0px -60px;
}
