@charset "utf-8";
/* CSS Document */

h1{
	width:495px; height:525px;
	background:url(../images/main_img.jpg) left top no-repeat;
	margin-left:20px;
}
h1 span{ display:none;}

address{
	width:520px; height:40px;
	background:url(../images/home_address.jpg) left top no-repeat;
	margin:10px 0 0 20px;
}
address span{ display:none;}

.news{
	border-top:2px solid #f20016;
	margin-top:20px;
}

.news .align_r_btn a:link, .news .align_r_btn a:visited{
	text-decoration:none;
}

.news h2{
	padding-top:5px;
}

.news dl{
	margin-top:10px;
	color:#666666;
}

.news dt{
	float:left; width:75px;
	background:url(../images/icon_arrow_r.jpg) right no-repeat;
	margin-right:5px;
}
.news dd a{
	text-decoration:underline;
}

.news dt,.news dd{
	padding:8px 0;
}