@charset "UTF-8";
/**
 * トップページ
 */

/* 標準設定を上書き
----------------------------------------------- */
#contentsBody {
	width:900px;
}
#alfa {
	width:auto;
}
/* NEWS
----------------------------------------------- */
#newsHead01 {
	height:30px;
	background:url(images/bg_top_head_01.gif) no-repeat left top;
	text-indent:-3000px;
}
#newsHead02 {
	height:30px;
	background:url(images/bg_top_head_02.gif) no-repeat left top;
	text-indent:-3000px;
}
.banner {
	width:350px;
	margin:10px 50px 20px 0px;
	display: inline;/* IEバグ対応 */
                float:left;
                text-aline:left;
                left:100%;


}


.news {
	width:500px;
	margin:5px 20px 20px 20px;
	display: inline;/* IEバグ対応 */
                float:left;
                text-aline:left;
                left:35%;


}

.news .body {
	padding:5px 0px;
}
.news li {
	background:url(images/bg_list_circle.gif) no-repeat left 7px;
	padding-left:15px;
	margin-bottom:10px;
}
#news ul {
	margin:0;
}