@chraset "UFT-8";
/* base.css　
--------------------------------------------------------- */

/*
@import "common.css";
@import "pagelayout.css";
@import "printlayout.css";
*/
html *{margin:0;
	padding:0;
}

body {
	background: #222222;
	padding: 0px;
	width:900px;height:800px;position:absolute;top:50%;left:50%;
	margin:-270px 0 0 -450px;}
	/*
	left: auto;
	right: auto;
	position: relative;*/
}
ul,h1,h2,h3,h4,p {
	padding:0;
	margin:0;
}

a {
	font-style: normal;
	font-weight: normal;
	color:#990000;
	text-decoration: none;
}
a:hover{
	font-style: normal;
	font-weight: bold;
	color:#990000;
	text-decoration: none;
}
