/*
Author:Kyo Ichida
Author URI:http://www.abcjapon.co.jp
Version:0.6
*/

@import url(http://fonts.googleapis.com/css?family=Raleway);

*{
	margin:0;
	padding:0;
}
html{/*Win IE*/
	overflow:hidden;
	background:#000000 url(./media/kage_01.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
body{
	background-color:transparent;
	overflow-x:hidden;
	overflow-y:hidden;
	text-align:left;
	font-family: 'Futura Light', 'Century Gothic', 'Raleway', sans-serif;
	font-weight:100;
}
#flashcontent{width:100%; height:100%; overflow:hidden;}
/*#flashcontent img{border:none; width:100%; height:100%;}*/
#content{
	position:absolute;
	z-index:2;
	top:10px;
	left:20px;
	color:#fff;
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
h1{
	margin-bottom:16px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:3.0em;
	letter-spacing:16px;
	text-shadow:#fff 1px 1px 2px;
}
p{
	font-size:small;
	line-height:150%;
}
#menu{
	position:absolute;
	z-index:2;
	top:50%;
	left:24px;
	margin-top:-8em;
	text-transform:uppercase;
}
ul{
	list-style-type:none;
	line-height:1.4em;
	text-align:left;
	font-size:1.4em;
	letter-spacing:4px;
}
a{
	color:#fff;
	text-decoration:none;
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
a:hover{color:#fff;
	zoom:1;
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}
a:active{color:#ddd;}
.cache{display:none;}
#footer{
	position:absolute;
	z-index:2;
	bottom:4px;
	right:4px;
	color:#fff;
	font-size:12px;
}
#sns{
	position:absolute;
	bottom:2px;
	left:5px;
	z-index:1;
	min-width:520px;
/*	display:none;*/
}
.addthis_button_facebook_like,
.addthis_button_facebook_like iframe{
	width:110px;
}