@charset "utf-8";


/* ------import--------*/
@import "content.css";
@import "js.css";
/* -------------------*/


* {
	margin:0;
	padding:0;
}


body {
	font-family:"メイリオ",Meirio,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:85%;
	background:url(http://keiba2ch.com/img/bg.gif) repeat-x #e9e9e9;
	line-height:1.6;
	}

img {
	border:0;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-size: 90%;
}

p,li,dt,dl {
	
}
dl {
	list-style-type: none;
}


li {
	list-style-type: none;
}

a{
	color:#004276;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}

noscript {
	display: none;
}

.clear {
	clear:both;
}

.hid{
	visibility:hidden;
	}
	
.font_small01{
	font-size:85%;
	}
	
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
	


