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

html {/*Win IE*/
	overflow:hidden;
}
* {
	margin:0;
	padding:0;
}
body {
	background:#fff url(http://kotarohoriuchi.com/cms/wp-content/themes/twentyten/images/top.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	overflow-x:hidden;
	overflow-y:hidden;
	text-align:left;
}
#flashcontent {width:100%; height:100%; overflow:hidden;}
#flashcontent img {border:none; width:100%; height:100%;}
#content {
	position:absolute;
	z-index:2;
	top:25%;
	left:0;
	width:100%;
	padding:25px;
	background-color:#fff;
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
h1 {
	margin-bottom:16px;
	background:url(http://kotarohoriuchi.com/cms/wp-content/themes/twentyten/images/LOGO_KHA2010YN.png) no-repeat left top;
	text-indent:-999px;
	overflow:hidden;
}
p {
	font-size:x-small;
	line-height:150%;
}
ul {
	list-style-type:none;
	margin:16px 0;
	padding-top:12px;
	border-top:1px solid silver;
	line-height:200%;
	text-align:left;
	letter-spacing:4px;
	font-size:small;
}
a {color:grey; text-decoration:none;}
a:hover {color:black;}
#footer {
	clear:both;
	position:absolute;
	bottom:2px;
	right:2px;
	z-index:3;
	margin:0;
	padding:0 8px 0 0;
	text-align:right;
	font-size:small;
	zoom:1;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
.snbtns{
	position:absolute;
	z-index:4;
	bottom:28px;
	left:10px;
	display:inline-block;
	border:none;
	font-size:10px;
}
.snbtns li{
	float:left;
	display:block;
}
.snbtns li a{
	display:block;
	width:21px;
	height:21px;
	margin-right:8px;
	overflow:hidden;
	text-indent:124px;
}
.twitter{
	background:url(images/twitter-button.png) no-repeat;
}
.facebook{
	background:url(images/facebook-button.png) no-repeat;
}
