body	{
	background: #fff9df url('../_img/title.jpg') no-repeat fixed;
	background-position: left bottom;
	color: #696969;
	line-height: 150%;
}

html	{
	scrollbar-3dlight-color: #fff9df;
	scrollbar-highlight-color: #fff9df;
	scrollbar-shadow-color: #777777;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #fff9df;
	scrollbar-arrow-color: #777777;
	scrollbar-track-color: #fff9df;
}

div	{
	position: absolute;
}

#title	{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
}

#title p	{
	color: #5f9ea0;
	font-size: 28px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 8px;
	border-bottom: 1px dotted #ffa500;
	text-align: right;
}

#contents	{
	position: absolute;
	top: 50px;
	left: 10px;
	width: 110px;
	background-color: #fff9df;
}

#contents a	{
	padding: 0px;
	border-bottom: #999999 1px solid;
	width: 100%;
	color: #696969;
	background-color: #fff9df;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#contents a:hover	{
	color: #333333;
	background-color: #ffffee;
	text-decoration: none;
}

#main	{
	position: absolute;
	top: 50px;
	left: 130px;
	width: 80%;
}

#main a	{
	color: #696969;
	background-color: #fff9df;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
}

#main a:hover	{
	color: #ffa500;
	background-color: #fff9df;
}

#main a.image	{
	border-bottom: none;
}

img	{
	border: none;
	margin: 0px 5px 10px 0px;
}

img.floatleft	{
	float: left;
}

img.floatright	{
	float: right;
}

br.clear	{
	clear: both
}

h1	{
	color: #5f9ea0;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #5f9ea0;
	margin: 5px 10px 5px 0px;
}

h2	{
	color: #5f9ea0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #5f9ea0;
	margin: 5px 10px 5px 0px;
}

h3	{
	color: #5f9ea0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dashed #5f9ea0;
	margin: 5px 10px 5px 0px;
}

p,ul	{
	font-size: 12px;
}

address	{
	text-align: right;
	color: #999999;
	background-color: #fff9df;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.right	{
	text-align: right;
}

.cancel	{
	text-decoration: line-through;
}

.underline	{
	text-decoration: underline;
}

.em	{
	font-weight: bold;
	text-decoration: underline;
}

.welcome	{
	border: 1px dotted #999999;
	margin: 30px;
	padding: 10px 10px 10px 10px;
}

.ss	{
	text-decoration: line-through;
}

blockquote{
	border: 1px dotted #e5e5e5;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
}