h1,p{
	margin:0px;
	padding:0px;
}

#background{
	background-image:url('./image/bg_01.gif');
	background-repeat:no-repeat;
}

div.detail-left{
	width:262px;
	height:118px;
	float:left;
	margin-left:8px;
	padding:8px;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	background-image:url('./image/bg_02.gif');
}

div.detail-right{
	width:262px;
	height:118px;
	float:right;
	margin-left:8px;
	padding:8px;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	background-image:url('./image/bg_02.gif');
}

div.detail{
	width:230px;
	height:118px;
	float:right;
	margin-left:8px;
	padding:8px 16px;
}

p.detail{
	font-size:14px;
	margin-left:16px;
}

p.content{
	font-size:12px;
	color:#444;
}

table.detail{
	margin-left:16px;
}

th.detail{
	font-size:13px;
	vertical-align:top;
	white-space:nowrap;
	letter-spacing:5px;
}

td.detail{
	font-size:13px;
	vertical-align:top;
}

.c01{
	color:#663;
}

.c02{
	color:#633;
}

.c03{
	color:#366;
}

.c04{
	color:#336;
}

