@charset "utf-8";
body,div,p,img{
	margin:0;
	border:0;
	padding:0;
}

p{
	font-size: 10pt;
}


#news a{
	color:#FF0;
	text-decoration:none;
}
#news a:hover{
	color:#F00;
}

div.wrapper{
    zoom:1;/*for IE 5.5-7*/
}

div.wrapper:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}

.left{float:left;}
.right{float:right;}

body {
	background-image:url(images/bg.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #000;
	color: #FFF;
}

#header{
}
#head-title{
	margin:10px;
}

#main{
	width:960px;
	padding: 10px;
}

#leftSide{
	width:300px;
}
.sideBnr{
	margin-bottom:40px;
}

#rightSide{
	width:640px;
}

#swfs{
	width: 1000px;
	margin: 10px;
}
#logo, .box-swf{
	margin-right: 5px;
}

#news{
	width: 600px;
	height: 150px;
	background-image:url(images/bg_news.png);
	background-repeat:no-repeat;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#news .date{
	padding-left: 12px;
	color:#CCC;
	background-image:url(images/arrow_green.gif);
	background-repeat:no-repeat;
	background-position: left center;
}
#news .txt{
	padding: 5px 0 5px 12px;
}


.box-event p{
	padding:5px;
	color: #333;
}
.box-event .bar{
	margin-bottom:1em;
	padding:5px;
	background-color: #333;
	color:#FFF;
	font-weight:bold;
}

#footer{
	clear:both;
	margin:10px;
}.box-news {
	background-image: url(images/bg_news_B.png);
	margin-bottom: 5px;
}

#navi{
	margin-bottom: 16px;
}
#navi a{
	display:inline-block;
	border: 1px solid #333;
	padding: 4px 5px 3px;
}
#navi a:hover{
	background-color:#333;
}


/* GOODS */
#goods .sub{
	margin-bottom: 10px;
}
#goods .box{
	margin-bottom: 10px;
	padding: 5px 10px 10px;
	background-image:url(images/bg_news_B.png);
}
#goods .box-title{
	font-weight:bold;
	margin-bottom:1em;
	padding: 2px;
	color:#000;
	background-color:#CCC;
}
#goods .box-img{
	margin-bottom: 0.5em;
}

/* ARTIST */
#artist .bar{
	margin-bottom: 10px;
}

#artist table{
	background-image:url(images/bg_news_B.png);
	border-spacing: 10px;
}

#artist td{
	padding: 5px 10px;
	background-image:url(images/bg_news_B.png);
}

.a_img{
	border:3px solid #555;
}
.a_name{
	margin-bottom:3px;
	padding-bottom: 2px;
	text-align:center;
	background-color:#555;
	font-weight:bold;
}
.a_name span{
	font-size: 0.8em;
	font-weight:normal;
}
.a_mysp{
	padding-left: 12px;
	background-image:url(images/arrow_green.gif);
	background-repeat:no-repeat;
	background-position: 105px center;
	text-align:right;
}
.a_mysp a{
	color:#84ff00;
	text-decoration:none;
}
.a_mysp a:hover{
	text-decoration:underline;
}
	