@charset "UTF-8";
/* CSS Document */

html,body {
	background-color:#000;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:20px;
	min-width:900px;
	min-height:635px;
	position:relative;
}

body {
}

img {
	vertical-align:top;
	border:none;
}

#scroll a {
	color:#FC0;
}

#bottom a {
	color:#F60;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

p {margin:20px;}

#main {
	background-image:url(images/bg.jpg);
	width:900px;
	height:635px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-317px auto auto -450px;
}

#upper {
	height:603px;
	padding:15px 44px 0;
}

#language {
	width:812px;
	height:15px;
	margin:0 0 5px;
	text-align:right;
}

#navi {
	width:812px;
	height:55px;
	margin:0;
	padding:0;
}

#navi li {
	float:left;
	height:55px;
	list-style:none;
	margin:0;
}

#flash {
	width:812px;
	height:314px;
	margin:15px 0;
}

#contents {
	background-image:url(images/bg_contents.png);
	width:770px;
	height:274px;
	margin:15px 0;
	padding:20px 21px;
}

#scroll {
	height:274px;
	overflow:auto;
	font-size:12px;
	color:#FFF;
	display:block;
}

h2 {
	border:#F60 solid;
	border-width:0 0 3px 20px;
	font-size:16px;
	width:690px;
	padding:3px;
	margin:1em;
}

h3 {
	border-bottom:#F00 solid 3px;
	font-size:16px;
	width:690px;
	padding:3px;
	margin:1em;
}

.left {
	float:left;
	margin-right:10px;
}

.right {
	float:right;
	margin-left:10px;
}

#textLeft {
	width:380px;
	float:left;
	margin:0 20px;
	line-height:20px;
}

#imgRight {
	width:300px;
	float:left;
}

#imgRight img {
	margin-bottom:15px;
}

#member {
	width:700px;
	margin:20px;
}

.profile {
	float:left;
	width:210px;
	margin:0 20px 25px 0;
}

#bottom {
	width:812px;
	height:160px;
	margin:0;
}

#bottom dl,
#bottom ul {
	width:296px;
	height:108px;
	padding:52px 17px 0;
	line-height:22px;
	float:left;
	font-size:10px;
	margin:0 14px 0 0;
}

dl dt {
	float:left;
	width:48px;
}

dl dd {
	margin:0;
}

#update {
	background-image:url(images/bg_update.png);
}

#update dd {
	margin-left:56px;
}

#new {
	background-image:url(images/bg_new.png);
}

#new li {
	list-style:disc;
	list-style-position:inside;
}

#banner {
	width:123px;
	height:160px;
	float:left;
}

#banner img {
	margin-bottom:5px;
}

#footer {
	height:32px;
	padding:0 44px;
	background-color:#000;
	color:#FFF;
	line-height:32px;
	font-size:10px;
}

#copy {
	float:left;
	width:500px;
}

#footerlink {
	float:right;
	width:300px;
	text-align:right;
}


/*IE PNG FIX*/
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}