@charset "UTF-8";

/*------------------------------------------------

------------------------------------------------*/

/**/
body {
	text-align:center;
	margin: auto;
	background-position: center top;
	background-color: #000000;
	color: #FFFFFF;
}

p {
	margin: 0;
}

/*  */
.large_text {
	font-family: "sans-serif", "Osaka",  "Arial";
	font-size: 15px;
	line-height: 150%;
	color: #CCCCCC;
}
.text1 {
	font-family: "sans-serif", "Osaka",  "Arial";
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}
.text2 {
	font-family: "sans-serif", "Osaka",  "Arial";
	font-size: 10px;
	line-height: 150%;
	color: #666666;
}
.notice{
  font-family: "sans-serif", "Osaka",  "Arial";
	font-size: 14px;
  line-height: 150%;
	color: #999999;
}
/*  */
a:link {
	text-decoration: none;
	color: #ad9168;
}
a:visited {
	text-decoration: none;
	color: #888888;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
}


/*------------------------------------------------

------------------------------------------------*/

/**/
.contents_back {
	background-repeat: repeat-y;
	background-image: url(../img/back_contents.gif);
	background-position: left top;
}
