@charset "utf-8";
/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ（px）:指定する値（%）
10px:77%;
11px:85%;
12px:92%;
13px:100%;
14px:107%;
15px:114%;
16px:122%;
17px:128%;
18px:136%;
19px:144%;
20px:152%;
21px:159%;
22px:167%;
23px:174%;
24px:182%;
25px:189%;
26px:197%;
*/
/*base*/
* {
margin: 0px;
padding: 0px;
}
a{
	text-decoration:underline;
	color:#A5104A;
}
a:hover{
text-decoration:none;
color:#FF7D37;
}
body {
	font-size:13px;
	font-family:Arial,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
	background-color: #D3DBDE;
	background-image: url(../img/bg-body.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,div{
margin: 0px;
padding:0px;
}
p{
line-height:150%;
}
ul,ol,li{
list-style:none;
}
address{
font-style:normal;
}
hr {
display:none;
}
img {
border:none;
vertical-align:bottom;
}

/**************************************************************
container
***************************************************************/
div#container{
	width:1000px;
	margin:0px auto;
	text-align:left;
}

/**************************************************************
header
***************************************************************/
div#header{
	background-image:url(../img/bg-body.gif);
	background-repeat:repeat-x;
	background-position:left top;
	position:relative;
}

div#header h1{
	font-size:92%;
	font-weight:bold;
	/*float:right;*/
	text-align:right;
	padding:10px 0px 5px 0px;
	margin-bottom:18px;
}

div#header h1 strong{
	font-size:114%;
}

div#header p#logo{
	background-image:url(../img/bg-body.gif);
	background-repeat:repeat-x;
	background-position:left top;
	position:absolute;
}

div#header div#wrap-logo p#logo{
	background-image:url(../img/bg-body.gif);
	background-repeat:repeat-x;
	background-position:left top;
	position:absolute;
	left: 0px;
	top: 0px;
	_left: -508px;
	_top: -2px;
}

div#header div#wrap-mainmenu{
	padding-left:305px;
}

div#header ul#mainmenu{
	background-image:url(../img/bg-mainmenu.gif);
	width:694px;
	height:41px;
	margin-bottom:19px;
}

*:first-child+html div#header ul#mainmenu{
	margin-bottom:22px;
}

div#header ul#mainmenu li{
	float:left;
}

div#header ul#mainmenu li a{
	display:block;
	color:#A5104A;
	height:28px;
	padding-top:13px;
}

div#header ul#mainmenu li#btn-home{
	width:105px;
	text-align:center;
}

div#header ul#mainmenu li#btn-home a:hover{
	background-image:url(../img/bg-mainmenu.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	width:105px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

body.home div#header ul#mainmenu li#btn-home a{
	background-image:url(../img/bg-mainmenu.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	width:105px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

div#header ul#mainmenu li#btn-horcebbs{
	width:209px;
	text-align:center;
}

div#header ul#mainmenu li#btn-horcebbs a:hover{
	background-image:url(../img/bg-mainmenu.gif);
	background-repeat:no-repeat;
	background-position:-105px bottom;
	width:209px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

body.search div#header ul#mainmenu li#btn-horcebbs a{
	background-image:url(../img/bg-mainmenu.gif);
	background-repeat:no-repeat;
	background-position:-105px bottom;
	width:209px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

div#header ul#mainmenu li#btn-racebbs{
	width:161px;
	text-align:center;
}

div#header ul#mainmenu li#btn-racebbs a:hover{
	background-image:url(../img/bg-mainmenu.gif);
	background-repeat:no-repeat;
	background-position:-314px bottom;
	width:161px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

body.race-search div#header ul#mainmenu li#btn-racebbs a{
	background-image:url(../img/bg-mainmenu.gif);
	background-repeat:no-repeat;
	background-position:-314px bottom;
	width:161px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

div#header ul#mainmenu li#btn-topic{
	width:219px;
	text-align:center;
}

div#header ul#mainmenu li#btn-topic a:hover{
	background-image:url(../img/bg-mainmenu.gif);
	background-repeat:no-repeat;
	background-position:-475px bottom;
	width:219px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

