/*20100802 Wriiten by Ryo*/

/*Basic Style */
h1 {
padding-top: 10px;
text-align: center;
font-family: Arial, "Lucida Grande", Verdana, sans-serif;
font-size: 16px;
color: #ffd90e;
}
h2 {
	text-align: center;
}
h3 {
margin-bottom: 11px;
color: #ff7829;
}
h5 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 8px;
	color: #d9d9d9;
}
p {
	line-height: 1.4em;
	margin-bottom: 10px;
}
span{
	color: #ff7829;
}
/*link color*/
a:link {
	color: #a4a4a4;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #a4a4a4;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #0044cc;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/*Link to emphasize*/
.emp a{
	color: #ff7829;
}
.emp a:visited{
	color: #ff7829;
}
.emp a:hover {
	color: #0044CC;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#hifi {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 8px;
	color: #999999;
}
strong {
	font-weight: bold;
}
#date {
	font-size: 90%;
	z-index: 50;
	top: 375px;
	position: relative;
	text-align: center;
}

