#head {
	width: 760px;
}
#sidebar {
	background: #CECF9C;
	float: left;
	height: auto;
	width: 150px;
	border-top: thin solid #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin none #CCCCCC;
}
#contents {
	float: left;
	width: 600px;
}
.px10 {
	font-size: 10px;
}
.px12 {
	font-size: 12px;
}
.px14 {
	font-size: 14px;
}
.px16 {
	font-size: 16px;
}
.px10red {
	font-size: 10px;
	color: #FF0000;
}
.px12red {
	font-size: 12px;
	color: #FF0000;
}
.px14red {
	font-size: 14px;
	color: #FF0000;
}
.px16red {
	font-size: 16px;
	color: #FF0000;
}
.px10white {
	font-size: 10px;
	color: #FFFFFF;
}
.px12white {
	font-size: 12px;
	color: #FFFFFF;
}
.px14white {
	font-size: 14px;
	color: #FFFFFF;
}
.px16white {
	font-size: 16px;
	color: #FFFFFF;
}
.spec {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
.spec th {
	text-align: left;
	background-color:#CCCCCC;
	width: 120px;
	font-size: 12px;
}
.spec td {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 12px;
}
.spectitle{
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
.spectitle th {
	text-align: left;
	background-color:#CCCC99;
	width: 120px;
	font-size: 12px;
}
.spectitle td {
	text-align: center;
	background-color: #009966;
	font-size: 16px;
	color: #FFFFFF;
}
.speccontents{
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
.speccontents th {
	text-align: left;
	background-color:#CCCCCC;
	width: 120px;
	font-size: 12px;
}
.speccontents td {
	text-align: center;
	font-size: 12px;
	background-color: #FFFFFF;
}
.price{
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
.price th {
	text-align: left;
	background-color:#FFFFFF;
	width: 120px;
	font-size: 12px;
}
.price td {
	text-align: center;
	font-size: 14px;
	background-color: #FFFFFF;
}
.friendorink {
	background-color: #CECF9C;
}
