@charset "utf-8";
/* CSS Document */

h1 {
	padding-bottom: 20px;
}

div#main {
	overflow: hidden;
	margin-bottom: 20px;
}

div#main h2 {
	margin-bottom: 20px;
}

/*	rss読み込み部分
===================================================================*/
div#main table {
	width: 500px;
	margin-top: -5px;
}

div#main table tr th {
	width: 7em;
	padding: 15px 0 10px 5px;
	background: url(../../images/common/dot.gif) bottom left repeat-x;
	vertical-align: top;
	white-space: nowrap;
	color: #C80000;
}

div#main table tr td {
	padding: 15px 0 10px 5px;
	background: url(../../images/common/dot.gif) bottom left repeat-x;
}

div#main table tr td a {
	color: #333333;
	text-decoration: underline;
}

div#main table tr td a:hover {
	color: #C80000;
}

/*	ページTOPへ
===================================================================*/
div#main_contents p.pagetop {
	clear: both;
	padding-top: 20px;
	padding-right: 0;
}

