@charset "shift_jis";
#CONTENTS .box {
	margin-top: 10px;
	border: 1px solid #b0b0b0;
	padding: 5px;
	position: relative;
}
#CONTENTS .box h2 {
	background-color: #787878;
	display: block;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#CONTENTS .box a.more {
	position: absolute;
	left: 652px;
	top: 8px;
}
#CONTENTS .box p img {
	display: block;
	margin-right: 10px;
	float: left;
}
#CONTENTS .box .left {
	float: left;
	width: 170px;
	margin-right: 10px;
}

#CONTENTS .box table {
	width: 170px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#CONTENTS .box table th {
	width: 45%;
	font-size: 85%;
	text-align: right;
	vertical-align: middle;
	padding: 3px;
	background-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#CONTENTS .box table td {
	width: 55%;
	padding: 3px;
	font-size: 85%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#CONTENTS .box .left   img{
	margin-bottom: 5px;
}

#CONTENTS .box table .nomargin {
	padding: 0px;
}

