@charset "utf-8";

div#main	{
	margin: 0px 14px 0px 2px;
	width:	680px;
	height:	auto;
	float:	left;
}

div#side	{
	width:	180px;
	height:	auto;
	float:	right;
}

div#staff,
div#supporter	{
	margin:	0px auto 16px;
	width:	680px;
	height:	auto;
}

div#staff h2	{
	width:		680px;
	height:		24px;
	background:	url(./images/ct_staff.jpg) no-repeat 0px 0px;
	text-indent:	-9999px;
}

div#supporter h2	{
	width:		680px;
	height:		24px;
	background:	url(./images/ct_supporter.jpg) no-repeat 0px 0px;
	text-indent:	-9999px;
}

div#contents	{
	margin:	6px 18px 6px 78px;
	width:	580px;
	height:	auto;
}

div#main p	{
	margin:	0px 0px 20px 30px;
	font:	normal normal normal small /1.4em sans-serif;
}

