@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
//	font-size: 12px;

}
.body{
	width:888px;
	margin:auto;
		color: #999999;
}
.header{
	width:888px;
	margin-bottom:24px;
}
.arrow{
	border:1px solid #999999;
	color:#FF0000;
	font-size:12px;
}
.menu{
	padding-bottom:4px;
}
.contents{
	width:888px;

}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-decoration:none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-decoration:none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0033ff;
}
.h_link a{
	color: #CCCCCC;
	text-decoration: none;
}
.h_link a:hover{
	color: #00f;
	text-decoration: none;
}

.h2 a{
	color: #B8860B;
	text-decoration: none;
	font-size:16px;
}
.h2 a:hover{
	color: #00f;
	text-decoration: none;
	font-size:16px;
}
