@charset "utf-8";
@font-face{
	font-family: Surface;src: url('Surface-Medium.TTF')
}
body{
	background:#000000;
	background-image:url('../images/site/bg.png');
	background-attachment: fixed;
	margin:0 auto;
	padding:0;
	overflow-x:hidden;
	overflow-y:scroll;
	color:#FFFFFF;
	font-family:Surface !important;
	font-size: 18px;
	letter-spacing: .1px;
}
a{
	color: #B71C1C;
	font-family: Surface !important;
	text-decoration: none;
	cursor:pointer;
}
.b{
	font-family:Surface !important;
}
#main{
	width:960px;
	height:auto;
	margin:0 auto;
	position:relative;
}
.inline {
	display: inline-block;
}
#header {
	height:390px;
}
#logged {
	position: relative;
	top: 35px;
}
#menu{
	height:30px;
	position:fixed;
	width:100%;
	background-color:#333333;
	box-shadow: 0 0 20px rgba(0,0,0,0.9);
	top:0;
	display:block;
	z-index:1000;
}
.menu_buttons {
	height:30px;
	margin:0 12px;
	padding:0 12px;
	font-size:18px;
	vertical-align: middle;
	opacity:0.6;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	text-shadow: 0 0 7px rgba(0,0,0,0.75);
	-webkit-transition:0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
}
.menu_buttons:hover {
	height: 30px;
	opacity: 1;
	background-color: #2A2A2A;
}
#status_en, #status_jp{
	margin:0 auto;
	width:930px;
}
#active_en, #active_jp{
	margin-left:0;
}
#order_en, #order_jp{
	margin-right:0;
	margin-left:12px;
}
#logo {
	position: relative;
	height: 360px;
	top: 30px;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
#logo_img {
	width: auto;
	height: 360px;
}
#pCon{
	width: 960px;
	height: auto;
	position: relative;
	top: 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

/* PROJECT BOX */
.main_box{
	width:200px;
	height:auto;
	position:relative;
	margin:16px;
	padding: 4px;
	background:#B71C1C;
	opacity:0.9;
	box-shadow:0 0 10px rgba(0,0,0,0.7);
	-webkit-transition:0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
}
.main_box:hover{
	opacity:1;
	box-shadow:0 0 15px rgba(0,0,0,1);
}
.img{
	width:200px;
	height:300px;
}
.bottom_box{
	width:200px;
	min-height:21px;
	position:absolute;
	left: 0;
	bottom:0;
	padding: 4px;
	text-align:center;
	font-size:21px;
	background:#B71C1C;
	text-shadow: 0 0 7px rgba(0,0,0,0.75);
}
.bd_date{
	color:black;
	background-color:white;
	margin-bottom:5px;
	box-shadow:0 0 10px rgba(0,0,0,0.7);
	-webkit-transition:0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
}

/* SHITZILA CSS */
@-moz-document url-prefix(){}