@charset "Shift_jis";

/*トップページのスタイル
-------------------------------------------------------------------------------------------*/

/*////////////////////////////Flash////////////////////////////*/
#flaArea {
	margin-top: 8px;
}

/*////////////////////////////バナー////////////////////////////*/
#bannerArea {
	float: left;
	margin-top: 37px;
}
#bannerArea p {
	margin-bottom: 5px;
}

/*////////////////////////////トピックス、プレスリリース////////////////////////////*/
#topixPress {
	float: left;
	width: 411px;
	margin: 10px 10px 0px 0px;
}
#topixTitle, #pressTitle, #whatsnewTitle {/* リニューアル_090410 */
	background: url(../img/gray_line.gif) repeat-x bottom;
	height: 41px;
}
#pressTitle h2,#topixTitle h2, #whatsnewTitle h2 {/* リニューアル_090410 */
	height: 31px;
	text-indent: -9999px;
	float: left;
	width: 150px;
}
#pressTitle h2,#topixTitle h2 {
	background: url(../img/top_title_press.gif) no-repeat;
}
#topixTitle h2 {
	background: url(../img/top_title_topix.gif) no-repeat;
}
#whatsnewTitle h2 {/* リニューアル_090410 */
	background: url(../img/top_title_whatsnew.gif) no-repeat;
}

#linkTopixList,#linkPressList,#linkWhatsnewList {/* リニューアル_090410 */
	display: block;
	width: 103px;
	height: 9px;
	float: right;
	line-height: 9px;
	text-indent: -9999px;
	margin-top: 15px;
}
#linkPressList {
	background: url(../img/top_link_press_bk.gif) no-repeat;
}
#linkWhatsnewList {
	background: url(../img/top_link_whatsnew_bk.gif) no-repeat;
}
#topixText, #pressText {
	width: 411px;
	height: 85px;/* リニューアル_090410 */
	margin-bottom: 20px;
}
#whatsnewText {/* リニューアル_090410 */
	width: 411px;
	height: 200px;
	margin-bottom: 20px;
}
ul#topixPressList, #topixTopixList {
	margin: 10px;
	list-style: none;
}
ul#topixPressList li {
	line-height: 14px;
	margin-bottom: 6px;
}
#pressText {
	margin-bottom: 10px;
}
.listDate {
	color: #666;
}


/*/////////////////TOPトピックス、プレスリリース追加///////////////////////////////////////*/

#topixTopixList2 {
	margin: 10px;
	list-style: none;
}

#topixTopixList2 .listDate {
	color: #666;
	width:60px;
	display:block;
	float:left;
}
#topixTopixList2 a{
display:block;
width:310px;
float:left;
}

#topixPressList2 {
	margin: 10px;
	list-style: none;
}

#topixPressList2 .listDate {
	color: #666;
	width:55px;
	display:block;
	float:left;
}
#topixPressList2 .markB, #topixPressList2 .markY, #topixPressList2 .markO, #topixPressList2 .markP {
	width:12px;
	display:block;
	float:left;
}
#topixPressList2 a{
display:block;
width:301px;
float:left;
}







/*////////////////////////////凡例////////////////////////////*/
.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: 15px;
	line-height: 19px;
}
#legend {
	border: 1px solid #E6E6E6;
	width: 411px;
}


/*////////////////////////////ページトップリンク////////////////////////////*/ /* リニューアル_090410 */
#linkTop {
/*	width: 614px*/;
	text-align: right;
	border-top: 1px solid #ccc;
	font-size: 11px;
	line-height: 11px;
	padding-top: 10px;
	margin:10px 0px 10px 0px;
}
#linkTop a {
	color: #00a0c6;
	text-decoration: none;
	background: url(../img/link_page_top.gif) no-repeat left center;
	padding-left: 12px;
	margin-right: 10px;
}
