@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#election	{
	margin:	0px auto 16px;
	width:	680px;
	height:	auto;
}

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

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

div#main h3	{
	margin:	4px 0px;
}

div#main h4	{
	margin:			4px 20px;
	line-height:	1.2em;
}

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

div#election h3 span#date	{
	font:	normal normal bold small /1.4em sans-serif;
}

div#election table	{
	margin:				10px 10px 30px;
	border:				1px solid rgb(80,80,80);
	border-collapse:	collapse;
}

div#main table th	{
	padding-top:		4px;
	background-color:	rgb(255,224,224);
	text-align:			center;
}

div#main table td	{
	padding-top:		4px;
	background-color:	rgb(255,255,255);
	text-align:			center;
}

div#election th#win,
div#election td#win	{
	font:	normal normal bold small /1.4em sans-serif;
	color:	rgb(255,0,0);
}

div#election th#name,
div#election td#name	{
	font:	normal normal bold medium /1.2em sans-serif;
}

div#election th#name span#furigana,
div#election td#name span#furigana	{
	font:	normal normal normal small /1.4em sans-serif;
}