@charset "utf-8";

/* ページ成形 */
html {
	background: none; height: 100%; margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%; vertical-align: baseline;
}
body {
	background: none; height: 100%; margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%; vertical-align: baseline;
}
p {
	background: none; margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%; vertical-align: baseline;
}
ul {
	background: none; margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%; vertical-align: baseline; list-style: none;
}
li {
	background: none; margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; border-image: none; font-size: 100%; vertical-align: baseline;
}

/* フォントの指定 */
body {
	color: rgb(51, 51, 51); line-height: 1.5; font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; -webkit-text-size-adjust: none;
}

/* リンクの装飾 */
a {
	text-decoration: none;
}
a:link {
	color:  #d9cbae;
}
a:visited {
	color:  #d9cbae;
}
a:hover {
	color:  #d9cbae;
}
a:active {
	color:  #d9cbae;
}
.cf::before {
	display: table; content: "";
}
.cf::after {
	display: table; content: "";
}
.cf::after {
	clear: both;
}

/* ページ縦固定用命令 */
#page {
   position: relative;
   min-height: 100%;
}

/* ヘッダータイトル */
#header {
	width: 100%; background-color: #6e5f41; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999999; table-layout: fixed;
}
#title {
	padding: 10px 0px 6px 0px; color: #f8f0df; font-size: 18px; font-weight: bold;
}

/* ページ縦固定用命令 */
#contents {
   padding-bottom: 4em;
}

/* ボタン */
#menu li {
	padding: 10px 30px 0px 30px; height: 60px; color: #000000; border-bottom-color: #999999; border-bottom-width: 1px; border-bottom-style: solid; position: relative; cursor: pointer;
  background-image: -webkit-linear-gradient(top, #E9E9E7 2%, #EFEEEC 27%, #EEEEEC 58%, #D5D4D0 94%);
  background-image: linear-gradient(180deg, #E9E9E7 2%, #EFEEEC 27%, #EEEEEC 58%, #D5D4D0 94%);
}

/* ボタン内文字数可変（ソースの“div id=”を変更） */
#m1 {
	line-height: 25px; font-size: 14px; font-weight: bold;/* 文字数～40 */
}
#m2 {
	line-height: 16px; font-size: 11px; /* 文字数41～50 */
}

/* ボタン内▲ */
#m1::before {
	border-width: 8px; border-style: solid; border-color: transparent transparent transparent #000000; border-image: none; top: 26px; width: 0px; height: 0px; right: 10px; position: absolute; content: "";
}

/* 競馬ブックロゴ */
#footer {
	text-align: center; position: absolute; bottom:  0px; width: 100%; height: 30px; border-bottom: solid 10px #739b73;
}
