#wrapper #mainbox #rightcontents #titleimage img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 700px;
}
#wrapper #mainbox #rightcontents #maincontents h2 {
	font-size: 18px;
	color: #333;
	background-image: url(../img/midashi-3s.jpg);
	float: left;
	height: 30px;
	width: 690px;
	margin-top: 5px;
	padding-top: 7px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#wrapper #mainbox table {
	width: 690;
	border: 1px #D3D3D3 solid;
	border-collapse: collapse;
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

#wrapper #mainbox table td {
	border: 1px #DAA520 dotted;
	background-color: #FDF5E6;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.2em;
}

#wrapper #mainbox table th {
border: 1px #FDF5E6 groove;
background-color: #D3D3D3;
padding: 3px 0;
text-align: center;
vertical-align: middle;
}
#wrapper #mainbox #rightcontents #maincontents p img {
	float: left;
}
.small_text {
	font-size: x-small;
}
.img_right {
	float: right;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 10px;
}
.img_left {
	float: left;
}
