

img#title{
	width: 700px;
	height: 62px;
	margin-bottom: 25px;
}
div#right_column p{
	line-height: 2em;
}

p.caution{
	margin-top: 30px;
}

div#right_column h2{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 5px;
}
img.horizon{
	
}

div#opentime{
	width: 700px;
	margin: 15px auto;
	border: 1px solid #333333;
}
div#opentime p{
	line-height: 1.5em;
	padding: 10px;
}

div#buttons{
	margin-top: 15px;
}

div#buttons a{
	display: block;
	width: 248px;
	height: 44px;
	/*background-color: red;*/
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 5px;
	text-indent: -9999px;
}


div#buttons a#btnkomatsu{
	background-image: URL(../img/buttons.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#buttons a#btnkomatsu:hover{
	background-position: 0 -44px;
}

div#buttons a#btntakashima{
	background-image: URL(../img/buttons.jpg);
	background-repeat: no-repeat;
	background-position: -248px 0;
}
div#buttons a#btntakashima:hover{
	background-position: -248px -44px;
}
div#buttons a#btnmitaka{
	background-image: URL(../img/buttons.jpg);
	background-repeat: no-repeat;
	background-position: 0 -88px;
}
div#buttons a#btnmitaka:hover{
	background-position: 0 -132px;
}

div#buttons a#btnoume{
	background-image: URL(../img/buttons.jpg);
	background-repeat: no-repeat;
	background-position: -248px -88px;
}
div#buttons a#btnoume:hover{
	background-position: -248px -132px;
}




