@charset "EUC-JP";

/*////////////////////////////////////////////////////////////
	NEW COMMON
////////////////////////////////////////////////////////////*/

#new h1 {
	font-size: medium;
	font-weight: bold;
	color: #602E2E;
	background-image: url(../img/lin_tit.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 0.8em;
}
#new #primary h2 {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-size: 105%;
	color: #602E2E;
	margin-top: 1em;
}
#new strong.archivetitle {
	color: #602E2E;
}
#new #primary h3 {
	font-weight: bold;
	color: #602E2E;
}

/*////////////////////////////////////////////////////////////
	NEW INDEX
////////////////////////////////////////////////////////////*/

#new .entry {
	background-image: url(/img/lin_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#new .entry p {
	margin-bottom: 1em;
}
#new .entry p.date {
	text-align: right;
	margin-bottom: 2em;
}
#new .image {
	float: left;
	width: 95px;
}
#new .book {
	background-color: #EEEEEE;
	padding: 5px;
}
#new .data {
	float: right;
	width: 410px;
}
#new .btnd {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#new .spec p {
	background-color: #E6E9F5;
	padding: 0.5em;
}

/*////////////////////////////////////////////////////////////
	MONTHLY ARCHIVES
////////////////////////////////////////////////////////////*/

#new .monarch {
	background-color: #F0EEDB;
	padding: 7px;
	font-size: 80%;
	margin-bottom: 15px;
}
#new .monarch li {
	float: left;
	margin-right: 1.5em;
	list-style-type: none;
}

