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

body {
	margin: 0px;
	padding: 0px;

}
#box {
	background-image: url(img/box_back.jpg);
	background-repeat: repeat-y;
	width: 600px;
	margin: 15px auto 0 auto ;
	padding: 0px;
}
#box #boxTOP {
	background-image: url(img/box_top.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 600px;
}
#box #boxBOTTOM {
	background-image: url(img/box_btm.jpg);
	height: 35px;
	width: 600px;
}
h2 {
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 47px;
	width: 508px;
	padding: 0px;
	margin: 0 0 10px 0;
}
#box #contentsSiryo {
	width: 508px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}
#box #coment {
	font-size: 10px;
	line-height: 130%;
	color: #666666;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#box #coment img {
	float: right;
}
#box #tsm a {
	background-image: url(img/ams_tsm.jpg);
}
#box #shibuya a {
	background-image: url(img/ams_shibuya.jpg);
}
#box #da a {
	background-image: url(img/ams_da.jpg);
#box }
#digital a {
	background-image: url(img/digital.jpg);
}
#box li a {
	display: block;
	height: 70px;
	width: 508px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#box li a:link, li a:visited {
	background-position: top;
}
#box li a:hover {
	background-position: bottom;
}
#box ul {
	margin: 0 0 0 0;
}
#box li {
	float: left;
	_display:inline;
}
#box li {
	list-style-type: none;
}