div#header div#mainsearch{
	background-image:url(../img/bg-mainsearch.gif);
	background-repeat:no-repeat;
	background-position:left top;
	clear:both;
	height:53px;
}

div#header div#mainsearch ul{
	background-image:url(../img/bg-mainsearch.gif);
	background-repeat:no-repeat;
	background-position:left top;
	clear:both;
	padding:0px 0px 0px 114px;
}

div#header div#mainsearch ul li{
	float:left;
	padding:19px 13px 0px 0px;
	color:#FFFFFF;
}

div#header div#mainsearch ul li span{
	padding:1px 5px 0px 0px;
	display:block;
	float:left;
}

div#header div#mainsearch p{
	float:left;
	padding:15px 13px 0px 0px;
}

/**************************************************************
content
***************************************************************/
div#content{
	background-image: url(../img/bg-content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width:1000px;
	margin-bottom:30px;
}

div#content div#inner-content{
	background-image: url(../img/bg-content-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:25px 30px 9px 30px;	
	width:940px;	
}

/*mainarea*/

div#content div#mainarea{
	width:670px;
	padding-right:30px;
	float:left;
}

div#content div#mainarea div.frame-top-cont{
	width:320px;
	background-image:url(../img/bg-frame-middle.gif);
	background-position:left top;
	background-repeat:repeat-y;
	float:left;
	margin-bottom:15px;
}

div#content div#mainarea div.frame-top-cont-right{
	float:right;
}

div#content div#mainarea div.frame-top-cont h2{
	background-image:url(../img/bg-frame-top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:15px 15px 20px 15px;
}

div#content div#mainarea div.frame-top-cont h2 img{
	float:left;
}

div#content div#mainarea div.frame-top-cont h2 span.linkmore{
	background-image:url(../img/icon-arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding:0px 10px 0px 0px;
	font-size:58%;
	float:right;
}

div#content div#mainarea div.frame-top-cont h2 span.linkmore a{
	color:#317695;
}

div#content div#mainarea div.frame-top-cont div.entry-wrapper{
	background-image:url(../img/bg-frame-bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0px 15px 15px 15px;
}

div#content div#mainarea div.frame-top-cont div.entry{
	border-bottom:1px #CCCCCC dotted;
	padding-bottom:10px;
	margin-bottom:10px;
}

div#content div#mainarea div.frame-top-cont div.entry-last{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:10px;
}

div#content div#mainarea div.frame-top-cont div.entry p.entry-txt{
	background-image: url(../img/icon-circle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0px 0px 0px 14px;
	margin-bottom:8px;
}

div#content div#mainarea div.frame-top-cont div.entry-kishu p.entry-txt{
	background-image: url(../img/icon-kishu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0px 0px 0px 22px;
}

div#content div#mainarea div.frame-top-cont div.entry-uma p.entry-txt{
	background-image: url(../img/icon-uma.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0px 0px 0px 22px;
}

div#content div#mainarea div.frame-top-cont div.entry p.entry-txt span.txt-round{
	padding:0px 20px 0px 0px;
	border-right:1px dotted #127674;
}

div#content div#mainarea div.frame-top-cont div.entry p.entry-txt span.txt-prize{
	padding:0px 20px 0px 20px;
	border-right:1px dotted #127674;
}

div#content div#mainarea div.frame-top-cont div.entry p.entry-txt span.txt-time{
	padding:0px 0px 0px 20px;
}

div#content div#mainarea div.frame-top-cont div.entry p.entry-txt span.txt-name{
	padding:0px 5px 0px 0px;
}

div#content div#mainarea div.frame-top-cont div.entry p.entry-txt span.txt-date{
	color:#999999;
}

div#content div#mainarea div.frame-top-cont div.entry p.entry-links{
	padding:0px 0px 0px 14px;
}

div#content div#mainarea div.frame-top-cont div.entry p.entry-links a{
	padding:0px 20px 0px 0px;
}

div#content div#mainarea div.frame-top-cont div.entry p.entry-comment a{
	color:#666666;
	text-decoration:none;
}

div#content div#mainarea p#main-banner{
	clear:both;
	margin-bottom:27px;
}

