/* 全体のレイアウトの設定 */

#roundtable{
	width: 600px;
	background: #F4C34D;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	line-height: 14px;
}

/* ***************************************************** */

/* 角のスタイル設定 */
.topcorner{
  background: #F4C34D url(corner_tr.gif) no-repeat top right;
}

.bottomcorner{
  background: #F4C34D url(corner_br.gif) no-repeat top right;
}

.corner{
 width: 20px;
 height: 20px;
 border: none;
 display: block;
}
/* ************************************************* */
.contents {
	margin: 20px;
}

.cap {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	left: 293px;
	width: 217px;
	position: absolute;
	visibility: visible;
}
.fname {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	left: 72px;
	position: absolute;
	visibility: visible;
	height: 28px;
	width: 220px;
}
.rpic {
	font-size: 10px;
	line-height: 14px;
	left: 513px;
	position: absolute;
	width: 106px;
}
.lpic {
	font-size: 10px;
	line-height: 14px;
	position: absolute;
	left: 77px;
}
