/* CSS Document */
#topPage #mainContent h2 {
	margin-bottom: 5px;
	border-top: 1px solid #FF7F00;
	border-bottom: 1px solid #FF7F00;
	margin-top: 5px;
}
#topPage #mainContent h2 img {
	margin: 10px 0 10px 25px;
}
#topCaution {
	padding-bottom: 10px;
	border-bottom: 1px solid #FF8000;
}
#topDiary {
	font-size:95%;
	width: 310px;
	padding-bottom: 10px;
	overflow: auto;
	padding-left: 5px;
	height: 260px;
	position: relative;
}
#mainContent #topCaution h3, #mainContent #topDiary h3 {
	font-size: 180%;
	font-weight: bold;
	color: #FF6600;
	margin: 10px 0 5px;
}
#topNewrelease {
	font-size:93%;
	width: 210px;
	background: url(../img/bg_info.jpg) repeat-y;
	height: 260px;
	overflow: auto;
	top: 72px;
	right: 5px;
	position: absolute;
}
#topNewrelease dl {
	font-size: 90%;
	line-height: 1.3em;
	margin-right: 5px;
	margin-left: 5px;
	color: #4C4C4C;
}
#topNewrelease dd {
	margin-bottom: 10px;
}

#content #mainContent #topNewrelease h2 {
	border-style: none;
	font-size: 100%;
	text-indent: 0.5em;
	margin-top: 17px;
	letter-spacing: 0.5em;
	margin-bottom: 10px;
}
#mainContent #topDiary a, #mainContent #topDiary a:visited {
	color: #339900;
	text-decoration: none;
}
#mainContent #topDiary a:hover {
	text-decoration: underline;
}

#topHeadline {
	clear: both;
}
#topHeadline h2 {
	display:none;
}
#topHeadline div {
	padding: 15px 0 10px;
	border-top: 1px solid #FF6600;
}
#mainContent #topPresentingContents div p {
	font-size: 90%;
	_font-size:xx-small;	/* forIE6 */
	padding: 0 5px;
}
*:first-child+html #mainContent #topPresentingContents div p {	/* forIE7 */
	font-size: 85%;
}
#mainContent #topPresentingContents h3 {
	padding-top: 15px;
}

#mainContent #topPresentingContents div {
	float: left;
	width: 172px;
	height: 10em;
	margin: 0px;
	padding: 0px;
}
#mainContent #topDiary p {
	font-size: 95%;
	_font-size:x-small;	/* forIE6 */
	line-height: 1.55em;
	color: #4C4C4C;
	letter-spacing: 0.1em;
}
#mainContent #topCaution p, #mainContent #topHeadline p, #mainContent #topPresentingContents p {
	font-size: 90%;
	_font-size:x-small;	/* forIE6 */
	line-height: 1.5em;
	color: #4C4C4C;
}
