@charset "Shift_JIS";

/*
---------------------------------------------------------------
  STEREO NOISE
  (C) stereo noise Inc. All rights reserved. 
---------------------------------------------------------------*/

@import url(default.css);
@import url(layout.css);
@import url(header_footer.css);
@import url(title.css);

/* LOGINページのみwrapper
---------------------------------------------------- */
#body-top {
	background:#FF006F;
}
#wrapper-top {
	width: 800px;
	margin: auto; /* center揃え設定 */
	text-align:left; /* center揃え設定(IE用) */
}
#footer-top {
	clear: both;
	margin-top: 50px;
	padding: 3px 0;
}
#footer-top p {
	margin: 3px;
	text-align: center;
	font-size: 10px;
	color: #333;
}

/* topFLASHのみ link
--------------------------------------------------*/
#wrapper-top a:link,#footer-top a:link { color: #FFFFFF; }
#wrapper-top a:visited,#footer-top a:visited { color: #FFFFFF; text-decoration: underline; }
#wrapper-top a:hover,#footer-top a:hover { color: #FF9999; text-decoration: underline; }
#wrapper-top a:active,#footer-top a:active { color: #FFFFFF; }


/* LOGINページ
---------------------------------------------------- */

#login {
	margin: 20px auto; /* center揃え設定 */
	text-align:left; /* center揃え設定(IE用) */
	width: 500px;
}
/* --ERROR-- */
#login #error {
	font-weight: bold;
	color: #CC0000;
	margin: 10px;
	border: 2px #C00 solid;
}
/* --ID & PASS-- */
#login table {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 300px;
	border-collapse:collapse;
	background: #FFCCCC;
}
#login table tr td {
	padding: 5px;
	width: 50%;
	vertical-align: top;
	border-bottom: 2px #FFF solid;
	color: #666;
}
#login table tr td.bdr0 {
	border-bottom: none;
}
#login table tr td span {
	font-size: 10px
}

/* --text-- */
.text p {
	padding: 5px 10px 0 10px;
}

/* --banner-- */
#banner {
	position: absolute;
	top: 670px;
	left: 630px;
}
