@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body{
	line-height:1.4em;
	background-image:url(bg.jpg);
	margin:0 auto;
	text-align:center;
	position: static;
}

img{border:0;}

a:hover img{
	opacity:0.70;
	-moz-opacity:0.70;
	filter:alpha(opacity=70);
    text-decoration:none;
}

#top0{
	background-color:#000000;
	display:block;
	height:520px;
	width:100%;
	text-align:center;
}

#top{
	text-align:left;
	width:950px;
	margin:0 auto;
}

#main{
	position:relative;
	width:100%;
	z-index:5;
	margin:0 auto;	
}

#container0 {
	display:block;
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	width:990px;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	margin:0 auto;	
	text-align:center;
}

#container {
	width: 780px;
	height:100%;
	display:inline;
	float:right;
	position:relative;
	overflow:hidden;
	margin: 40px auto 0px;
	padding-top:25px;
	padding-left:30px;
	padding-bottom:30px;
	z-index:6;
}

div #side_l {
	background-image:url(bgside.png);
	display:inline;
	margin: 65px auto;
	padding:10px 0px 10px 10px;
	float:left;
	position:relative;
	width:170px;
	overflow:hidden;
	line-height:1.8em;
	text-align:left;
}

.youtubebg{
	background-image:url(sl06info.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:365px;
	margin: 0 auto;
	text-align:left;	
}

.youtube{padding-top:24px; padding-left:60px;}

#link_live{
	position:absolute;
	background-image:url(spacer.gif);
	width:175px;
	height:160px;
	bottom:50px;
	right:120px;
}

#topcenter{
	text-align:center;
	width:990px;
	margin:10px 0;
}

#btm{
	text-align:center;
	font-size:small;
/*	width:990px;*/
	margin:30px 0;
}

	/* トップページのポラロイド写真（CSS3） */

	ul.gallery { 
		list-style: none;
	}
	ul.gallery li a {
		position: relative;
		float: left;
		padding: 10px 10px 25px 10px;
		background: #eee;
		border: 1px solid #fff;
		-moz-box-shadow: 0px 2px 15px #333;
	}
	
	ul.gallery li a.pic-1 {
		z-index: 13;
		-webkit-transform: rotate(-10deg);
 		-moz-transform: rotate(-10deg);
		filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.1);
  	}
	ul.gallery li a.pic-2 {
		z-index: 15;
		-webkit-transform: rotate(-3deg);
 		-moz-transform: rotate(-3deg);
	}
	ul.gallery li a.pic-3 {
		z-index: 12;
		-webkit-transform: rotate(4deg);
 		-moz-transform: rotate(4deg);
	}
	ul.gallery li a.pic-4 {
		z-index: 14;
		-webkit-transform: rotate(14deg);
 		-moz-transform: rotate(14deg);
	}
	ul.gallery li a.pic-5 {
		z-index: 11;
		-webkit-transform: rotate(-12deg);
 		-moz-transform: rotate(-12deg);
	}
	ul.gallery li a.pic-6 {
		z-index: 16;
		-webkit-transform: rotate(5deg);
 		-moz-transform: rotate(5deg);
	}
	
	ul.gallery li a:hover {
		z-index: 20;
		-moz-box-shadow: 3px 5px 15px #333;
	}

.movie{ position:relative;background-color:#FFFFFF; width:850px; padding-top:10px; text-align:center;margin:0 auto;}
.tinyTip{ width: 325px; padding: 17px 0px 0px 0px; display: block; background: url(../images/tinyTip-top.png) 0px 0px no-repeat; }
.tinyTip .content{ padding: 0px 20px 0px 20px; font-size: 14px; font-family: "Lucida Sans Unicode"; color: #010101;  background: url(../images/tinyTip-content.png) 0px 0px repeat-y; text-align:left;}
.tinyTip .bottom{ height: 47px; background: url(../images/tinyTip-bottom.png) 0px 0px no-repeat; font: 0px/0px sans-serif; }
