@charset "utf-8";

/*------------------------------------------------
index.css
2010.01.25
------------------------------------------------*/

/* common
------------------------------------------------*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}

#main{
	text-align: left;
	overflow: hidden;
	background: #000000 url(../images/main_bg.jpg) no-repeat center top;
}

#backnumber {
	text-align: left;
	overflow: hidden;
	background: #000000 url(../images/bg_backnumber.jpg) no-repeat center top;
}



img{
	margin:0px;
	padding:0px;
	border: none;
}

h1{
text-indent: -9999px;
font-size: 1px;
margin: 0 0 0 0;
padding: 0 0 0 0;
height: 1px;
}

a { color: #009cff;}
a:hover { color: #cc0000;}


/*　メインコンテンツ
------------------------------------------------*/
.main-area,
.main-area-backunumber {
	/*height: 620px; normal*/
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
}
.main-area {
	height: 640px;
}
.main-area-backunumber {
	height: 40px;
}

.main-area p,
.main-area-backunumber p {
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 1px;
}

.main-area a{
	width: 233px;
	height: 170px;
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	margin: 10px 0 0 730px;
}

.sub-area {
	width: 960px;
	margin: 0 auto;
}

.sub-area h2 {
	font-size: 1px;
	text-indent: -9999px;
	height: 50px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#backnumber h2 {
	background: url(../images/h_backnumber.jpg) no-repeat top left;
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
	margin: 0 0 0 360px;
	padding: 0 0 0 0;
}

.sub-area ul {
	margin: 0 0 10px 360px;
	padding: 0 0 0 30px;
	list-style: none;
	width: 565px;
}

#backnumber .sub-area ul {
	padding: 0 0 0 15px;
}

.sub-area ul li {
	margin: 0 0 0 0;
	padding: 10px 0 10px 10px;
	border-bottom: dashed 1px #826a55;
	color: #ffffff;
	line-height: 180%;
}


.sub-area ul li img {
	float: right;
	vertical-align: middle;
}

.sub-area p {
	font-size: 70%;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	clear: both;
}


.footer-sp{
	background: #ffffff;
	margin: 0 0 0 0 !important;
}

.footer-sp table {
	background: #ffffff;
}

.msa-box {
	padding: 0 0 20px 0;
	background: #ffffff;
	text-align: center;
	margin: 15px 0 10px 0;
}

.topBtn {
	position: absolute;
	top:470px; left:80px;
}
.backBtn {
	margin: 15px 0;
	text-align: right;
}

/*　ポップアップ追記
------------------------------------------------*/

body#pop-style {
	background: #000000;
}

#pop-main {
	width: 680px;
	margin: 0 auto;
}

#pop-style h1 {
	widht: 109px;
	height: 69px;
	background: url(../images/logo.gif) no-repeat left top;
	font-size: 1px;
	text-indent: -9999px;
	margin-left: 571px;
}

#pop-style h2 {
	widht: 980px;
	min-height: 42px;
	_height: 43px;
	background: url(../images/ttl_bg.jpg) no-repeat left top;
	color: #ffcc00;
	font-weight: bold;
	font-size: 97%;
	padding: 14px 0 0 30px;
	margin: 0 0 27px 0;
	line-height: 105%;
}


.player-area {
	text-align: center;
	margin: 0 0 10px 0;
}

.plugin-txt {
	font-size: 70%;
	margin: 0 0 20px 0;
	padding: 0 0 0 375px;
}

.btn-area {
	text-align: center;
	margin: 0 0 18px 0;
}

.copy {
	text-align: center;
	margin: 0 0 10px 0;
}


/*-----------------------------------------------------------------
		調整用
-----------------------------------------------------------------*/

/*クリア*/

.c-box:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.c-box{display: inline-table;}
 /* Hides from IE-mac \*/
* html .c-box{height: 1%;}
.c-box{display: block;}
 /* End hide from IE-mac */

*:first-child+html .c-box { /* IE7用 */
	width: 100%;
}

.clear-both{
	clear: both;
	height: 1px!important;
	display: block !important;
	font-size: 1px!important;
	margin: 0 !important;
}

