@charset "utf-8";

/**
 * マイページトップ用 CSS(top.css)
 *
 * @author ヤマゼンWEBチーム
 * @copyright Yamazen Communications Co.,Ltd.
 * @media screen,projection,tv,print
 * @since 2008-08-28
 * @lastmodified 2008-08-28
 */

/* common____________________________________________ */
/* width */
div#mypage div#topics {
	width:510px;
}

/* topics____________________________________________ */

div#mypage div#topics {
	padding:0 0 20px;
	background:url(../img/top/back_topics.jpg) no-repeat center bottom;
	margin-bottom: 20px;
}

div#mypage div#topics ul{
	width:390px;
	margin:0;
	padding:20px 0 5px 120px;
	/* line-height:2.0; */
	background:url(../img/top/back_topics.jpg) no-repeat center top;
	background-color:#ffffff;
}
div#mypage div#topics ul li{
	width:380px;
	padding:0 0 0 10px;
	background:url(../img/arrow_red.gif) no-repeat left 0.6em;
}
