@charset "utf-8";

body{
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: normal;
	color: #111;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color: #000;
}

div{
	display: block;
}


*{
	margin: 5px;
}

a{
	color: #f80;
}

.menu, .menu:visited{
	color: #f30;
	font-weight: bold;
	background: #fd8;
	font-size: 13px;
	display: inline-block;
	padding: 1px 5px 1px 5px;
	border: none;
	position: relative;
	cursor: pointer;
	margin: 0px 0px 10px 1px;
	vertical-align: middle;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.menu{
	color: #f30;
	font-weight: bold;
}

.menu a:link{
}

a.menu:hover{
	background: #555;
	color: #fff;
}



body {
	width: 100%;
}

#container {
	clear: both;
	position: relative;
}

#header {
	margin: 0px;
	margin-bottom: 5px;
	color: #f80;
	font-size: 110%;
	text-align: left;
	border-bottom: 1px solid #f00;
	width: 100%;
	height: 70px;
}

#userinfo {
	margin: 0 5px 0 0;
	float: right;
	font-size: 10px;
}

#footer
{
	margin-top: 10px;
	color: #f80;
	font-size: 80%;
	text-align: center;
	border-top: 1px solid #f00;
	width: 100%;
	height: 50px;
	clear: both;
}

#content-box
{
	margin-right: 160px;
	background-color: #fff;
}


#sidebar
{
	position: absolute;
	right: 0;
	top: 80px;
	width: 150px;
	font-size: 12px;
	line-height: 18px;
	color: #f80;
}


.copyright
{
	color: #f80;
}
