@charset "Shift_JIS";

/* 全体的な設定lammban
------------------------------------------------------------ */

	/* 初期化 */

	*:before,
	*:after {
		content : "";
	}

	* {
		margin : 0;
		padding : 0;
		font-style : normal;
		font-weight : normal;
	}

	body {
		color : #000000;							/* 文字の色 */
		background-color : #ffffff;				/* 背景の色 */
		text-align : center;
		line-height : 1.5;
		font-size : x-small !important;	/* 古いIEの文字サイズ */
		voice-family : "\"}\"";	
		voice-family : inherit;
		font-size : small !important;	/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
	}

	html>body {
		font-size : small !important;	/* Opera用の文字サイズ */
	}



/* リンクの設定
------------------------------------------------------------ */

	a { text-decoration : none;}
	a:link { color : #cc0000 !important;}
	a:visited { color : #cc0000 !important;}
	a:hover { color : #ff0000 !important;}
	a:active { color : #ff0000 !important;}
	a img {
		border-style : none;
		border-width : 0px;
		text-decoration : none;
	}



/* レイアウト用ブロックの設定
------------------------------------------------------------ */

	div#header {
	    width: 615px;
	    margin-left : auto;
		margin-right : auto;
	}
	div#header h1{
	    height: 31px;
 		background : url("image/GeartBritons_Btitle.gif") top center no-repeat;
 		text-indent: -99999px;
	}
	div#header p{
	    width: 615px;
		height: 20px;
		margin-top: 5px;
 }
	div#header a{
		display: block;
		width: 73px;
		height: 11px;
		margin-left: 545px;
		background : url("image/backnumber.gif") top left no-repeat;
	    text-indent: -99999px;
	}
	
	div#wrap {
		width : 615px;
		height: 750px;
		margin-left : auto;
		margin-right : auto;
		background-color : #ffffff;
		background : url("image/top-back.jpg") top center no-repeat;
		text-align : left;	/* 古いIE用にセンタリングした部分を元に戻す */
	}

	#title h2{
		text-indent: -99999px;
	}
	#top {
        margin-top: 110px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		width: 600px;
		color: #333333;
		font-weight: bold;
		font-size : 11px !important;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : 12px !important;
	}
	#enter a{
	    display: block;
	    width: 139px;
	    height: 55px;
		margin-left: 300px;
		margin-top: 400px;
		background : url("image/enter.gif") top left no-repeat;
	    text-indent: -99999px;
	}
	
	
	
	.small{
		font-size: 10px;
	}
