@import "unit_common.css";
@import "unit_head.css";
@import "unit_content.css";
@import "unit_style.css";


/* ////////////////////// */
#mainArea table.list{
	margin:				0 0 20px 20px;
	width:				500px;
	background-color:	#f9f9f9;
	color:				#666666;
}
#mainArea table.list th{
	width:				100px;
	font-weight:		normal;
}
#mainArea table.list th,
#mainArea table.list td{
	padding:			4px 8px;
	border:				solid 1px #cccccc;
}

/* ////////////////////// */
/* 即売会とショップ */
.shop dl,
.sokubaikai dl{
	padding-left:		20px;
}
.shop dt,
.sokubaikai dt{
	margin-bottom:		0.5em;
	padding-left:		4px;
	border-left:		solid 4px .0066ff;
	font-weight:		bold;
}
.shop dd,
.sokubaikai dd{
	margin-bottom:		1em;
	padding:			0 0 0 8px;
}


/* ////////////////////// */
#staff{
	margin:				auto;
	margin-bottom:		20px;
	width:				400px;
}
#staff dt{
	padding-left:		4px;
	border-left:		solid 4px #33cc00;
	font-weight:		bold;
	color:				#333333;
}
#staff dd{
	margin-bottom:		1em;
	margin-left:		8px;
	color:				#666666;
}


