
/*----- body -----*/

body 
{
	font-size:0.8em;
	margin:0;
	text-align:center;
	width:750px;
}


/*----- link -----*/

a:hover
{	
left:1pt;
top:1pt;
color:Red;
text-decoration:underline;
}

a
{
text-decoration:underline;    
color:blue; 
}


/*----- h -----*/

h1 
{
	font-size:100%;
	color:Green;
	margin-bottom:3px;
}

h2
{
	color:#cc0000;
	margin-bottom:10px;
	font-size:130%;
}

h3
{}


/*----- # -----*/

#all
{
	width:80%;
	border-style:none double;
	border-width:3px;
	background-color:#ffffff;
	padding-top:3px;
}

#header
{
	border-bottom:solid 1px #666666;
	background-color:#d9d9d9;
	padding:5px;
	text-align:center;
}

#header2
{
	padding:5px;
	border-bottom-style:ridge;
	text-align:right;
}

#header3
{
	padding:2px;
}

#left
{
	float:left;
	margin-right:5px;
	margin-left:3px;
	margin-top:20px;
}

#main
{
	text-align:center;
}

#footer
{
	clear:both;
	margin-top:10px;
}


/*----- list -----*/

ul
{
	line-height:1.5em;
	margin-left:20px;
}


/*----- div -----*/

div.float1
{
	float:left;
}

div.float2
{
	float:right;
}

div.none
{
	clear:both;
}

div.cr
{
	text-align:center;
}

div.list
{
	background-color:#fffacd;
	border:solid orange;
	border-width:1px 1px 1px 3px;
	padding:5px;
	margin:1px;
}

div.day
{
	padding:5px:0px:3px:0px;
	border-top:double 1px black;
	color:#00cc00;
	font-weight:bold;
}

div.info
{
	margin-left:10px;
	margin-bottom:5px;
}

div.shina
{
	font-weight:bold;
	background-color:#00cc00;
	color:White;
	padding:1px:3px:1px:3px;
	margin-top:2px;
}

div.hinmei
{
	border:solid 1px #00cc00;
	background-color:#ccff66;
	padding:3px;
	margin-bottom:10px;
}

div.micro
{
	font-size:0.1%;
	color:#CCCCCC;
	line-height:0.1em;
}

/*----- table -----*/


table
{
	font-size:100%;
}

table.rank
{
	font-size:100%;
	text-align:center;
}