@charset "shift_jis";

/* Common
------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #000000;
}

/* LINK Style
------------------------------------------------------------------------------------*/
a:link {
	color: #fedd61;
	text-decoration: none;
}
a:visited {
	color: #f3e1e9;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #fedd61;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

/* FONT Style
------------------------------------------------------------------------------------*/
.middle {
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 16px;
	font-family: '‚l‚r ‚oƒSƒVƒbƒN', Osaka, 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', sans-serif;
}
.small {
	font-size: 8pt;
	line-height: 16px;
	font-family: '‚l‚r ‚oƒSƒVƒbƒN', Osaka, 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', sans-serif;
	color: #82c42d;
}
.attention {
	color: #f90c03;
}


/* Member Area Text Style
------------------------------------------------------------------------------------*/
#MemberAreaText {
	width: 490px;
	height: auto;
	margin: 0 70px;
	padding: 7px 0;
	text-align: center;
	color: #fff;
}
#MemberAreaText p {
	margin: 0px;
	padding: 5px;
}

/* WP
------------------------------------------------------------------------------------*/
#wp {
	background-image: url(../images/mov_line1.gif); 
	background-repeat: no-repeat; 
	width: 180px; 
	padding-top: 5px;
	}
	
#wp ul {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 80%;
	color: #fff;
	padding: 0px;
	line-height: 140%;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	}
	
#wp li {
	margin: 0px 0px 0px 50px; 
	padding: 0px;
	}
	
#wp div {
	padding-bottom: 5px;
	}
	
#wp ul .pix {
	margin-left: 5px;
	}
	
#wp .win {
	background-image: url(../images/winLogo.jpg); 
	background-repeat: no-repeat;
	}
	
#wp .mac {
	background-image: url(../images/macLogo.jpg); 
	background-repeat: no-repeat;
	}

/* Footer
------------------------------------------------------------------------------------*/
#copyright {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	color: #fb331d;
}
