@charset "utf-8";
@import url(common.css);

/* sub menu */
#home	{
	width:	41px;
	background-position:	0px -20px;
}
#home:hover	{
	background-position:	0px 0px;
}
#about	{
	width:	41px;
	background-position:	-41px -20px;
}
#about:hover	{
	background-position:	-41px 0px;
}
#archive	{
	width:	50px;
	background-position:	-82px -40px;
}
#blog	{
	width:	33px;
	background-position:	-132px -20px;
}
#blog:hover	{
	width:	33px;
	background-position:	-132px 0px;
}
#podcast	{
	width:	53px;
	background-position:	-165px -40px;
}
#members	{
	width:	67px;
	background-position:	-218px -40px;
}
#link	{
	width:	30px;
	background-position:	-285px 0px;
}
#contact	{
	width:	51px;
	background-position:	-315px -20px;
}
#contact:hover	{
	background-position:	-315px 0px;
}

/* position : home, about, archive, blog, podcast, members, link, contact */
/* width : 41, 41, 50, 33, 53, 63, 30, 51 */
/* left margin : 238, 279, 320, 350, 403, 456, 519, 549 */
#CurrentArrow	{
	height:	20px;
	width:	30px;
	margin-bottom:	9px;
	margin-left:	519px;
	background:	url("../images/current_arrow.png") center bottom no-repeat;
}

#selector_sub a	{
	display:	block;
	float:	left;
	height:	24px;
	background-image:	url("../images/menu_sub_link.png");
}
#Link	{
	width:	40px;
	background-position:	0px 0px;
}

/**********/

#main h3	{
	width:	680px;
	height:	220px;
	background:	url("../images/link/img-link.png") no-repeat;
}

.Category	{
	width:	335px;
	margin-top:	10px;
}
.Category h4	{
	height:	22px;
}
.List	{
	padding:	10px;
	margin-top:	10px;

	background:	url("../images/link/textbg335.png") repeat-y;
}
.List table	{
width:	315px;
}
.List td	{
	line-height:	1.5em;
}
.List-label	{
	width:	140px;
	font-size:	0.6em;
}
.List-url	{
/*	width:	175px;*/
	font-size:	0.5em;
}

#Club,
#Artist_DJ,
#Portal_Information	{
	float:	left;
}
#RecordShop,
#RelatedParty_Circle,
#Cafe_Bar	{
	float:	right;
}

#Club h4	{
	background:	url("../images/link/title-club.png") no-repeat;
}
#RecordShop h4	{
	background:	url("../images/link/title-recordshop.png") no-repeat;
}
#Artist_DJ h4	{
	background:	url("../images/link/title-artist_dj.png") no-repeat;
}
#RelatedParty_Circle h4	{
	background:	url("../images/link/title-relatedparty_circle.png") no-repeat;
}
#Portal_Information h4	{
	background:	url("../images/link/title-portal_information.png") no-repeat;
}
#Cafe_Bar h4	{
	background:	url("../images/link/title-cafe_bar.png") no-repeat;
}
