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

#content h1 {
	background:url(/tech/tokyo_station/safety/image/title03.jpg) no-repeat left top;
}

#main_image {
	background-color:#ededed;
	margin-top:10px;
	padding:10px 0px 5px 15px;
}

#main_image .fig {
	margin-bottom:10px;
}

#features ul li a{
	display:block;
	cursor:pointer;
	width:285px;
	height:33px;
	overflow:hidden;
}

#features ul li a span{
	display:none;
}

#features ul li.btn1{
	margin-right:30px;
}
#features ul li.btn1 a{
	background:url(/tech/tokyo_station/safety/image/feature01.png) no-repeat left top;
}
#features ul li.btn1 a:hover{
	background-position: 0px -40px;
}

#features ul li.btn2{
	margin-right:0px;
}
#features ul li.btn2 a{
	background:url(/tech/tokyo_station/safety/image/feature02.png) no-repeat left top;
}
#features ul li.btn2 a:hover{
	background-position: 0px -40px;
}


@media print{


#content h2{
	margin-top:5px;
}


}