@charset "utf-8";
/* CSS Document */

*{
	font:  medium/100% Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}	
	
a{
	text-decoration: none;
}
	
a img {
	border-style:none;
}
	
p{
	line-height:1.5;
	font-size:14px;
	padding:5px 12px;
	font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
}
	

	
#uma{
	width:920px;
	margin-left:auto;
	margin-right:auto;
}
	
	
.google	{
	width:550px;
	border:3px solid #ccff66;
	margin:15px auto;
	text-align:center;
	border-radius:10px;
}


/*201612追加*/
.google_in{
     width: 375px;
    margin: 30px auto;
}
.sp01{
	display:block;
	float:left;
}



/*ヘッダー*/

#header-l{
	width:660px;
	padding-top:15px;
	float:left;	
}
	
#header-r{
	width:300px;
	margin-left:660px;
}

#header-r p{
	font-size:12px;
	margin:0;
}
	

	
h1{

}
	
h2{
	font-size:18px;
	font-weight:bold;
	color: #c00;
	padding:10px 15px;
	background:#ffe9e8;
	border:3px solid #e83929;
	border-radius:8px;
	margin:10px 0;
}
h3{
	font-size:17px;
	padding: 5px;
	font-weight:bold;
	color:#006699;
	background: #ccff66;
	border-bottom:3px double #99cc00;
}
	

	
table {
    width:700px;
    border: 1px #99cc00 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:15px auto;
}

table th {
    padding: 5px;
    border: #99cc00 solid;
    border-width: 0 0 1px 1px;
    background: #ccff66;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table td {
    padding: 5px;
	background:white;
    border: 1px #99cc00 solid;
    border-width: 0 0 1px 1px;
    text-align:center;
	font-size:15px;
	line-height:1.3;
}
.kubun{
	border-top:2px solid #99cc00;
}

.odd td{
	background:#e5ffcc;
}

.nedan{
	width:150px;
}
	

dl{
	line-height:1.3;
	font-size:12px;
}

dt{
	font-weight:bold;
	font-size:14px;
}
dd{
	line-height:1.3;
	margin-left:20px;
	padding:5px 0 15px 0;
	font-size:14px;

}


#footer{
	clear:both;
	text-align:center;
	padding:10px;
	border-top:1px dotted #999999;
	}

.desc_cell{
	width:450px;
	height:250px;
	float:left;
	background:#f7ffe8;
	margin-bottom:15px;
}

.desc_cell p{
	margin-left:160px;
	margin-top:15px;
}

.cell1{
	margin-right:10px;
}

.cell2{
	margin-left:10px;
}

#keiba_news{
	background:url(sc1.jpg) #f7ffe8 no-repeat 0 35px;
}

#boku_news{
	background:url(sc2.jpg) #f7ffe8 no-repeat 0 35px;
}

#weekend_news{
	background:url(sc3.jpg) #f7ffe8 no-repeat 0 35px;
}

#pog_tora{
	background:url(sc4.jpg) #f7ffe8 no-repeat 0 35px;
}

.column{
	clear:both;
	margin:15px 0;
}

p.ryokin{
	font-weight:bold;
	text-align:right;
	font-size:12px;
	color:#cc0000;
	margin:0;
	padding:0;
}

.hosoku {
	font-size:12px;
	color:#666666;
}


#shohin_tokucho{
	background:url(pc_chara.jpg) no-repeat right bottom;
}

#shohin_tokucho p {
	margin-right:220px;
}

.aka{
	background:#FADCE9;
}

.kuro{
	background:#000000;
	text-align:center;
}

.desc_cell2{
	width:450px;
	height:320px;
	float:left;
	background:#f7ffe8;
	margin-bottom:15px;
}

.desc_cell2 p{
	margin-left:160px;
	margin-top:15px;
}

#keibajyou_hatsu{
	background:url(sc5.jpg) #f7ffe8 no-repeat 0 35px;
}

#sp_shisuu{
	background:url(sc6.jpg) #f7ffe8 no-repeat 0 35px;
}


/*201612追加*/

.dl_text{
        font-weight: bold;
    line-height: 1.5em;
    text-decoration: underline;
    font-size: 105%;
    letter-spacing: 1.1px;
    display: inline-block;
    margin: 9px;
}
.dl_text:hover{
	text-decoration:none;
}
.orange{
	color:#ff8023;
}
.green{
	color: #09af00;	
}
.blue{
	color: #0087ff;
}


