body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(bg-body.png);
	background-repeat: repeat-x;
	background-color: #0A6491;
	line-height: 160%;
	font-size: 14px;
	color: #666666;
}
a:link {
	color: #135E94;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #D51232;
	text-decoration: underline;
}
ul,ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	list-style-position: inside;
}
p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#left {
	float: left;
	width: 590px;
	text-align: left;
	margin-left: 10px;
}

#right {
	width: 330px;
	float: right;
	text-align: left;
	margin-right: 5px;
}
#buy {
	height: 90px;
	width: 330px;
	background-image: url(btn-buy.png);
	background-repeat: no-repeat;
}
#buy a {
	display: block;
	height: 90px;
	width: auto;
}
#buy a span {
	display: none;
}
#down {
	height: 90px;
	width: 330px;
	background-image: url(btn-down.png);
	background-repeat: no-repeat;
}
#down a {
	display: block;
	height: 90px;
	width: auto;
}
#down a span {
	display: none;
}
#ris {
	height: 90px;
	width: 330px;
	background-image: url(btn-ris.png);
	background-repeat: no-repeat;
}
#ris a {
	display: block;
	height: 90px;
	width: auto;
}
#ris a span {
	display: none;
}
#kaka {
	background-image: url(kaka.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 110px;
}

#more {
	width: 300px;
	margin-left: 9px;
	border: 1px solid #B6B6B6;
	background-color: #F7F7F7;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#bottom {
	margin-right: 10px;
	margin-left: 10px;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
.spacer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 10px;
}
.line-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
	clear: both;
	padding-top: 5px;
	margin-top: 5px;
}

