/*リンク*/

a:link {

	color:#707070;

	text-decoration:none;

}

a:visited {

	color:#ff4daa;

	text-decoration:none;

}

a:hover {

	color:#FF4daa;

	text-decoration:none;

}

a:active {

	color:#ff6500;

	text-decoration:none;

}

div#container{

	width:1100px;

	margin-left:auto;

	margin-right:auto;

	}

	/*ヘッダー*/

div#header{
	background-image:url(../img/bg_header.jpg);
	background-repeat:no-repeat;
	width:368px;
	height:509px;
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:385px;
	}
/* TOP用ヘッダー部分 */
div#topHeader {
	width: 100%;
	height: 220px;
	clear: both;
	border: 0px solid #F00;
}

		/*ヘッダーメイラー*/

p#mailer1{

	width:155px;

	height:23px;

	position:absolute;

	top:435px;

	left:91px;

	}

p#mailer1 a{

	display:block;

	width:100%;

	height:100%;

	}

/*フッター*/

div#footer{

	background-image:url(../img/bg_footer.jpg);

	background-repeat:no-repeat;

	clear:both;

	width:1100px;

	height:29px;

	text-indent:-9999px;

	}





/* 深夜ログインエリア */

form#logInFormMB {

	margin: 0px;

	text-align: center;

}

form#logInFormMB table {

	width: 240px;

	height: auto;

	margin-left: auto;

	margin-right: auto;

	margin-top: 3px;

	margin-bottom: 10px;

	border: 1px solid #666666;

	background-color: #999999;

}

form#logInFormMB table td {

	padding: 3px;

	text-align: center;

	border: 1px solid #666666;

	background-color: #EEEEEE;

}



/*テロップ*/

div#telop{

	background-image:url(../img/telop.jpg);

	background-repeat:no-repeat;

	margin:0px auto;

	padding:20px 120px 10px 145px;

	width:795px;

	height:30px;

	font-size:20px;

	color:#FF0066;

	clear:both;

	}
