@charset "UTF-8";
/* ◆◇トップページCSS定義(2010/09/09)◇◆ */
@import url(default.css);
@import url(common.css);

/* ◆１．コンテンツ */
div#content {
	width: 608px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

div#content h2 {
	background-color: #000063;
	background-image: url(../image/bar-blue.png);
	background-repeat: no-repeat;
	font-size: 1.1em;
	color: #00FFFF;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;
}

div#content h3 {
	background-color: #e0e0e0;
	background-image: url(../image/bar-green.png);
	background-repeat: no-repeat;
	font-size: 1.1em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0;
}

div#content p {
	line-height: 1.6;
	margin-top: 10px;
}

div#content p.message {
	font-size: 1.1em;
	color: #0040FF;
}

div#hot_news {
	margin-top: 10px;
	font-size: 0.9em;
}
div#hot_news dt {
	font-weight: bold;
}
div#hot_news dd {
	border-bottom:1px dashed #080808;
	padding:5px;
}

div#counter {
	padding-top: 10px;
}

div#banner {
	font-size: 0.7em;
}
