*{
	margin:		0;
	padding:	0;
}

body{
	background:	#05050a;
	color:		#FFF;
	font-family:"Tahoma", "MS UI Gothic","ヒラギノ角ゴ Pro W3", Arial, "ＭＳ Ｐゴシック", Osaka, Helvetica, sans-serif;
}

a:link, a:visited, a:hover, a:active{
	color: #fff45c;
}

h2{
	float:		left;
}

h3{
	font-size:	90%;
	margin:		0.5em 0;
}

h4{
	font-size:		90%;
	margin:			2em 0 0.5em;
	font-weight:	normal;
}

ul, ol{
	padding-left:	2em;
}

ul li, ol li{
	line-height:	2em;
}

ul{
	list-style-type:	circle;
}

p{
	line-height:	2em;
	padding-left:	1em;
}

select{
	background:	#525259;
	color:		#e6e6e8;
	width:		185px;
}

span{
	color:		red;
	font-size:	90%;
}

div#portal{
	border:		1px solid #303134;
	background:	#3b3b3e url('../img/portal_bg.png');
	background-repeat: no-repeat;
	height:		58px;
}

div#portal img{
	margin:	15px 0 0 20px;
	border:	none;
}

div#title{
	padding:	1em 20px;
}

div#footer{
	text-align:		right;
	padding-right:	20px;
	padding:		0 20px 20px 0;
}

div.contents{
	border:		1px solid #96959a;
	margin:		0 20px 20px;
	padding:	20px 20px;
	clear:		both;
	background:	#1e1e23;
}

.right{
	float:	right;
}

.clear{
	clear:	both;
}