@charset "UTF-8";

#main-image {
	height: 420px;
	background: url(../images/bg_main_image.jpg) repeat-x center top;
}

#main-image-inner {
	height: 420px;
}

#main-image-inner p {
	margin: 0px;
}

#main-image-inner .btn-present {
	position: absolute;
	z-index: +1;
	left: 440px;
	top: 216px;
	width: 115px;
	height: 28px;
	background: url(../../images/btn_present.gif) no-repeat 0px -28px;
}

#main-image-inner .btn-present a {
	width: 115px;
	height: 28px;
	background: url(../../images/btn_present.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#main-image-inner .btn-present a:hover {
	background: url(../../images/btn_present.gif) no-repeat 0px -28px;
}

#main-image-inner .btn-products {
	position: absolute;
	z-index: +1;
	left: 440px;
	top: 347px;
	width: 115px;
	height: 28px;
	background: url(../../images/btn_products.gif) no-repeat 0px -28px;
}

#main-image-inner .btn-products a {
	width: 115px;
	height: 28px;
	background: url(../../images/btn_products.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#main-image-inner .btn-products a:hover {
	background: url(../../images/btn_products.gif) no-repeat 0px -28px;
}

#contents {
	margin: 5px auto 20px;
}

ul.bn {
	width: 950px;
	height: 100px;
	margin: 0px 0px 10px;
}

ul.bn li {
	float: left;
	width: 313px;
	height: 100px;
	margin: 0px 5px 0px 0px;
}

ul.bn li.bn-right {
	width: 314px;
	height: 100px;
	margin-right: 0px;
}

h2 {
	margin: 0px;
	padding: 10px 0px 0px;
}

.txt-tomizawa {
	float: left;
	width: 648px;
}

.logo-tomizawa {
	float: left;
	width: 200px;
	padding: 40px 20px 0px 20px;
}

