@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	line-height: 1.6em;
	text-align:center;
	color: #EEE;
	background-color: #000;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin-top: auto;
	width:780px;
	text-align:left;
	background-image: url(../images/fla_under.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}	
	
#update {
	float:left;
	width:420px;
	padding-top: 60px;
	padding-left: 80px;
}	

#main {
	float:right;
	text-align:right;
	width:260px;
}	

#footer {
	clear: both;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:780px;
	padding-bottom: 10px;
}

.aline {
	font-weight: bold;
	border-bottom:1px dotted #BBB;
	color: #EEE;
	text-decoration:none;
}

a:visited {
	color: #999;
}
a:hover.aline {
	background-color: #C00;
}

img {
	border:none;
	color:#000;
}

.orange {color:#F90;}

.center {text-align:center;}

.right {text-align:right;}

.cut {text-decoration:line-through;}

.small {font-size:12px;}