@charset "EUC-JP";
/****
 * Style sheet for the HTML 4.01 specification
 * $Id: style.css, ver. 1.00 by Tomokazu Y. 2004/09/09 $
 ****/

/** Body style **/
BODY {
	margin: 0; padding: 0;
	text-align: center; color: #000000;
}

/** Link style **/
A {
	margin:0px;
	text-align: center; color: #000066;
	display: block;
}

A:active  { color: #FF0000; }
A:visited { color: #6633FF; text-decoration: none; }
A:link    { text-decoration: none; }

@media screen { /* Hide from IE3 */
A:hover   { color: #FFFFCC; background-color: #EE3366; }
}

H1 { font-size: 15px; color: #000000; text-shadow: 3px 3px 2px #666666;}
H2 { font-size: 12px; color: #663300; }
H3 { font-size:  9px; color: #000000; }
H4 { font-size: 18pt; color: #000000; Font-family:Tahoma; }

P { font-size: 10px; line-height: 1.5em }
 
/** Table and Image style **/
TD {
	font-family: "Osaka","メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size:  9px; color: #000000;
	vertical-align: top;
}
TD.list {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	width: 182px;
	height: 14px;
}
TD.ls1 {
	font-size:  9px;
	vertical-align: top;
	width: 184px;
	height: 13px;
	background-color:#FFCCFF;
}
TD.ls2 {
	font-size:  9px;
	vertical-align: top;
	width: 184px;
	height: 14px;
	background-color:#FFFFCC;
}

IMG {
	border-style: none;
	border-width: 0;
}

/* ------
* { font-size:100% ; font-weight:normal }
body {
	 color:#000000 ; background-color:#FFFFFF ;
	margin-left:10% ; margin-right:10%
}
h1 { font-size:500% ; text-shadow: 4px 4px #999999 ;}
 p { line-height:1.5em }
------ */

/* ------
* { font-size:100% ; font-weight:normal ;}
body {
	color:#000000 ; background-color:#FFFFFF ;
	margin-left:10% ; margin-right:10%
}
h2 { font-size:500% ; text-shadow: 6px 6px 4px #666666 }
 p { line-height:1.5em }
------ */