@charset "Shift_JIS";

/* ------------------------------------------------------------
  セクション : トップページ
  最終更新日 : 2011-06-14
------------------------------------------------------------ */


/* Top Style
------------------------------------------------------------ */

#middleArea #topContentsArea {
	float: left;
	width: 570px;
	padding: 25px 0 0 40px;
}

#middleArea #topLocalArea {
	float: right;
	width: 210px;
	padding: 25px 40px 0 0;
}

#middleArea #topLocalArea .banner .left { float: left; }

.whatsNew p {
	font-size: 75%;
	line-height: 130%;
	color: #c61423;
	font-weight: bold;
}

.whatsNew iframe {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	margin-top: 5px;
}

.topLinkBanner dl {
	float: left;
	width: 180px;
}

.topLinkBanner dt  {
}

.topLinkBanner dd  {
	font-size: 75%;
	line-height: 130%;
}


/* Top iFrame Style
------------------------------------------------------------ */

#newsListBase { background-color: #ffffff; }

.newsList {
	width: 550px;
	background-color: #ffffff;
	font-size: 75%;
	line-height: 130%;
}

.newsList dl {
	clear: both;
	padding-top: 10px;
}

.newsList dt {
	clear: both;
	float: left;
	color: #666666;
	font-weight: bold;
}

.newsList dd {
	background: url(../images/link_arrow.gif) no-repeat left 4px;
	margin-left: 75px;
	padding-left: 10px;
	}

.newsList dd a { color: #333333; }



