@charset "utf-8";

/*===アーカイブ===*/

@import url(common.css);

/*===ヘッダ===*/
body {
	background-image:url(images/arc_banner.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#head {
	height:120px;
}
p#topnavi {
	margin:0 0 10px;
	text-align:right;
}
h1 {
	width:360px;
	height:60px;
	margin:30px 0 0 30px;
	text-indent:-9000px;
}
h1 img {
	vertical-align:bottom;
}
#main h3 a:link {
	text-decoration:none;
	color:#fff;
}
#main h3 a:visited {
	text-decoration:none;
	color:#fff;
}
#main h3 a:hover {
	text-decoration:underline;
	color:#f70;
}
#main h3 a:active {
	text-decoration:underline;
	color:#f70;
}

