#contents .leftbox {
	float: left;
	width: 254px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#contents .rightbox {
	float: left;
	width: 346px;
	margin-bottom: 20px;
}
#contents .rightbox p {
	font-size: medium;
	font-weight: bold;
	background-image: url(../images/arrow001.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 336px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#contents .rightbox ul {
	float: left;
	width: 346px;
}
#contents .rightbox li {
	list-style-image: url(../images/arrow002.jpg);
	float: left;
	width: 346px;
	list-style-position: inside;
	list-style-type: disc;
}
#contents .3box {
	width: 200px;
}
#contents .bigbox {
	float: left;
	width: 620px;
}
.3box p {
	float: left;
	width: 200px;
}


td {
	padding: 5px;
}
.3box table {
	float: left;
}

