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

/* index.html用CSS
--------------------------------------------------------------------------
11px = 85%		12px = 93%		13px = 100%		14px = 108%
15px = 116%		16px = 123.1%	17px = 131%		18px = 138.5%
19px = 146.5%	20px = 153.9%	21px = 161.6%	22px = 167%
23px = 174%		24px = 182%		25px = 189%		26px = 197%
--------------------------------------------------------------------------



/* ----------------------------------------------------------------------
ボックス
------------------------------------------------------------------------- */

#main{
	margin-bottom: 30px;
}



/* ----------------------------------------------------------------------
What's New
------------------------------------------------------------------------- */

#whatnew{
	float: left;
	height: 115px;
	width: 570px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

#whatnew p {
	margin-bottom: 20px;
}

#whatnew dt {
	clear: left;
	float: left;
	width: 7em;
	padding-left: 6em;
	padding-bottom: 0.1em;
}

#whatnew dd {
	margin-left: 0;
	padding-right: 0.5em;
	padding-left: 13em;
	padding-bottom: 0.1em;
}

/* what's New 各アイコン*/
.what-tv{
	background-image: url(img/what-tv.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.what-radio{
	background-image: url(img/what-radio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.what-event{
	background-image: url(img/what-event.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.what-live{
	background-image: url(img/what-live.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.what-stage{
	background-image: url(img/what-stage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.what-book{
	background-image: url(img/what-book.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.what-dvd{
	background-image: url(img/what-dvd.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.what-cm{
	background-image: url(img/what-cm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.what-other{
	background-image: url(img/what-other.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.what-message{
	background-image: url(img/what-message.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.what-info{
	background-image: url(img/what-info.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.what-goods{
	background-image: url(img/what-goods.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.what-newspaper{
	background-image: url(img/what-newspaper.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



/* ----------------------------------------------------------------------
バナー
------------------------------------------------------------------------- */

#bn{
	float: right;
	width: 350px;
}
