﻿@charset "utf-8";

html,
body {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	background-color:#ffffff;
}
h1{
	color:#666;
	font-size:14px;
	line-height:150%;
	text-align:center;}
.center{
	color:#666;
	font-size:14px;
	line-height:150%;
	text-align:center;}

#top-container {
	width:100%;
	height:100%;
}

/*FLASHページ用*/

#container {
	position:absolute;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;	
    /*FLASHサイズの+3px*/
	min-width:1053px;
	min-height:748px;
	width:100%;
	height:100%;
	text-align:center;
	}

#content {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;	
	width:100%;
	height:100%;
    /*FLASHサイズの+3px*/
	min-width:1053px;
	min-height:748px;
	color:#666;
	text-align:center;
	}
	
.close{
	margin:20px;
	text-align:center;
	}
.close img{
	border:none;
	}

.footer-top {
	background-color: #000;
	position:absolute;
	bottom:0px;
	width:100%; }

.footer-text{
	position: absolute;
	right: 6px;
	bottom: -1px;
	_bottom: 0px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size: 11px;
	color: #999;
}
/************************************/
.htb{
	position: absolute;
	width:164px;
	height:33px;
	background:url(../images/btn_bg.gif) no-repeat;
	left: 6px;
	top: -5px;
	*top: 7px;
	font-size: 11px;
	color: #fff;
	overflow:hidden;
}

.tweet{
	position: absolute;
	width:80px;
	height:20px;
	left: 5px;
	top: 5px;
	}
.like{
	position: absolute;
	width:69px;
	height:20px;
	left: 89px;
	*left: 87px;
	top: 5px;
	}













