@charset "utf-8";body {	color: #fff;	background:#fff;}.bgmaximage {	position: fixed !important;	display: none;}.loader {	position:absolute;	z-index:9999;	width:39px;	height:39px;	top:49%;	left:49%}/* -----------------------------------------------------------	base layout----------------------------------------------------------- */#maincontent {	position: absolute;	top: 0;	left: 0;	z-index: 50;	width: 100%;}#contents {	width: 170px;	padding: 20px;	margin-left: 50px;	background: #380407;	opacity: 0.8;	-moz-opacity: 0.8;	filter: alpha(opacity=80);	-ms-filter: "alpha(opacity=80)"; }.shadow {   -webkit-box-shadow: 3px 3px 5px 0px #000; 	-moz-box-shadow: 3px 3px 5px 0px #000; 	box-shadow: 3px 3px 5px 0px #000;/* For IE 8 */	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";/* For IE 5.5 - 7 */	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');}.link_box a{	display: block;}.no-display {	display: none;}#c_00{	text-align: center;	font-size: 14px;		padding: 10px;		margin: 0;	z-index: 10}a {	text-decoration: none;	color: #fff;}#c_01{	height: 263px;	text-align: center;	padding: 10px;		margin-bootom: 30px;	z-index: 10}#c_02{	height: 200px;	text-align: center;	padding: 0px;		margin: 0px;	z-index: 10}#c_03{	height: 30px;	text-align: center;	padding: 0px;		margin: 10px;	z-index: 10}.credit{	position:fixed;    bottom: 15px;	right: 20px;	z-index: 30;	font-size:11px;}/* -----------------------------------------------------------	mediaqueries----------------------------------------------------------- */@media screen and (max-width : 800px) { /* for smp */#contents {	padding: 10px 0 20px;	margin-left: 15px;	opacity: 0.7;	-moz-opacity: 0.7;	filter: alpha(opacity=70);	-ms-filter: "alpha(opacity=70)"; }}