/* ====================================================================== */
/* トピックスフレーム */
/* ====================================================================== */

#topics {
	height: 100%;
	width:99%; /* IEのバグ回避 */
	overflow: hidden;
	padding: 3px 0px 1px 0px;
}

.tp-outer {
	position: relative;
	left: 50%;
	float: left;
	clear:both;
	margin:0px;
}

.tp-inner {
	position: relative;
	left: -50%;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

/* ====================================================================== */
/* アイコン */
/* ====================================================================== */

.tp-normal {
	margin: 0px 7px 0px 7px;
}

.tp-circle {
	display: block;
	margin: 0px 7px 0px 7px;
	padding: 0px 0px 0px 20px;
	background: url("../img/icon/circle.gif") no-repeat;
}

.tp-attention {
	display: block;
	margin: 0px 7px 0px 7px;
	padding: 0px 0px 0px 22px;
	background: url("../img/icon/attention.gif") no-repeat;
}
