@charaset "Shift-JIS";



body {
	color: white;
	background-color: black;
	font-family:"メイリオ", Osaka, "ＭＳ Ｐゴシック";
	/*line-height:140%;*/
	margin-left: 0px;
}


/***  a  ***/
a:link, a:visited {
	color:#9999FF;
}

a:hover {
	color:darkorange;
}


/*** em ***/
em {
	font-style:normal;
	font-weight:bold;
	color:#FF9900;
}




/*** 見出し ***/
h1	{
	color: white;
	background-color: #24025b;
	padding: 3px 3px 3px 15px;
	margin-top: 20px;
	margin-bottom: 30px;

	border-color: #32049b;
	border-style: solid;
	border-width: 0px 0px 0px 18px;
}

h2	{
	font-size: x-large;
	color: whitesmoke;
	background-color: #24025b;
	margin: 70px 0px 10px 15px;
	padding-left: 15px;
}

h2.top	{
	font-size: x-large;
	color: whitesmoke;
	background-color: #24025b;
	margin-top: 0px;
}

h3 {
	margin-top: 40px;
	padding-left: 10px;
	color: whitesmoke;
	border-color: #32049b; /*#24025b;*/
	border-style: solid;
	border-width: 0px 0px 2px 8px;
}




/*** Title ***/
div.title {
	font-size:50pt;
	font-family: "Times New Roman";
	font-weight:bold;
	
	margin-left: 200px;
	margin-right: auto;
	margin-bottom: 30px;
}

div.title img {
	border-style: none;
}




/*** Page ***/
table.page {
	margin-bottom: 50px;
}

table.page tr td {
	text-align: left;
	vertical-align: top;
}



/*** Menu ***/
div.menu {
	font-size: small;
	font-weight: bold;
	color: #99f;
	margin: 30px 30px 0px 0px;
	width: 155px;
	text-align: left;
}

div.menu ul {
	list-style-type: none;
	margin-left: 10px;
}

div.menu ul li {
	border-style: solid;
	border-color: #669;
	border-width: 0px 0px 1px 5px;
	margin-bottom: 10px;
	padding-left: 10px;
}

div.menu ul li.on {
	color: white;
	border-color: #669;
}


div.menu a {
	text-decoration: none;
}

div.menu a:link {
	color: #99f;
}

div.menu a:visited {
	color: #99f;
}



/*** News ***/
table.news {
	margin-left: 30px;
	margin-right: 30px;
}

table.news td {
	padding-right: 20px;
}



/*** Copyright ***/
div.copyright {
	font-size: small;
	font-family: "Courier New", Courier;
	text-align: right;
}



/*** Table with border ***/
table.border {
	border-collapse: collapse;
	border: solid 1px white;
}

table.border th {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px white;
	border-right: solid 1px gray;
}

table.border td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px gray;
}




/*** Note ***/
p.note {
	font-size: small;
	color: lightblue;
	margin-top: 0px;
}




/*** Screen Shot ***/
table.screenshot {
	margin-bottom: 10px;
}

table.screenshot tr.caption td {
	font-size: small;
	color: lightgrey;
	padding-bottom: 7px;
}


table.screenshot img {
	border-style: none;
}

table.screenshot caption {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}



/*** FAQ ***/
div.FAQ {
	padding: 0px 10px 0px 10px;
	border-style: solid;
	border-width: 3px 1px 1px 8px;
	border-color: darkslateblue;
	margin: 10px 5px 10px 5px;
}

p.Q {
	font-size: large;
	font-weight: bold;
}


/*** Credit ***/
table.credit tr td p {
	padding-left: 10px;
}

table.credit img {
	border-style: none;
	margin-bottom: 10px;
}

table.credit tr td blockquote {
	font-size: small;
	text-align: center;
	/*vertical-align: bottom;*/
	color: whitesmoke;
	background-color: #110;
	padding: 5px;
}



/*** Cautions ***/
p.caution {
	font-size: large;
	color: orange;
}


/*** Stress ***/
SPAN.stress {
	font-weight: bold;
	color: orange;
}

