/* CSS Document */
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span {
	margin: 0px;
	padding: 0px;
}
 .clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* body
---------------------------------------------------- */
body {
	margin: 0px 0px 0px 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "Times";
	text-align: center;
	background: url(../img/back.jpg) repeat-x;
}

/* container
---------------------------------------------------- */
#container {
	width: 797px;
	height: 107px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	width: 797px;
	height: 109px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/top_01.jpg) no-repeat;
	display: block;
}
/* himi
---------------------------------------------------- */
#himi {
	width: 399px;
	float: left;
}
#himi h2 a {
	width: 399px;
	height: 145px;
	background: url(../img/b_01.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
#himi h2 a:hover {
	background-position: 0px -145px;
	text-decoration: none;
}
#himi address a {
	width: 399px;
	height: 60px;
	background: url(../img/top_04.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
#himi h4 a {
	width: 399px;
	height: 143px;
	background: url(../img/top_06.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
/* toyama
---------------------------------------------------- */
#toyama {
	width: 398px;
	float: left;
}
#toyama h2 a {
	width: 398px;
	height: 145px;
	background: url(../img/b_02.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
#toyama h2 a:hover {
	background-position: 0px -145px;
	text-decoration: none;
}
#toyama address a {
	width: 398px;
	height: 60px;
	background: url(../img/top_05.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
#toyama h4 a {
	width: 398px;
	height: 143px;
	background: url(../img/top_07.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
/* footer
---------------------------------------------------- */
#footer {
	width: 797px;
	height: 70px;
	background: url(../img/top_08.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

