@charset "UTF-8";

/*
 * mhr.cc mtop.css
 */

body {
	margin: 0;
	background: rgb(244,244,244);
	font-family: Verdana, "ŸàƒSƒVƒbƒN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;}

#container {
	margin-top: 20%;
	border-top: 2px solid rgb(115,126,128);
	border-bottom: 2px solid rgb(115,126,128);}
	h1 {
		margin-top: 30px;}
	nav {
		font-size: 150%;
		padding-bottom: 15px;}
	ul {
		margin: 0;
		padding: 0;}
		li {
			list-style-type: none;
			margin: 25px 0;}
	p {
		line-height: 1.5em;
		font-size: 90%;}
	hr {
		margin: 15px 0 20px 250px;}
a{
	color: rgb(230,65,0);
	font-weight: bold;
	text-decoration: none;}
