body {
	background: #3c3c3c url(i/aiko_bkgd.jpg) repeat-x;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000000;
}

.h_menu {
	text-align: right;
	padding: 6px 12px 4px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: .1em;
}

#sidemenu {
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-size: 1.05em;
}

#content ul {
	list-style-position: inside;
	list-style-type: square;
}

#content {font-size: 1.1em;}

#footer {
	color:#eee;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

/* linklove */

a:link {
	color: #537658;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #69886E;
}

a:hover {
	color: #060;
	text-decoration: underline;
}

#content a {
	color: #537658;
	text-decoration: underline;
}

#sidemenu a:link {
	color: #333;
	text-decoration: none;
}

#sidemenu a:visited {
	color: #333;
	text-decoration: none;
}

#sidemenu a:hover {
	text-decoration: none;
	color: #C00;
}

#sidemenu a:focus {
	text-decoration: none;
	color: #C00;
}

a.topmenu:link    {
	color:#333;
	text-decoration:none;
}

a.topmenu:visited    {
	color:#333;
	text-decoration:none;
}

a.topmenu:hover    {
	color:#C00;
	text-decoration:none;
}

a.topmenu:focus {
	color: #CC0000;	
	text-decoration: none;
}

