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

/* sub menu */
#home	{
	width:	41px;
	background-position:	0px -20px;
}
#home:hover	{
	width:	41px;
	background-position:	0px 0px;
}
#about	{
	width:	41px;
	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 -20px;
}
#link:hover	{
	background-position:	-285px 0px;
}
#contact	{
	width:	51px;
	background-position:	-315px -20px;
}
#contact:hover	{
	background-position:	-315px 0px;
}

/* left margin : 238, 279, 320, 350, 403, 456, 519, 549 */
/* width : 41, 41, 50, 33, 53, 63, 30, 51 */
#CurrentArrow	{
	height:	20px;
	width:	41px;
	margin-bottom:	9px;
	margin-left:	279px;
	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_about.png");
}
#AboutGC	{
	width:	185px;
	background-position:	0px 0px;
}
#ResidentDJs	{
	width:	112px;
	background-position:	-185px -48px;
}
#ResidentDJs:hover	{
	background-position:	-185px -24px;
}
#VJs	{
	width:	52px;
	background-position:	-297px -72px;
}

#Staff	{
	width:	50px;
	background-position:	-349px -48px;
}
#Staff:hover	{
	width:	50px;
	background-position:	-349px -24px;
}

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

p	{
	padding:	10px;
	margin-top:	10px;
	line-height:	1.4em;
}

#AboutIndex	{
	width:	680px;
	height:	220px;
	background:	url("../images/about/img-aboutgc.png") no-repeat;
}
#AboutIndexText	{
	font-size:	0.8em;
	font-weight:	bold;
	background:	url("../images/about/textbg680.png") repeat-y;
}
#PastGuests	{
	height:	23px;
	margin-top:	10px;
	background:	url("../images/about/title-pastguest.png") no-repeat;
}
#PastGuestsList	{
	font-size:	0.7em;
}
/*
#PastGuestsList:after {
　content: "";
　display: block;
　clear: both;
}
*/
#ListL,
#ListR	{
	width:	315px;
	background:	url("../images/about/textbg335.png") repeat-y;
}

#ListL	{
	float:	left;
}
#ListR	{
	float:	right;
}

