@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background-color: #000000;
	/*background-image: url(../img/bk/bg.gif);*/
}
#wrapper {
	width: 800px;
	margin: auto;
	background: url(../img/bg.jpg) repeat-y;
}

#chara {
width: 690px;
margin: 0 auto;
padding-left: 14px;
}

#chara img {
margin: 0 10px 20px 0;
float: left;
}

#footer {
background: url(../img/footer_bg.jpg);
margin: 0 auto;
width: 800px;
clear: both;
}

.back{
	margin-bottom: 10px;
}
.back img{
	border: none;
}
.back a{
	text-decoration: none;
}

.copyright{
	color: #1f2443;
	font-weight: bold;
	font-size: 12px;
	padding: 30px 0 10px;
}

.copyright a{
	color: #ffffff;
	text-decoration: none;
}

.copyright a:hover{
	color: #ffffff;
	text-decoration: none;
}

.nocopy {
width: 600px;
margin: 0 auto;
padding:2px;
font-size: 10px;
color: #ffffff;
height: 31px;
text-align: left;
clear:both;
}

.nocopy img{
	float: left;
	padding-right: 2px;
}
.nocopy a{
	font-weight: normal;
	color: #94eff7;
	text-decoration: none;
}

.nocopy a:hover{
	text-decoration: underline;
}

.left {
	float: left;
	width: 442px;
	padding: 10px 0 10px 40px;
}
.right {
	float: right;
	width: 442px;
	padding: 10px 40px 10px 0;
}


