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;
//margin-top		: 10px;
}

ul,li {
	//display				: block;
	list-style-type		: none;
	margin-left			: 10px;
	margin-right		: 5px;
}

ul {

	min-height		: 10px;
	border			: 0px solid #cccccc;
	padding-top		: 10px;
	padding-bottom	: 10px;
}

li {
	border			: 1px solid #8796aa;
	background-color: #f5fffa;
	margin-bottom	: 3px;
	cursor			: move;
}

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;}

#menu {
	display	: block;
	position: absolute;
	margin	: 0px;
	padding	: 0px;
	top		: 0px;
	left	: 0px;
}

#left {
position	: absolute;
left		: 20px;
top		: 50px;
width		: 300px;
height		: auto;
margin-top	: 10px;
}

#center {
position	: absolute;
left		: 320px;
top		: 50px;
width		: 300px;
height		: auto;
margin-top	: 10px;
}

#right {
position	: absolute;
left		: 620px;
top		: 50px;
width		: 300px;
height		: auto;
margin-top	: 10px;
}

hr {
width	: 250px;
}

.sr {
	display	: none;
}
