@charset "Shift_JIS";


/* entrance ------------------------- */
	*:before,
	*:after {
		content: "";
	}
	
	* {
		margin     : 0;
		padding    : 0;
		font-style : normal;
		font-weight: normal;
	}
	
	body {
		margin      : 10px;
		color       : #e0e0e0;
		background  : #333333 url("bg.png");
		text-align  : left;
		line-height : 1.5;
		font-size   : x-small !important;
		voice-family: "\"}\"";
		voice-family: inherit;
		font-size   : small !important;
	}
	
	a {
		text-decoration: underline;
	}
	
	a:link {
		color          : #e0e0e0;
		text-decoration: underline;
	}
	
	a:visited {
		color          : #e0e0e0;
		text-decoration: underline;
	}
	
	a:hover {
		color          : #e0e0e0;
		text-decoration: none;
	}
	
	a:active {
		color          : #e0e0e0;
		text-decoration: none;
	}
	
	img {
		border-style   : none;
		border-width   : 0px;
		text-decoration: none;
	}
	
	strong {
		font-weight: bold;
	}
	
	blockquote {
		color      : #ffffff;
		margin     : 1em auto;
		padding    : 0.5em;
		border-left: #4068a5 1px solid;
		width      : 90%;
	}
	
	hr {
		border-style    : solid none none none;
		border-top-width: 1px;
		border-top-color: #4068a5;
		height          : 1px;
		margin          : 5px 0;
	}
	
	div#container {
		width : 100%;
		height: 100%;
	}
	
	div#header {
		width : 100%;
	}
	
	div#header h1:first-letter {
		color      : #f1f1f1;
		font-weight: bold;
		font-size  : 150%;
	}
	div#header h1 {
		padding-left  : 25px;
		padding-right : 0em;
		font-weight   : bold;
		font-size     : 400%;
		margin-bottom : 0.5em;
		padding-bottom: 0.25em;
		color         : #a5a5a5;
		background    : #222222 url("hbg.png") top right no-repeat;
		padding-top   : 0.5em;
		border-top    : #5f5f5f  1px solid;
		border-bottom : #5f5f5f  1px solid;
		border-left   : #5f5f5f 16px solid;
		border-right  : #5f5f5f  1px solid;
		font-family   : Arial, Sans-Serif;
		letter-spacing: -3px
	}
	
	div#footer {
		width      : 100%;
		margin     : 0 auto;
		color      : #a0a0a0;
		text-align : right;
	}

