body
{
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding-bottom: 20px;
	text-align: left;
	background: #fff;
	color: #555;
	margin: 0 auto;
}

a:link
{
	color: #ed1b2e;
	text-decoration: none;
}

a:visited
{
	color: #ed1b2e;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

h1
{
	color: #000;
	text-align: left;
	padding: 5px 0;
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2
{
	color: #ED1B2E;
	text-align: left;
	padding: 5px 0;
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.contents
{
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #555;
	margin-bottom: 10px;
	margin-top: 2px;
	line-height: 12px;
}

.more_link
{
	font-size: 11px;
	text-align: left;
	color: #555;
}

#article
{
	overflow: auto;
	height: 1200px;
}

#content_top
{
	position: absolute;
	width: 150px;
	top: 0px;
	left: 550px;
}
#contents
{
	overflow: auto;
	height: 1050px;
}

#scroll1
{	position: absolute;
	width: 530px;
	top: 0px;
	left: 0px;
}
#scroll2
{
	position: absolute;
	width: 150px;
	top: 150px;
	left: 550px;
}

a.jScrollArrowUp {
	background: url(../arrows/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../arrows/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

