@charset "Shift_JIS";
html {
			margin : 0;
			padding : 0;
			width : 100%;
}
body {
			margin : 10px 15px;
			padding : 0;
			line-height : 1.5em;
			font-family : serif;
			background-color : #000;
			color : #ddd;
}
.centering { text-align : center; }
.right-justify { text-align : right; }
.left-justify { text-align : left; }
h1 {
			margin : 0 auto;
			padding : 0px;
			font-size : 200%;
			font-weight : bold;
			color : #66c;
}
h2 {
			margin : 0 auto;
			padding : 0px;
			font-size : 150%;
			font-weight : bold;
			color : #66c;
}
h3 {
			margin : 0 auto;
			padding : 0px;
			width : 96%;
			font-size : 110%;
			font-weight : bold;
			color : #f00;
			background-color: #00a;
}
hr {
		width : 100%;
		height : 3px;
		color : #778;
		background-color : #778;
}
hr.hr90 {
		width : 90%;
		height : 3px;
		color : #778;
		background-color : #778;
}
/*
a {
		text-decoration : underline;
	}
*/
a:link {
		color : #0f0;
		text-decoration: underline;
	}
a:visited {
		color : #080;
	}
a:active {
		color : #f00;
	}
a:hover {
		color : #f0f;
		text-decoration: none;
	}
img{
	border : 0px;
}
#aisatsu {
			font-size : 200%;
			font-weight : bold;
			color : #c63;
}

