@charset "utf-8";

/*-------------------
 head
-------------------*/

#head {
	height:94px;
	background:none;
}

/*-------------------
 side
-------------------*/

#side ul {
	list-style:none;
	line-height:1;
}

#side li {
	margin-bottom:10px;
}

#side li#mag {
	background:url(../img/index/side_mag_bg.gif) repeat-y;
}

#side li#mag p {
	padding-bottom:10px;
	text-align:center;
}

#side li#mag p#cover img {
	border:1px solid #ccc;
}

#side li#mag p#vol {
	background:url(../img/index/side_mag_bottom.gif) no-repeat bottom;
}


/*-------------------
 main
-------------------*/

h2 {
	background:none;
	padding:0;
	margin:0 0 15px;
}

#main h3 {
	padding:0;
	margin:0;
	height:37px;
	text-indent:-9999px;
}

#main h3#news {
	background:url(../img/index/ttl_news.gif) no-repeat;
}

#main h3#whatsNew {
	background:url(../img/index/ttl_whatsnew.gif) no-repeat;
	margin-top:15px;
}

#main h3#event {
	background:url(../img/index/ttl_event.gif) no-repeat;
	margin-top:15px;
}

/* backnumber */

p.backnumLink {
	position:relative;
	text-align:right;
	margin:0;
	font-size:85%;
}

p.backnumLink a {
	position:absolute;
	display:block;
	top:-28px;
	right:15px;
	padding-left:15px;
	background:url(../img/common/arrow_link.gif) no-repeat center left;
}

/* recent entry */

table.recentEntry {
	margin-bottom:20px;
}

table.recentEntry th {
	width:120px;
	font-size:85%;
	text-align:left;
	font-weight:normal;
	background:url(../img/common/dot.gif) repeat-x bottom;
	vertical-align:top;
	padding:0.2em 0;
}

table.recentEntry td {
	width:450px;
	background:url(../img/common/dot.gif) repeat-x bottom;
	padding:0.2em 0;
}

table.recentEntry td a {
	display:block;
	padding-left:15px;
	background:url(../img/common/arrow_link.gif) no-repeat 0 0.4em;
}