@charset "UTF-8";
@import url("base.css");
/* --- トップページCSS --- */
/* 余白 */
div#wrapper {
	padding: 30px 0;
}

/* タイトル */
h1 {
	width: 1024px;
	height: 370px;
	border-top: 5px solid #990000;
	background-image: url(../home_img/title.jpg);
	text-indent: -9999px;
}

/* ニュースエリア */
div#news {
	width: 950px;
	margin: 40px 37px 30px;
}

div#news div#lnews {
	width: 470px;
	float: left;
}

div#news div#rnews {
	width: 470px;
	float: right;
}

div#news div#rnews h2 {
	width: 450px;
	height: 25px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

div#wn p.feed,
div#le p.feed {
	position: relative;
	height: 20px;
	margin: 0;
}

div#wn p.feed a,
div#le p.feed a {
	position: absolute;
	top: -125px;
	right: 180px;
}

div#wn h2 {
	background-image: url(../home_img/h2-wn.gif);
}

div#le h2 {
	background-image: url(../home_img/h2-le.gif);
}

div#news div#rnews dl {
	padding: 0 0 0 30px;
	width: 400px;
}

div#news div#rnews dt {
	width: 400px;
	color: #eee;
	font-size: 75%;
	font-family: "Palatino Linotype", serif;
	font-weight: bold;
}

div#news div#rnews dd {
	width: 400px;
	padding: 5px 0 5px 15px;
	font-size: 85%;
}

/* フッタ */
div#footer {
	width: 987px;
	margin: 0 0 0 37px;
}

div#footer div#lfooter {
	width: 697px;
	float: left;
}

div#footer div#rfooter {
	width: 280px;
	float: right;
}

div#footer div#rfooter div#axscounter {
	margin-left: 150px;
    padding-left: 23px;
    background: url(../home_img/pnt-axs.gif) no-repeat left top;
}

div#footer div#rfooter div#update {
	padding-right: 185px;
	color: #ccc;
	font-size: 75%;
	font-family: "Palatino Linotype", serif;
	font-weight: bold;
	text-align: right;
	line-height: 1.2;
    background: url(../home_img/axsimg.gif) no-repeat right top;
}

div#footer div#rfooter div#copyright {
	margin: 10px 0 0 10px;
	color: #ccc;
	font-size: 65%;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
