@charset "utf-8";
body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
#content {
	width: 402px;
	margin-top: 156px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF6600;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF6600;
	border-bottom-color: #E15A00;
	border-left-color: #FF6600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
}
#ic {
	width: 300px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	margin-top: 0px;
	background-color: #FFFFFF;
}
a.rollover {
display: block;
width: 90px;
height: 27px;
text-decoration: none;
background:url(images/button/up.gif)
}
a.rollover:hover {
background-position: -90px 0;
}
.border {
	border: 1px solid #FF6600;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
