@charset "UTF-8";

/**/

/* 共通レイアウト
------------------------------------------------------*/
/* トピックス */
#topics {
	width: 155px;
	height: 397px;
	color: #1A2F93;
	background-color: #FFFF00;
	float: left;
}

#topics dl {
	width: 143px;
	height: 364px;
	padding: 3px 0 3px 5px;
	background-color: #FFFFFF;
	overflow: auto;
}

#topics dl dt {
	font-weight: bold;
	font-size: 77%;
	_font-size: 85%;
}

#topics dl dd {
	font-size: 85%;
	_font-size: 93%;
	line-height: 110%;
	width: 95%;
	_width: 120px;
	padding-bottom: 5px;
	border-bottom: #1A2F93 1px solid;
}

/*ie7*/
*+html #topics { position: relative;}
*+html #topics dl { position: absolute; top: 19px; left: 0;}
*+html #topics dl dt { 120%; font-size: 85%;}
*+html #topics dl dd { line-height: 120%; font-size: 93%;}
/**/

/*ie6*/
*html #topics { position: relative;}
*html #topics dl { position: absolute; top: 19px; left: 0;}
/**/

/* メインビジュアル */
#mainvisual{
	float: right;
	margin-bottom: 5px;
}
/**/

