@charset "UTF-8";
/* CSS Document */
body{
	text-align:center;
	background:#000000;
	color:#FFFFFF;
}
#container{
/*	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -352px;
	margin-top: -270px;*/
	position:relative;
	margin: 0 auto;
	width:705px;
	height:377px;
}


#logo{
	background:url(../images/teishibo_title.gif) no-repeat;
	width:336px;
	height:150px;
	margin:0 auto;
	text-indent:-9999px;
}


#lead{
	background:url(../images/teishibo_desc.gif);
	width:705px;
	height:105px;
	margin:0 auto;
	margin-bottom:20px;
	text-indent:-9999px;
}

#lead-en{
	background:url(../images/teishibo_en_desc.gif);
	width:705px;
	height:80px;
	margin:0 auto;
	margin-bottom:30px;
	text-indent:-9999px;
}

#copyright{
	background:url(../images/teishibo_copyright.gif) no-repeat;
	width:278px;
	height:27px;
	text-indent:-9999px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
}


#twittericon{
	width: 32px;
	height: 32px;
	margin:0 auto;
	margin-top: 20px;
}

#twittericon a{
	width: 32px;
	height: 32px;
	background: url(../images/twitter_32.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

#contactlink{
	margin-top: 20px;
}

#contactlink a{
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

#contactlink a:hover{
	color: #fff;
	text-decoration: underline;
}
