@charset "utf-8";

/*  ========記事 ======== */

.top {
	width:600px;
	height:3px;
	text-align: right;
	position:relative;top :-40px;left:0px;
}

.news {
	width:600px;
	background:url("../image/hr.gif") no-repeat;
	padding: 25px 0 0 0;
}

.date {
	width:120px;
	color:#999999;
	font-size:145%;
	padding:0 0 0 25px;
	float:left;
}
dl {
	width:450px;
	float:right;
}
dt.type_n {
	width:55px;
	color:#1e90ff;
	font-size: 120%;
	font-weight: bold;
	float:left;
}
dt.type_l {
	width:55px;
	color:#d2691e;
	font-size: 120%;
	font-weight: bold;
	float:left;
}
dd.title {
	width:395px;
	font-size: 110%;
	line-height:150%;
	font-weight: bold;
	float:right;
}

dd.kizi {
	width:450px;
	clear:both;
	padding:10px 0;
	font-weight:normal;
}

/*  ========メニュー ======== */

#menu{
	padding: 133px 0 0 0;
}
#menu li{
	display:block;
	text-indent:-100px;
	overflow:hidden;
	float:left;
	height:201px;
}
#menu li.m1 {
	width:125px;
}
#menu li.m2 {
	width:65px;
}
#menu li.m3 {
	width:100px;
}
#menu a {
	display:block;
	height:201px;
}
#menu .m1 a {
	background-image:url("../image/chronicles_a.jpg");
}
#menu .m2 a {
	background-image:url("../image/discography_a.jpg");
}
#menu .m3 a {
	background-image:url("../image/interactive_a.jpg");
}
#menu .m1 a:hover,#menu .m2  a:hover,#menu .m3  a:hover {
	background-position:0px -201px;
}

/*  ======== ページャー ======== */

#section ul {
	text-align: right;
	padding: 5px 0 10px 0;
	font-size:110%;
}

#section ul li {
	border-right:1px solid #999999;
	padding: 2px 8px 1px 3px;
	display: inline;
}

#section ul li.end {
	border-right:0px;
}

/*  ========リンク ======== */

a {
	color: #4c997f;
	text-decoration:none;
}
a:hover,a:active {
	color:#d2691e;
	text-decoration:underline;
}
