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

body {
	background:url(../img/bg-yellow.jpg) repeat;
}

#header_line {
	background:url(../img/bg-yellow.jpg) repeat;
	width:100%;
	height:120px;}
#wrapper_1 {
	width:100%;
	height:830px;
	background:url(../img/bg-bottom.jpg) bottom repeat-x #FFFFFF;
}
.header_img{
		margin:0 auto;
	width:1000px;
	padding-top:20px;
	}
.renewal {
	margin:0 auto;
	width:1000px;
	padding-top:40px;
	}
#access{
	width:1000px;
	margin:0 auto;
	height:auto;
}
.mapArea{
	width:550px;
	height:420px;
	margin-left:10px;
	float:right;
	text-align:right;
	}

.accessInfo{
	width:440px;
	height:420px;
	float:left;
	margin-bottom:100px;
}
.accessInfo a {
	display: block;
	width: 400px;
	height: 51px;
	background: url(../img/mail.png) no-repeat 0 0;
	margin:10px 0 0 10px;
}
.accessInfo a:hover {
	background-position: 0 bottom;
}