*
	{
		color       : #555555;
		font-size   : 13px; 
		font-family : "Osaka" , "Century Gothic" , "‚l‚r ƒSƒVƒbƒN";
	}


A:link    { text-decoration:none; color:#ff3366 }
A:Visited { text-decoration:none; color:#ff3366 }
A:hover   { text-decoration:none; color:#cc6699 }
A:active  { text-decoration:none; color:#ff99cc }


body
	{
		background : url(image/site_background.jpg) #00ffff repeat-x center top;
		margin     : 0;
		padding    : 0;
	}


hr
	{
		border: 0 none;
		height: 1px;
		color: #999;
		background-color: #999;
		margin: 0px;
}


td
	{
		vertical-align : top;
	}


#pageFrame
	{
		width            : 800px;
		min-height       : 100%;
		background-color : #ffffff;
		border-left      : 1px solid #333333;
		border-right     : 1px solid #333333;
	}


#flash
	{
		width            : 800px;
		border-bottom    : 1px solid black;
	}


#document
	{
		width            : 800px;
		border-bottom    : 1px solid black;
	}


td#leftcol
	{
		width      : 339px;
		text-align : center;
	}


td#vline
	{
		width : 1px;
		background : url(image/v_line.gif) #ffffff repeat-y left top;
	}


td#rightcol
	{
		width      : 560px;
		text-align : center;
	}


table#profiledata
	{
		width  : 300px;
		margin : 0 auto;
	}


td.profilename
	{
		width : 80px;
	}


#header
	{
		width            : 800px;
		padding          : 10px 0 10px 0;
		text-align       : center;
		color            : white;
		background-color : #0099ff;
	}

#footer
	{
		width            : 800px;
		padding          : 4px 0 4px 0;
		text-align       : center;
		color            : white;
		background-color : #0000cc;
	}
