body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #000000;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover, a:active {
	color: #cccccc;
	text-decoration: none;
}

#box {
	left:0;
	position:absolute;
	width:100%;
	z-index:10;
	margin: 0 auto 0;
	padding: 0;
	height: 100%;
}

#container {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	overflow: auto;
	position: relative;
	padding: 0;
	height: 100%;
}



#menu{
	width: 250px;
	height: 100%;
	text-align: center;
	float: left;
	margin-left: 30px;
}



#contents {
	margin-left: 300px;
	margin-right: 20px;
	text-align: center;
	background-color: #000000;
}


#header {
	height: 20px;
	text-align: right;
	width: 100%;	
}

#main {
	margin-top: 50px;
	margin-bottom: 50px;
}


#footer {
	height: 20px;
	text-align: center;
	width: 100%;
	font-size: 80%;
}

#flash {
	height:100%;
	position:fixed;
	width:100%;
	z-index:1;
	top: 0;
	left: 0;
	margin: 0;
}

#menu_bk {
	height:100%;
	position:fixed;
	width:250px;
	z-index:2;
	top: 0;
	left: 30px;
	margin: 0;
	background-image: url(img/menu.png);
	filter:Alpha(opacity=80);
}

#twitter{
	float: right;
	margin-top: 30px;
}

img {
	border: 0;
}

h1{
	font-weight: normal;
	font-size: 80%;
	white-space: nowrap;
}

#layout{
	text-align: left;
	width:90%;
}

/*‘S‘Ì*/
.table table{
	border-collapse: collapse;
}

}
.table td{
	border: 1px #888888 solid;
	padding: 8px;
	font-size: 90%;
}


