@charset "UTF-8";

/*--------------------バグ1：IE6は同一css内にfloatとmarginを併用できません --------------------*/
/*--------------------バグ2：IE6は同一css内にwidthとpaddingを併用できません--------------------*/
/*====================省略background:color値 image値 repeat値 attachment値 position値;=========*/

.feat_left	{float:left;	width:360px;}
.feat_right	{float:left;	width:370px;}

.feat_bnr	{margin:5px 0px;}
.feat_tac	{text-align:center;}

#contents_top_btn	{position:absolute;	top:27px;	right:24px;}