body   {
	border			: 0px;
	margin			: 20px;
	padding			: 0px;
	background-color	: #ffffff;
	color			: #666666;
}

h1,h2,ul,li {
	border			: 0px;
	margin			: 0px;
	padding			: 0px;
	font-style		: normal;
	font-weight		: normal;
	line-height		: 135%;
	font-size		: 11px;
	font-family		: Osaka,Verdana,"MS UI Gothic",sans-serif;
}

h1 {
	color			: #8796aa;
	font-size		: 13px;
	font-weight		: bold;
}

h2 {
	color			: #8796aa;
	font-size		: 12px;
}

ul,li {
	display				: block;
	list-style-type		: none;
	margin-left			: 10px;
	margin-right		: 5px;
	cursor			: move;
}

ul {
	min-height		: 10px;
	border			: 0px solid #cccccc;
	padding-top		: 10px;
	padding-bottom	: 10px;
}

li {
	border			: 0px solid #8796aa;
	background-color: #f5fffa;
	margin-left		: 10px;
	margin-bottom	: 5px;
}

a:link		{color	: #666666; text-decoration: none;}
a:visited	{color	: #666666; text-decoration: none;}
a:active	{color	: #ff7f50; text-decoration: none;}
a:hover		{color	: #ff6347; text-decoration: underline;}


#left {
	position	: absolute;
	left		: 20px;
	top			: 50px;
	width		: 300px;
	height		: auto;
	margin-left	: 0px;
}

#center {
	position	: absolute;
	left		: 320px;
	top			: 50px;
	width		: 300px;
	height		: auto;
	margin-left	: 0px;
}

#right {
	position	: absolute;
	left		: 620px;
	top			: 50px;
	width		: 300px;
	height		: auto;
	margin-left	: 0px;
}

.mg {
	border		: 1px solid #8796aa;
	margin-left	: 0px;
}

hr {
	width	: 250px;
}

.sr {
	display	: none;
}
