@charset "utf-8";

/* img */

#img_top {
	width: 761px;
}

/* topic L */

#topic_l {
	margin-top: 20px;
	width: 460px;
	float: left;
}
*html #topic_l {
	
}

#title_news {
	height: 18px;
	width: 460px;
	margin-bottom: 10px;
	border-bottom: #CCCCCC solid 1px;
}

/*変更履歴：SmilesYunoki、左側の幅を460pxに変更*/

#topic_l dt {
	float: left;
	margin-left: 10px;
	width: 7em;
}
*html #topic_l dt {
	margin-left: 5px;
}

#topic_l dd {
	margin-left: 8em;
	width:370px;
}
/*変更履歴：SmilesYunoki、topic_l ddの幅を400pxに変更*/

/* topic R */

#topic_r {
	margin: 38px 17px 0px 10px;
	width: 224px;
	float: right;
}

/*変更履歴：SmilesYunoki、右側の幅を250pxに変更*/
*html #topic_r {
	margin-right: 9px;
}

#banner1 { /* shopping */
	margin-top: 0px;
	width: 224px;
	float: left;
}

/*変更履歴：SmilesYunoki*/

#banner2 { /* つくる */
	width: 85px;
	float: right;
}

#banner3 { /* shopping */
	margin-top:10px;
	width: 224px;
	float: left;
}
