@charset "UTF-8";

/*  Universal selector */
*{
	margin: 0;
	padding: 0;

	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}


/* Structure Module */

body {
	text-align: center;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #FFD700;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #FFD700;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #FFD700;
	background-color: #FFFFFF;
	background-image: url(../images/bg01.gif);
	background-repeat: repeat-y;
	background-position: center;
}


/*  Hypertext Module */
a {
	font-size: 100%;
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

a:link {
	font-size: 12px;
	line-height: 14px;
	color: #666666;

}

a:visited {
	font-size: 12px;
	line-height: 14px;
	color: #996699;
}

a:hover {
	color: #FF3300;
	font-size: 12px;
	line-height: 14px;
}

/* Text Module */
h1 {
	text-align: left;
	font-weight: normal;
	font-size: 180%;
	color: #96BF55;
	margin: 5px 0 15px 0;
}

	h1 span {
		clear: both;
		font-size: 60%;
		color: #FF9;
	}


h2 { color: #fff; text-align: center; font-weight: bold; font-size: 100%; position: fixed; }

	h2 span {
		clear: both;
		font-size: 70%;
		color: #FF9;
	}
	
h3 {
	clear: both;
	font-size: 120%;
	color: #FF9;
	font-weight: normal;
	margin: 0 0 10px 0;
}


/*  List Module */
ul,li {
	list-style: none;
}

li {
	font-size: 100%;
	list-style-position: outside;
	list-style-type: circle;
}

/*  Form Module */
form {
  margin: 0 auto;
}

/* Image Module */
img {
	border: 0;
}

/*  Object Module */
object,
embed {
  margin: 0 auto;
}


p {
	margin: 0 0 20px 0;
	color: #cccccc;
	line-height: 140%;
}

	p small, 
	li small {
		color: #09F;
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;
}
