@charset "Shift_jis";

/*トップページのスタイル
-------------------------------------------------------------------------------------------*/

/*////////////////////////////Flash////////////////////////////*/
#flaArea {
	margin-top: 8px;
}

/*////////////////////////////バナー////////////////////////////*/
#bannerArea {
	float: left;
	margin-top: 37px;
}
#bannerArea p {
	margin-bottom: 5px;
}

/*////////////////////////////トピックス、プレスリリース////////////////////////////*/
#topixPress {
	float: left;
	width: 606px;
	margin: 10px 0px 0px 0px;
}
#pressTitle {
	background: url(../img/gray_line.gif) repeat-x bottom;
	height: 41px;
}
#pressTitle h2 {
	height: 31px;
	text-indent: -9999px;
	float: left;
	width: 150px;
	background: url(../img/top_title_press.gif) no-repeat;
}
#linkPressList {
	display: block;
	width: 103px;
	height: 9px;
	float: right;
	line-height: 9px;
	text-indent: -9999px;
	margin-top: 15px;
	background: url(../img/top_link_press_bk.gif) no-repeat;
}
.listDate {
	color: #666;
}

/*////////////////////////////詳細表示のリンクリスト////////////////////////////*/
ul.contentsList {
	list-style: none;
	width: 565px;
	margin: 10px 0px 10px 10px;
}
ul.contentsList li {
	padding: 5px 0px;
}
ul.contentsList a:hover {text-decoration: none;}

/*////////////////////////////リンクにPDFのマークをつける////////////////////////////*/
span.pdfLink {
	background: url(../img/btn_pdf.gif) no-repeat right center;
	padding: 2px 55px 2px 0px;
}

/*////////////////////////////凡例////////////////////////////*/
.markB,.markY,.markO,.markP {
	font-size: 10px;
	margin-right: 3px;
}
.markB {
	color: #99D9E8;
}
.markY {
	color: #FFFF3E;
}
.markO {
	color: #FDBF87;
}
.markP {
	color: #F99BCC;
}
#legend li {
	display: inline;
	color: #666;
	font-size: 11px;
	margin-left: 35px;
	line-height: 19px;
}
#legend {
	border: 1px solid #E6E6E6;
	width: 606px;
}
