@charset "Shift_JIS";

/*	(C) MiDNiGHTBlUE	http://higher.s53.xrea.com/		*/
/*	(C) 2006-2009 Joege						*/


*	{
	margin : 0;
	padding : 0;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	background : transparent;
	list-style-position : inside;
	line-height : 120%;
	}

a:link	{
	color : #0000AA;
	font : inherit;
	text-decoration : underline;
	}

a:visited{
	color : #0000AA;
	font : inherit;
	text-decoration : underline;
	}

a:hover	{
	color : #0000BB;
	text-decoration : underline overline;
	font : inherit;
	}

body	{
	scrollbar-face-color : midnightblue;
	scrollbar-highlight-color : navy;
	scrollbar-3dlight-color : navy;
	scrollbar-shadow-color : navy;
	scrollbar-darkshadow-color : navy;
	scrollbar-arrow-color : white;
	scrollbar-track-color : #6666FF;

	width : 800px;
	margin-left : auto;
	margin-right : auto;

	text-align : center;
	font-size : 13px;
	color : #000055;


	background-color : #191970;
	}

#head:after, #main:after, #menu:after	{
	content : "";
	display : block;
	clear : both;
	height : 1px;
	overflow : hidden;
	}

img	{
	border : 0px;
	margin : 5px 5px 0 5px;
	}

#head	{
	text-align : left;
	margin : 1em 0 0 0;
	width : 800px;
	}

#logo	{
	width : 800px;
	height : 120px;
	}

#foot	{
	width : 800px;
	margin : 1em 0 1em 0;
	font-size : 80% ;
	text-align : right;
	clear : both;
	color:white;
	}

#main	{
	width : 800px;
	text-align : left;
	background-color : #3265FF;
	}

#contents	{
	width : 794px;
	margin:3px;
	background-color : #EEEEFF;
	padding-bottom : 40px;
	}

.pre	{
	text-indent : 0px;
	}

.none	{
	list-style-type : none;
	}

.f_l	{
	float : left;
	}

.f_r	{
	float : right;
	}

.cl	{
	clear : both;
	}

.center	{
	text-align : center;
	}

.small	{
	font-size : 70%;
	}

img.center	{
	display : block;
	margin-right : auto;
	margin-left : auto;
	}

li	{
	line-height : 150%;
	}

.link dt	{
	height : 40px;
	margin : 5px 0 5px 15px;
	}

.link dd	{
	font-size : 90%;
	}

h1	{
	display : none;
	}

h2	{
	font-size : 20px ;
	font-weight : bold;
	border-bottom : 3px blue double;
	padding : 2px 0 2px 15px;
	margin : 5px 0 2px 2px;
	}

h3	{
	font-size : 18px ;
	font-weight : bold;
	border-bottom : 1px blue solid;
	padding : 2px 0 2px 5px;
	margin : 5px 0 2px 10px;
	}

h4	{
	font-size : 16px ;
	font-weight : bold;
	padding : 2px 0 2px 5px;
	margin : 5px 0 2px 2px;
	}


blockquote	{
	margin : 2em 1em 2em 4em;
	}


dl
	{
	margin : 12px 0 10px 25px;
	}

dd	{
	margin-left : 30px;
	}

p	{
	text-indent : 10px;
	margin : 5px 0 5px 10px;
	padding : 5px 5px 5px 10px;
	}
table	{
	margin-left : 20px;
	}

strong	{
	font-weight : bold;
	}

input,textarea	{
	background-color : #FFFFFF;
	color : #000000;
	}
