@charset "utf-8";

div#bodyRight h3.date {
	text-align: right;
	padding-top: 20px;
}
div#bodyRight h2 {
	font-size: 1.2em;
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FFCC99;
}
div#bodyRight h2.mainTitle {
	text-align: center;
}
div.newsEntry dl {
	text-align: right;
	padding: 10px 0;
}

/* link */
div#bodyLeft a,
div.monthList a {
	text-decoration: none;
}
div#bodyLeft a,
div.monthList a:link {
	color: #000000;
}
div#bodyLeft a,
div.monthList a:visited {
	color: #000000;
}
div.monthList a:hover {
	color: #FF6633;
	text-decoration: underline;
}

/* news */
div#bodyLeft li {
	font-size: 1em;
}
div#bodyLeft li a {
	vertical-align: middle;
	display: block;
	width: 100%;
	height: 22px;
	padding: 8px 0 0 14px;
	border-bottom: 1px solid #E0E0E0;
}
div#bodyLeft li a:hover {
	background-color: #FFEEDD;
}
div.monthList ul {
	padding-left: 10px;
}
div.monthList dt {
	color: #CC3333;
	font-weight: bold;
}
div.monthList dd {
	margin: -1.3em 0 2em 0;
	padding-left: 5em;
}

img.deco {
	padding: 0 3px 0 0;
}

/* table */
div#bodyRight div.newsTable {
	padding-bottom: 15px;
}
table.listTable {
	border-collapse: collapse;
}
table.listTable td {
	text-align: right;
	line-height: normal;
	border: solid 1px #666666;
	padding: 2px 3px;
}
table td.itemContents {
	text-align: center;
}
table td.itemName1 {
	text-align: center;
}
table td.itemName2 {
	text-align: left;
}

/* Layout */
div#bodyLeft {
	width: 120px;
}
div#bodyRight {
	width: 530px;
}

div.bcl {
	clear: both;
}