/*=====================Main============================*/

html { 
	background		: #000000 url(../images/bg_index.jpg) top center repeat-x; 
	}

body { 
 	margin			: 0;
	vertical-align	: top;
	background		: url(../images/frame_chanpen.jpg) top center no-repeat; 
	}

td, div, p {
	color			: #361806;
	font-family 	: Verdana ;
	font-size		: 10px;
	line-height		: 15px;
}

a, a:link 		{color: #361806;text-decoration: underline;}
a, a:visited 	{color: #361806;text-decoration: underline;}
a:hover			{color: #502208;text-decoration: underline;}

#tooltip{
	position:absolute;
	border:1px solid #0088CC;
	background:#EEEEEE;
	padding:2px 5px;
	color:#333;
	display:none;
	}