@charset "utf-8";
/* CSS Document */

/*body { background:#000 url(../img/pattern_kuset.png) 50% 0 repeat;}*/
body, html { height: 100%;}
html {
	background:#000 url(../../assets/img/poster_kuset_01.jpg) no-repeat center center fixed;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/poster_kuset_01.jpg', sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/poster_kuset_01.jpg', sizingMethod='scale')";
	-webkit-background-size:cover;
	   -moz-background-size:cover;
		 -o-background-size:cover;
			background-size:cover;
}

@charset "utf-8";
/* CSS Document */



#global-header {
	position:relative;
	width:100%;
}
	.header-isd:after {
		visibility:hidden;
		display:block;
		font-size:0;
		content:" ";
		clear:both;
		height:0;
	}
	.header-isd { display:inline-block; }
	
	/* Hides from IE-mac \*/
	* html .header-isd { height:1%; }
	.header-isd { display:block; }
	/* End hide from IE-mac */
	
	.header-isd { 
		position:relative; 
		width: 100%;
		max-width:900px;
		margin-left:auto; margin-right:auto; margin:0 auto;
		padding: 30px 0 20px 0;
	}
		.header-isd img { width: 100%;}


article { 
	position:relative;
	width:100%;
}	
	#content-plc { 
		position:relative;
		background: rgba(0,0,0,.65);
		width:90%;
		max-width: 900px;
		margin-left:auto; margin-right:auto; margin:0 auto;
		padding: 20px;
		text-align: left;
	}


