/*----------------------

	競馬無双WEB
	
	全ページ共通CSS

---------------------- */


/*------ 共通設定 ------ */

html{
	overflow-y:scroll;
}

body{
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	background: #FFFFFF;
	font-size:9pt;
	width: 955px;
	margin-left: auto;    
	margin-right: auto;    
}

img {
	border:0;
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

p {
	margin:0;
	padding:0;
	text-align:left;     /* 中身を左側表示に戻す */
	
}

a{
	color: #0033FF;
	text-decoration:none;
	outline: none;
	
}
a:hover{
	color: #0099FF;
	text-decoration:underline;
	outline: none;
}

h1{
	font-size:14pt;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

/*------ ヘッダ ------ */
#header{
	width:950px;
	height:90px;
	margin-left:3px;
	background: url(../img/header_bg.gif) no-repeat;
	padding-top:10px;

}

/*------ ヘッダ ロゴ------ */
#header_logo a{
	float:left;
	text-indent:-9999px;
	display:block;
	width:147px;
	height:48px;
	margin-left:6px;
	margin-bottom:4px;
	background:url(../img/header_logo.gif) -3px -3px no-repeat;

}

/*------ ヘッダ ログインボタン------ */

#header_loginName{
	float:left;
	position:relative;
	left:430px;
	top:11px;
	width:200px;	
	text-align:right;
}

#header_loginName p{
	text-align:right;
	font-size: 9pt;
}


.header_login01_c a{
	margin-left:788px;
	display:block;
	text-indent:-9999px;
	width:147px;
	height:26px;
	background:url(../img/header_btn_login.gif)  0 0 no-repeat;
}

.header_login01_c a:hover{
	background:url(../img/header_btn_login.gif)  0 -26px no-repeat;
}

.header_login01_c_out a{
	margin-left:788px;
	display:block;
	text-indent:-9999px;
	width:147px;
	height:26px;
	background:url(../img/header_btn_logout.gif)  0 0 no-repeat;
}

.header_login01_c_out a:hover{
	background:url(../img/header_btn_logout.gif)  0 -26px no-repeat;
}

/*------ ヘッダ ログインボタン------ */
#header_toppage01{
	margin-left:854px;
	margin-top:5px;
}


/*------ ヘッダ メニュー------ */
#header_menu{
	clear:left;
	float:left;
	width:943px;
	height:31px;
	background:url(../img/header_menu.gif)  0 0 no-repeat;
}

#header_menu01 a{
	float:left;
	text-indent:-9999px;
	display:block;
	width:105px;
	height:25px;
	margin-left:3px;
	margin-top:3px;

}
#header_menu01 a:hover{	background:url(../img/header_menu.gif) -3px -34px no-repeat;}

#header_menu02 a{
	float:left;
	text-indent:-9999px;
	display:block;
	width:105px;
	height:25px;
	margin-top:3px;

}
#header_menu02 a:hover{	background:url(../img/header_menu.gif) -108px -34px no-repeat;}

#header_menu03 a{
	float:left;
	text-indent:-9999px;
	display:block;
	width:105px;
	height:25px;
	margin-top:3px;
}

#header_menu03 a:hover{	background:url(../img/header_menu.gif) -213px -34px no-repeat;}

#header_menu04 a{
	float:left;
	text-indent:-9999px;
	display:block;
	width:105px;
	height:25px;
	margin-top:3px;
}

#header_menu04 a:hover{	background:url(../img/header_menu.gif) -318px -34px no-repeat;}


#header_menu05 a{
	float:left;
	text-indent:-9999px;
	display:block;
	width:107px;
	height:25px;
	margin-top:3px;
}

#header_menu05 a:hover{	background:url(../img/header_menu.gif) -423px -34px no-repeat;}

.header_acc{
	float:left;
	margin-left:300px;
	margin-top:13px;
	width:100px;
	color:#4FA119;
	text-align:right;
	font-size: 9pt;
}

/*------ メイン ------ */
#pagebody{
	width:938px;
	margin-top:6px;
	margin-left:6px;
	margin-bottom:15px;
/*	background: #CCCCCC; */
}

/*------ フッダー ------ */
#footer{
	clear: both;	/*------ 一応クリア ------ */
	width: 950px;
	height: 20px;	
	background: url(../img/footer_bg.gif) 0 0 no-repeat;
	padding-top:5px;
}

#footer_menu{
	color:#FFFFFF;
	text-align:center;
}

#footer_menu a{
	color:#FFFFFF;
}

/*------ コピーライト ------ */
#copyright{
	clear: left;	/*------ 一応クリア ------ */
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
}


#error_msg {
	clear:left;
	margin-top:5px;
	
}

#error_msg p{
	color:#FF0000;
	text-align:center;
}


/*------ 背景枠 ------ */
#waku_center{
	margin-left:auto;
	margin-right:auto;

	width:545px;
	padding:0;
}

#waku_center_head{
	width:545px;
	height:12px;
	background:url(../img/cnt2_top.gif) 0px 0px no-repeat;

}

#waku_center_value{
	background:url(../img/cnt2_mid.gif) 0px 0px repeat-y;
	padding-left:12px;
	padding-top:10px;
}

#waku_center_bottom{
	width:545px;
	height:12px;
	background:url(../img/cnt2_btm.gif) 0px 0px no-repeat;

}

#ALL{
	text-align:center;
}
