@charset "shift_jis";

/*------------ item common ------------*/

#contents_right .page {
	width: 300px;
	float: left;
	font-weight: bold;
}

#contents_right .number {
	width: 350px;
	float: right;
	text-align: right;
}

.underline {
	border-bottom: #029120 solid 1px;
	padding: 0 0 10px 0;
}

#contents_right .tablebox {
	width: 680px;
	border: #dbdbdb solid 3px;
	padding: 10px;
}

#contents_right .tablebox .leftbox {
	width: 225px;
	float: left;
}

#contents_right .tablebox .rightbox {
	width: 445px;
	float: right;
}

#contents_right table {
	font-size: 1em;
	margin: 0 0 10px 0;
}

#contents_right table th {
	text-align: right;
	background-color: #e9e9e9;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	border: #FFFFFF solid 1px;
	vertical-align: top;
}

#contents_right table td {
	background-color: #f7f7f7;
	padding: 3px 3px 3px 3px;
	border: #FFFFFF solid 1px;
	vertical-align: top;
}

#contents_right .green {
	background-color: #ddf2b3;
}

#contents_right .itemnumber {
	font-size: 1.2em;
	font-weight: bold;
}

#contents_right .newicon {
	vertical-align: text-top;
}
#contents_right .pages {
	font-weight: bold;
}
.newitem {
	font-size: 15px;
	color: ff9900;
}
