* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: HiraKakuProN-6W;
}

body{
	-webkit-text-size-adjust:none;
}

h1{
	height: 44px;
	border-right:black solid 44px;
	border-left:black solid 44px;
	-webkit-border-image:url("img/header.png")0 44 0 44;
	font-family: HiraKakuProN-W6;
	font-size: 20px;
	color: white;
	text-align: center;
	line-height: 44px;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

h2{
	height: 22px;
	background:  url(img/header_h2.png) repeat-x gray;
	font-family: HiraKakuProN-W6;
	font-size: 15px;
	color: #FFF;
	line-height: 25px;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px);
	padding:0px 10px;
}

li{
	list-style-type: none;
}

#genre li{
	height: 43px;
	font-family: HiraKakuProN-W6;
	font-size:20px;
	border-bottom: solid 1px #D9D9D9;
	line-height:44px;
}

#genre a{
	display: block;
	height:43px;
	padding: 0px 26px 6px 10px;
	background-image:url(img/listArrow.png);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration: none;
	color:black;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

#list li{
	height: 43px;
	padding: 0px 6px 0px 10px;
	font-family: HiraKakuProN-W6;
	font-size:15px;
	border-bottom: solid 1px #D9D9D9;
	line-height:44px;
}

#list a{
	display: block;
	height:43px;
	font-family: HiraKakuProN-W6;
	background-image:url(img/listArrow.png);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration: none;
	color:black;
}

#list li:last-child{
	margin-bottom: 11px;
}

#flash li{
	height: 43px;
	font-family::HiraKakuProN-W6;
	border-bottom: solid 1px #D9D9D9;
	line-height:19px;
}

#flash a{
	display: block;
	height:35px;
	padding: 4px 26px 4px 10px;
	background-image:url(img/listArrow.png);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration: none;
	color:black;
}

#flash li:last-child{
	margin-bottom: 11px;
}


#topics li{
	height: 43px;
	padding:5px 0px 0px 0px;
	font-family::HiraKakuProN-W6;
	border-bottom: solid 1px #D9D9D9;
	line-height:19px;
	overflow:hidden;
}

#topics a{
	display: block;
	padding: 0px 26px 4px 0px;	
	height:35px;
	background-image:url(img/listArrow.png);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration: none;
	color:black;
}

#topics li:last-child{
	margin-bottom: 11px;
}

#genre li:last-child{
	margin-bottom: 11px;
}


#topics2 li{
	padding: 5px 10px 0px 10px;
	height: 46px;
	font-family::HiraKakuProN-W6;
	border-bottom: solid 1px #D9D9D9;
	font-size:16px;
	line-height:auto;
	overflow:hidden;
}

#topics2 a{
	display: block;
           padding: 0px 26px 0px 0px;	
	height:35px;
	background-image:url(img/listArrow.png);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration: none;
	color:black;
}

#topics2 li:last-child{
	margin-bottom: 11px;
}



#footer{
	clear: both;
	text-align:center;
	font-size:15px;
}


.info dt{
	float: left;
	width: 70px;
	padding: 0px 5px 0px 10px;
	text-align: right;
	font-size: 13px;
	color: #4c566c;
}

.info dd{
	padding: 0px 10px 0px 5px;
	font-family:HiraKakuProN-W3;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space:nowrap;
}

#topics img{
	float:left;
	position:relative;
	}


.button_left{
	height:30px
	max-width:60px
	font-family:HiraKakuProN-W6;
	font-size:12px
	color: white;
	line-height:30px;
	text-shadow:rgba(0,0,0,0.6) 0px -1px 0;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	
	float:left;
	position:absolute;
	top:7px;
	left:5px;
	border-right: gray solid 6px;
	border-left: gray solid 12px;
	-webkit-border-image:url("img/button_l.png") 0 6 0 12;
}

.button_left a{
	text-decoration:none;
	color:white;
	}
