@charset "Shift_jis";
* {
	margin	: 0;
	padding	: 0;
	font	: normal normal normal 100%/1.3 "ＭＳ Ｐゴシック","Osaka",sans-serif;
	border	: none;
	color	: #ffffff;
	background-color: #101010;
}

html {
	font-size	: 80%;
	color	: #ffffff;
	background-color: #101010;
}

html{
	height:100%;
}
body{
	height:100%;
}
* html div#container{
	height:100%;
}
div#container{
	width: 800px;
	margin:0px auto;
	position:relative;
	min-height: 100%;
}
body > #container {
	height: auto;
}
div#main{
	padding-top		: 16px;
	padding-bottom	: 30px;
}
#foot{
	position:absolute;
	bottom:0px;
	height:30px;
	width:100%;
}


#main h1 {
	color			: #c0c0c0;
	font-size		: 24pt;
	line-height		: 24pt;
	font-family		: serif;
	text-align		: left;
	border-style	: solid;
	border-width	: 0px 0px 1px 0px;
	border-color	: #000000 #000000 #ffffff #000000;
	margin-top	: 6px;
	margin-bottom	: 6px;
}

#main div.Introduction {
	width			: 100%;
	border-style	: dashed;
	border-width	: 1px;
	border-color	: #0f0;
	margin-bottom	: 6px;
}

#main p {
	margin	: 0.2em 0.5em;
}

#main *.red {
	color : #ff0000;
	font-family		: serif;
}

#guid {
	text-align	: right;
	position:absolute;
	top:0px;
	width	: 100%;
	height	: 16px;
	border-style: solid;
	border-width: 1px 0px;
	border-color: #ff9900;
}

#cbody {
	height	: 402px;
	width	: 900px;
}

#menu {
	position	: absolute;
	left		: 0px;
	font-size	: 80%;
	width		: 230px;
	height		: 400px;
	border-style	: dashed;
	border-width	: 1px;
	border-color	: #0f0;
	margin-right	: 4px;
	overflow	: auto;
}
#menu a {
	text-decoration : none;
	line-height	: 150%;
}
#menu ul {
	text-indent	: 1em;
}

#menu li {
	margin-left	: 0.5em;
}

#text {
	position	: absolute;
	left		: 236px;
	width		: 564px;
	height		: 400px;
	border-style	: dashed;
	border-width	: 1px;
	border-color	: #0f0;
	background-color: #101010;
}

a:link		{	color:#66ccff; 	}	/* 通常のリンク */
a:visited	{	color:#3333ff;	}	/* 読込済のリンク */
a:active	{	color:#C0C0C0;	}	/* クリックした瞬間のリンク */
a:hover		{	color:#39cd32;	}	/* マウスを乗せた時のリンク */

ul {
	list-style-type: none;
}

/*------------------------------------------------------------------------------*/
#contents {
	width	: 95%;
}

#sentence p {
	padding	: 0.2em 0.5em;
}
