#content_title {
	background-image: url(../../common/img/bg_contents_title.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 700px;
	background-color: #336633;
	line-height: 40px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#content_text {
	height: auto;
	width: 720px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #EEEEEE;
	list-style-type: none;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

#content_under {
	height:auto;
	width: 720px;
	background-color: #ffffff;
	list-style-type: none;
	padding: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}

.photo {
	height: 200px;
	width: 150px;
	float: left;
	background-color: #CCCCCC;
	font-size: 12px;
	line-height: 200px;
	text-align: center;
	clear: both;
	margin-top: 10px;
}
.spec {
	height: 200px;
	width: 300px;
	float: right;
	background-color: #CCCCCC;
	font-size: 14px;
	line-height: 200px;
	text-align: center;
	clear: right;
	margin-top: 10px;
}
#content_text table {

	height: auto;
	width: 720px;
	background-color: #EEEEEE;
	list-style-type: none;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#content_text th {
	height: 180px;
	width: 150px;
	font-size: 12px;
	line-height: 180px;
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
}
#content_text td {
	border: 1px solid #999999;
	padding: 10px;
}
