/* CSS Document */


#top h2	{
	/*font-family: Helvetica, Geneva, Arial, sans-serif;*/
	font-size: 21px;
	line-height: 1.5em;
	background: url(img/line01.gif) repeat-x left center;
}
#top span	{
	background-color: #FFFFFF;
	padding: 0 10px 0 0;
}
#top dl.dl01	{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
#top dl.dl01 dt	{
	font-weight: bold;
	font-size: 10px;
}
#top dl.dl01 dd	{
	font-size: 80%;
	width: 235px;
}
#top dl.dl02	{
	margin-right: 5px;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	width: 250px;
	display: block;
	float: left;
}
#top dl.dl02 dt	{
	font-weight: bold;
}
#top dl.dl02 dd	{
	font-size: 80%;
	margin-bottom: 1em;
	line-height: 1.3em;
}

#top	{
	float: right;
	width: 730px;
	clear: right;
	margin-top: 15px;
}
#top .p01	{
	margin-bottom: 10px;
	margin-top: 5px;
}

#top .entry	{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333;
}
#top .post h3	{
	font-size: 16px;
	line-height: 2em;
	background-image: url(img/list01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#top .entry table	{
	border-collapse:collapse;
}
#top .entry th	{
	padding: 5px;
	border: 1px solid #CCC;
}
#top .entry td	{
	padding: 5px;
	border: 1px solid #CCC;
}
#top .entry tr:nth-child(2n-1) {
 background: #eee;
}