@charset "utf-8";

/* NEWS
------------------------------*/
#news{
	width: 500px;
	float: left;
	margin-left: 15px;
	_margin-left: 7.5px;
	font-size: 8pt;
	position: relative;
	top: 0;
	left: 0;
}

#news div{
	width: 100%;
	height: 150px;
	overflow: auto;
	border: none;
	position: relative;
	top: 0;
	left: 0;
}

#news div ul{
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	position: relative;
	top: 0;
	left: 0;
}

#news div ul li{
	width: 465px;
	height: auto;
	margin: 5px 0;
	padding-left: 15px;
	background: url(../images/top_img/circle.gif) no-repeat top left;
	border-bottom: dotted 1px #ddd;
	line-height: 150%;
	position: relative;
	top: 0;
	left: 0;
}
#news div ul li p{
	margin: 0;
	padding: 0;
}

/* 右カラム（バナー領域）
------------------------------*/
#right_column{
	width: 220px;
	height: auto;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	_margin-right: 7.5px;
	
	text-align: right;
	line-height: 150%;
}

#right_column img{
	margin-bottom: 10px;
}

#bottom_banner{
	margin-right: 15px;
	text-align: right;
}

/* Ajax用領域
------------------------------*/
#ajax_area{
	width: 100%;
	height: 125px;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
}

#ajax_area ul{
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

*:first-child+html #ajax_area ul{
	margin-left: 40px;
}

* html #ajax_area ul{
	margin-left: 70px;
}

#ajax_area li{
	float: left;
	margin: 10px 20px;
	_margin-left: 10px;
}