/*top-ranking*/
div#content div#mainarea h2#tit-rank-kakikomi-thisweek{
	padding:0px 0px 10px 12px;
}

div#content div#mainarea div#top-ranking{
	background-image: url(../img/bg-topranking-middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:30px;
	float:left;
}

div#content div#mainarea div#top-ranking div#inner-top-ranking{
	background-image: url(../img/bg-topranking-top.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding:15px 0px 0px 0px;
	float:left;
}

div#content div#mainarea div#top-ranking div#content-top-ranking{
	background-image: url(../img/bg-topranking-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:0px 10px 30px 10px;
	float:left;
}

div#content div#mainarea div#top-ranking div#content-top-ranking h3{
	width:203px;
	padding:0px 0px 10px 5px;
}

div#content div#mainarea div#top-ranking div.entry-wrapper{
	width:208px;
	float:left;
}

div#content div#mainarea div#top-ranking div.entry-wrapper-middle{
	margin:0px 13px;
}

div#content div#mainarea div#top-ranking div.entry{
	background-image: url(../img/bg-topranking-s-middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width:208px;
	float:left;
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry{
	background-image: url(../img/bg-topranking-s-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:15px;
	float:left;
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul{
	background-image: url(../img/bg-topranking-s-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:0px 15px 8px 15px;
	float:left;
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li{
	font-size:85%;
	margin-bottom:7px;
	padding-left:25px;
	width:153px;
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li a{
	float:left;
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li span{
	float:right;
	color:#666666;
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li.rank-1{
	background-image: url(../img/icon-toprank-1.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li.rank-2{
	background-image: url(../img/icon-toprank-2.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li.rank-3{
	background-image: url(../img/icon-toprank-3.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li.rank-4{
	background-image: url(../img/icon-toprank-4.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li.rank-5{
	background-image: url(../img/icon-toprank-5.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li.rank-6{
	background-image: url(../img/icon-toprank-6.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li.rank-7{
	background-image: url(../img/icon-toprank-7.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li.rank-8{
	background-image: url(../img/icon-toprank-8.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li.rank-9{
	background-image: url(../img/icon-toprank-9.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

div#content div#mainarea div#top-ranking div.entry div.inner-entry ul li.rank-10{
	background-image: url(../img/icon-toprank-10.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

/*latest news*/
div#content div#mainarea div#latest-news{
	margin-bottom:30px;	
}

div#content div#mainarea div#latest-news h3{
	background-image: url(../img/bg-title.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:21px;
	padding-left:12px;
	margin-bottom:20px;	
}

div#content div#mainarea div#latest-news ul{
	font-size:92%;
}

div#content div#mainarea div#latest-news ul li{
	line-height:150%;
}

/*about*/
div#content div#mainarea div#about{
	margin-bottom:30px;	
}

div#content div#mainarea div#about h3{
	background-image: url(../img/bg-title.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:21px;
	padding-left:12px;
	margin-bottom:20px;
}

div#content div#mainarea div#about p#about-img{
	float:left;
	width:163px;
	height:118px;
	padding-left:10px;
}

div#content div#mainarea div#about p#about-txt{
	float:left;
	width:454px;
	padding:10px 0px 0px 25px;
	line-height:150%;
}

/*subarea*/
div#content div#subarea{
	width:220px;
	float:left;
	padding-left:20px;
}

div#content div#subarea p#banner-right{
	margin-bottom:25px;
}

div#content div#subarea ul#submenu{
	text-align:center;
}

div#content div#subarea ul#submenu li a{
	color:#287D9C;
}

/**************************************************************
footer
***************************************************************/
div#footer{
	background-image: url(../img/bg-bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 162px;
	padding-top:20px;
	text-align:left;
}

div#footer div#inner-footer{
	width:967px;
	height:62px;
	background-image: url(../img/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px auto;
	padding-top:30px;
	padding-left:33px;
}

div#footer div#inner-footer ul li{
	display:inline;
	padding-right:40px;
}

div#footer div#inner-footer ul li a{
	color:#FFFFFF;
}

div#footer div#inner-footer address{
	color:#FFFFFF;
}

/*clearfix*/
.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
