@charset "UTF-8";

/*
 * mhr.cc top.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 {
	width: 250px;
	margin: 8% 0 0 10%;
	border-bottom: 2px solid rgb(115,126,128);
	border-left: 2px solid rgb(115,126,128);}
	h1 { 
		margin: 0 0 30px 30px;
		padding: 30px 0 0 0;}
	nav {
		font-size: 160%;}
		ul {
			margin: 0;
			padding: 0 0 30px 0;}
			li {
				color: rgb(230,65,0);
				font-weight: bold;
				list-style-type: none;
				margin: 0 0 0 30px;
				padding: 0 0 15px 0;}
	hr {
		margin: 15px 0 20px 200px;}
	p {
		margin: 0;
		padding-bottom: 25px;
		line-height: 2em;
		font-size: 120%;}
a{
	color: rgb(230,65,0);
	text-decoration: none;}
a:hover{
	text-decoration: underline;}
