html, body{ /* トップページ フルスクリーンスライドショーFlip*/
	margin: 0;
	padding: 0;
}
body{
	background:#fff;
}
.tf_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
}
.tf_bg img{
	position:absolute;
	top:0px; /*-482px;	 -(imgh/2 - wh/2) */
	left:0px;	/* calculate a negative value to center horizontally */
	width:100%;	/* windowwidth plus negative value of left */
	/*height:1650px; /* windowheight plus negative value of top */
	z-index: 1;
	display:none;
}

.tf_content{
    position:absolute;
    top: 50%; 
	left: 50%;
    width: 720px; 
	height: 380px;
    margin-top: -190px; 
    margin-left: -360px;
    z-index:10;
    display:none;
}

.tf_content2{
    position:absolute;
    top: 50%; 
	left: 50%;
    width: 750px; 
	height: 300px;
    margin-top: -150px; 
    margin-left: -375px;
    z-index:10;
    display:none;
}

.tf_content h2{
	color:#221714;
	font-size:19px;
	font-weight: 800;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	line-height:170%;
	padding:0;
	margin:0;
}

.tf_content p{
	color:#221714;
	padding:0;
	margin:0;
	background:transparent url(file:///9NN8IE8J8UF%208UYN8NNN8N8YNUNUN89UN9U98UN8U8UNUN8U9UN98UN98UN8UUU%20/Users/macuser/Documents/image/bg_content.png) repeat top left;
	padding:30px;
	width:500px;
	font-family: '小塚ゴシック Pro', osaka, arial;
	font-size:20px;
	line-height:25px;
	text-transform:uppercase;
	text-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none;
}

.tf_loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-30px 0px 0px -30px;
	width:60px;
	height:60px;
	background:#fff url(../image/loader.gif) no-repeat center center;
	z-index:777;
	opacity:0.7;
}
.tf_next,
.tf_prev{
	width:40px;
	height:40px;
	position:absolute;
	top:45%;
	right:50px;
	z-index:100;
	cursor:pointer;
	background:transparent url(../image/nav9.png) no-repeat top left;
	opacity:0.5;
}
.tf_next{
	background-position:0px -40px;
	margin-top:80px;
}
.tf_prev{
	background-position:0px 0px;
	margin-top:-55px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:0.9;
}
.tf_zoom,
.tf_fullscreen{
	width:20px;
	height:20px;
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	z-index:100;
	opacity:0.6;
	background:transparent url(../image/icons.png) no-repeat top left;
}
.tf_zoom{
	background-position:0px -20px;
}
.tf_fullscreen{
	background-position:0px 0px;
}
.tf_zoom:hover,
.tf_fullscreen:hover{
	opacity:0.9;
}
.reference{
	position:fixed;
	bottom:0px;
	right:0px;
	background:#000;
	height:23px;
	text-align:right;
	width:100%;
	text-shadow:1px 1px 1px #000;
	z-index:777;
	opacity:0.8;
}
.description{
	position:fixed;
	top:5px;
	right:5px;
	text-shadow:1px 1px 1px #000;
	z-index:777;
}
.reference a, .description span{
	color:#fff;
	text-transform: uppercase;
	margin-left:20px;
	text-decoration:none;
	font-family:Arial;
	font-size:10px;
}
a.last{
	float:left;
	line-height:23px;
}
.reference a:hover{
	text-shadow:0px 0px 1px #fff;
}