@charset "utf-8";

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
table {
border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* CSS RESET */

body {
	background:url(img/headerBg_01.gif) repeat-x ;
	background-color:#fff;
	color: #888;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
}

a:link, a:visited {
	color:#888;
}
a:hover {
	color:#bbb;
}
a:action {
	color:#bbb;
}

/* header */
#header {
	margin:0 auto;
	width:450px;
}
#header .ltm{
	display:block;
	width: 104px;
	height:22px;
	background:url(img/sprites_01.gif) 0 0 no-repeat ;
	text-indent:-999px;
	overflow:hidden;
}
h1 {
	width: 104px;
	height:41px;
	padding: 21px 0 0 0;
	float:left;
}
h1 a {
	display:block;
	width: 104px;
	height:41px;
	background:url(img/sprites_01.gif) 0 -22px no-repeat ;
	text-indent:-999px;
	overflow:hidden;
}
#header .headerRightInformation{
	display:block;
	width:57px;
	height:62px;
	overflow:hidden;
	padding: 7px 0 0 0;
	margin-right: 7px;
	float:right;
}
#header .headerRightInformation p{
	width:57px;
	height:62px;
	background:url(img/sprites_01.gif) 0 -63px no-repeat ;
	text-indent:-999px;
}

/* contents */
#contents {
	margin:0 auto;
	width:450px;
	padding: 5px;
}
#flyerImage{
	text-align:center;
}
#flyerImage img{
	padding:2px;
	border:1px solid #ddd;
}

/* Footer */
#footer {
	text-align:right;
	margin:0 auto;
	width:450px;
	padding: 10px 5px 20px 5px;
}
#footer a {
	text-decoration:none;
}

/* Menu */
#menu {
	padding:3px 0;
}
#menu ul{

}
#menu ul li{
	width:90px;
	float: left;
	border-left:1px solid #ccc;
}
#menu ul li.edge{
	border-right:1px solid #ccc;
}
#menu ul li a, #menu ul li span{
	text-decoration: none;
	padding:3px 0;
	text-align:center;
	display: block;
}
#menu ul li span,#menu ul li a.songs{
	background-color: #f0f0f0;
}

#menu ul li.live{
	width:120px;
}

/* Mail Magazine */
dl dt.mailMagazine {
	width: 150px;
	height:26px;
	background:url(img/sprites_01.gif) 0 -180px no-repeat ;
}


/* Other */

.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}

dl {
	border-left: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0 0 0;
}
dl dt {
	text-indent:-999px;
}

dl dd dl{
	border:0;
	padding: 10px 15px 0 15px;
}
dl dd dl dt{
	text-indent:0;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.section {
	padding:5px 10px 15px 10px;
}
.back {
	display: block;
	text-indent:-999px;
	background:url(img/sprites_01.gif) -104px 0 no-repeat ;
	overflow: hidden;
	width:33px;
	height: 25px;
}
.red {
	color:red;
}
