@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-size:100%;
	list-style:none;
}
body {
	font-family:"MS PGothic,Osaka";
	font-size: 0.8em;
}
div#wrapper {
	width:500px;
	margin: 0 auto;
	position:relative;
	height:200px;
	top:0;
}
div#wrapper h1 {
	font-size:2em;
	font-weight:normal;
	color:#333;
	position:relative;
	float:right;
}
div#wrapper hr {
	clear:right;
	border-bottom:1px solid #333;
}
div#wrapper dl {
	padding-top:15px;
}
div#wrapper a:hover {
	color:#ffd823;
}