
body {
	color:#505050;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-image:url(bg.png);
	background-repeat:repeat-x;
}

#seo {
	font-size:11px;
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	color:#999;
}
	#seo #inner {width:755px; margin:auto auto;}
	#seo #inner #title {font-size:11px; float:left; padding-top:4px;}
	#seo #inner #subtitle {float:right; padding-top:4px;}

#container {
	width:600px;
	margin:auto;
}

h2 {font-size:16px; padding-top:15px; border-top:1px dotted #ccc;}
ul,li,
p {line-height:1.7;}
p.attention {font-size:13px; border:1px solid #ccc; background-color:#e5e5e5; padding:10px;}

.price {font-size:14px; color:red; font-weight:bolder;}

img {border:0;}
.gotop {width:100%; font-size:12px; text-align:right; border-top:1px solid #cccccc; padding:5px 0px;}

#footer {font-size:11px; line-height:1.8; text-align:center; background-image:url(bg-foot.png); background-repeat:repeat-x;}
#footer_txt {width:750px; margin:auto; padding:10px; text-align:center;}

/* Table */

.datatable {
	border-collapse : collapse;
	letter-spacing: 1px;
	margin: 15px 20px;
	width: 90%;
}
.datatable th {
	line-height: 150%;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	text-align:left;
	font-size: 12px;
	background-color: #690;
	height:25px;
	background-image: url(table-bg.png);
	white-space:nowrap;
}
.datatable td {
	line-height: 150%;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	text-align:left;
	font-size: 12px;
	height:25px;
}

.activetable {
	border-collapse : collapse;
	letter-spacing: 1px;
	margin: 15px 0px;
	width: 100%;
	font-size: 12px;
}

.activetable th {
	line-height: 150%;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	text-align:left;
	background: #e5e5e5 url(bg-table.gif);
	width:80px;
}

.activetable td {
	line-height: 150%;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	text-align:left;
}

