h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li {
	margin: 0px;
	padding: 0px;
}

/* contents -------------------- */

#container {
	width: 100%;
	background: url(../img/contents_back.jpg) repeat-x;
}
#contents {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}
#main {
	width: 960px;
	margin: 0px 0px 0px 5px;
	padding: 29px 0px 0px 0px;
	text-align: left;
}
.main_box {
	width: 740px;
	float: left;
	}

/* movie -------------------- */

#movie {
	width: 100%;
	height: 315px;
	background: url(../img/top/movie_back.jpg) repeat-x;
}
.movie_box {
	height: 315px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	background: url(../img/top/movie.jpg) no-repeat center;
}

/* messageと画像 -------------------- */

.message {
	width: 473px;
	float: left;	
}
.message p {
	color: #444444;
	font-size: 85%;
	line-height: 1.7;
	letter-spacing: normal;
	margin: -3px 0px 0px 0px;
	letter-spacing: -1\9; /* IE8 and below */
	*letter-spacing: -1; /* IE7 and below */
	_letter-spacing: -1; /* IE6 */
}
.message img {
	margin: 0px 0px 10px 0px;
}
.topimg {/* 左------ */
	width: 243px;
	height: 180px;
	text-indent: -9999px;
	float: left;
	background: url(../img/top/topimg.jpg) no-repeat;
	margin: 0px 0px 0px 5px;
}

/* banner -------------------- */

#banner {
	width: 740px;
	height: 206px;
	margin: 20px 0px 0px 0px;
}
#banner ul {
	width: 740px;
	height: 206px;
	list-style: none;
	line-height: 0px;
}

#banner li {
	display:inline;
    list-style-position:outside;
}
#banner ul li a {
	overflow:hidden;
	outline:none;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	height: 206px;
}
li.b01 {
	width: 242px;
	height: 206px;
	float: left;
}
li.b02 {
	width: 243px;
	height: 206px;
	float: left;
}
li.b03 {
	width: 255px;
	height: 206px;
	float: left;
}
li.b01 a {
	background: url(../img/top/banner.jpg) no-repeat 0px 0px;
}
li.b02 a {
	background: url(../img/top/banner.jpg) no-repeat -242px 0px;
}
li.b03 a {
	background: url(../img/top/banner.jpg) no-repeat -485px 0px;
}
li.b01 a:hover {
	background-position: 0px -206px;
}
li.b02 a:hover {
	background-position: -242px -206px;
}
li.b03 a:hover {
	background-position: -485px -206px;
}


/* info -------------------- */

.info_t a {
	background: url(../img/top/info.jpg) no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 720px;
	height: 29px;
	display: block;
	margin: 10px 0px 13px 0px;
	overflow:hidden;
	outline:none;
}
.info_t a:hover {
	background-position: 0px -29px;
	text-decoration: none;
}
.info_box {
	width: 720px;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 12px 0px;
	border-bottom: #e46514 solid 1px;
}
.info_box p {
	color: #444;
	float: left;
	font-size: 80%;
	line-height: 150%;
	margin: 0px 10px 0px 0px;
}
.info_box h5 {
	font-size: 100%;
}
.info_box h5 a {
	color: #444444;
	text-decoration: none;
	float: left;
	font-weight: normal;
	font-size: 80%;
	line-height: 150%;
}
.info_box h5 a:hover {
	color: #888888;
	text-decoration: underline;
}

/* mainのお問い合わせバナー -------------------- */
.m_form a {
	background: url(../img/top/m_form.jpg) no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 726px;
	height: 97px;
	display: block;
	margin: 30px 0px 0px 0px;
	overflow:hidden;
	outline:none;
}
.m_form a:hover {
	background-position: 0px -97px;
	text-decoration: none;
}