@charset "utf-8";

ul, ol, li {
	list-style:none;
}

a:link {
	color: #03c;
	text-decoration:none;
}

a:visited {
	color: #609;
	text-decoration:none;
}

a:hover {
	text-decoration:underline
}

a:active{
text-decoration: underline;
}

/* Block */
#outsidebox {
	text-align: center;
}

div#container {
	border: 1px solid #1a862d;
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#magazinead {
	clear: both;
	margin-bottom: 10px;
}

#maincol {
	float:left;
	width:630px;
	margin-bottom:20px;
}

#contentsblock_1 {
	float: left;
	width: 315px;
}

#contentsblock_2 {
	float: right;
	width: 315px;
}

#subcol {
	float: right;
	width: 130px;
	margin-bottom:20px;
}

/* Block END */


/* Magazine AD */
#magazinead img {
	border:none;
}
/* Magazine AD END */


/* Corners Title */
h2 {
	margin-bottom:5px;
}

#report h2{
	background: url(img/repo_title.gif) no-repeat;
	height: 22px;
	width: 280px;
}

#news h2{
	background: url(img/news_title.gif) no-repeat;
	height: 22px;
	width: 280px;
}

#schedule h2{
	background: url(img/schedule_title.gif) no-repeat;
	height: 22px;
	width: 280px;
}

#release h2{
	background: url(img/release_title.gif) no-repeat;
	height: 22px;
	width: 280px;
}

#report h2 a, #news h2 a, #schedule h2 a, #release h2 a{
	display:block;
	width:280px;
	height:22px;
}

#report h2 span, #news h2 span, #schedule h2 span, #release h2 span{
	display:none;
}
/* Corners Title END */


/* コーナー共通 */
div#report, div#news, div#schedule, div#release {
	margin-left:10px;
}

p.alllist {
	background: left;
	text-align: right;
	margin-top: 20px;
	margin-right: 30px;
}
/* コーナー共通 END */


/* Event Report */
#report ul {
	margin-left:1em;
}

#report li {
	margin-bottom:0.3em;
}
/* Event Report END */


/* World Reggae News */
.newslist strong {
	font-weight:bold;
	color:#339933;
}

.newslist ul {
	margin-bottom:10px;
	margin-left:1em;
}

.newslist li {
	line-height:1.8em;
	list-style:square;
	margin-left:0.5em;
}
/* World Reggae News END */


/* Event Schedule */
#schedule ul {
	margin-left:1em;
}

#schedule li {
	margin-bottom:0.3em;
}
/* Event Schedule END */


/* New Release */
#release div {
	margin-bottom:3px;
}

p.link {
	margin-left:1em;
	margin-bottom:1em;
}

div.disc {
	width:100%;
}

div.discimg {
	float:left;
	width: 110px;
}

div.discbody {
	margin-left:110px;
	padding-left:5px;
}

#release li {
	clear:both;
}

p.disctitle {
	font-weight:bold;
}

.discimg img {
	border:none;
}

/* New Release END */


/* Side Banner */
#subcol p {
	margin-bottom:10px;
}

#subcol img {
	border:none;
}
/* Side Banner END */

/* Shop入り口 */
div.shop {
	margin-top:10px;
	line-height:1.3em;
	border:dashed 2px #FF6600;
	padding:2px;
	width:112px;
}
/* Shop入り口 END */

/* フッター前バナー */
div#footerad {
	clear:both;
	text-align:center;
	margin-bottom:10px;
}
/* フッター前バナー END */


