/*All Style*/
body {
	background-color: #fff;
	color: #222;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}
p.head {
	background-color: #cff;
	font-size: 80%;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	border-top-width: 0;
	border-bottom-width: thin;
	border-right-width: 0;
	border-left-width: 0;
	border-color: #0ff;
	border-style: solid;
}
p.head a {
	text-decoration: none;
}
p.head a:hover {
	text-decoration: underline;
}
p.foot {
	font-size: 80%;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	border-top-width: thin;
	border-bottom-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-color: #cff;
	border-style: solid;
	clear: both;
}
p.foot a {
	text-decoration: none;
}
p.foot a:hover {
	text-decoration: underline;
}
address {
	font-family: "Verdana";
	font-size: 70%;
	font-style: normal;
	line-height: 140%;
	background-color: #cff;
	color: #000;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	border-top-width: thin;
	border-bottom-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-color: #0ff;
	border-style: solid;
}
address a {
	text-decoration: none;
}
address a:hover {
	text-decoration: underline;
}
h1 {
	background-color: #fff;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0.4em;
	padding-bottom: 0.3em;
	padding-right: 1em;
	padding-left: 1em;
	border-top-width: 0;
	border-bottom-width: thin;
	border-right-width: 0;
	border-left-width: 0;
	border-color: #9ff;
	border-style: solid;
}
h2 {
	background-color: #eff;
	font-weight: normal;
	color: #000;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 2em;
	padding-left: 2em;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: 0;
	border-left-width: 0;
	border-top-color: #0ff;
	border-bottom-color: #9ff;
	border-style: solid;
}
h3 {
	background-color: #eff;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 1em;
	margin-right: 2em;
	margin-left: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 2em;
	padding-left: 2em;
	border-top-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
	border-left-width: thick;
	border-color: #0ff;
	border-style: solid;
}
h4 {
	background-color: #eff;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 1em;
	margin-right: 3em;
	margin-left: 3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 1em;
	padding-left: 1em;
	border-top-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
	border-left-width: thick;
	border-color: #cff;
	border-style: solid;
}
div.scut {
	background-color: #fff;
	font-size: 90%;
	line-height: 1.3em;
	border-style: solid;
	border-color: #9ff;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 200px;
	height: auto;
	float: right;
}
div.scut p.schead {
	background-color: #dff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 2em;
	padding-left: 2em;
	font-family: "Verdana";
	font-weight: bold;
}

/*Tag Style*/
em {
	font-weight: bold;
	font-style: normal;
	color: #000;
}
strong {
	font-size: 140%;
	font-weight: bold;
	color: #000;
}
table {
	margin-right: auto;
	margin-left: auto;
}
th {
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-color: #666;
	border-style: solid;
}
td {
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-color: #999;
	border-style: solid;
}
code {
	font-family: "Verdana"; 
	font-size: 90%;
}
cite {
	color: #999;
	font-style: normal;
	font-size: medium;
}
q {
	color: #666;
	font-style: normal;
	font-size: 1em;
}

/*Point Style*/
.body {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 4em;
	margin-left: 4em;
	line-height: 160%;
}
a:hover.ot { color: #fff; background-color: #00f; }
.rc { color: #f00; }
.bc { color: #00f; }
.sc { color: #ccc; }
.wc { color: #fff; }
.st { color: #fff; }
.vff { font-family: "Verdana"; }
.gff { font-family: "georgia"; font-style: italic; font-weight: bold; }
.sf { font-size: 80%; }
.hf { font-size: 140%; }
.ol { text-decoration: line-through; }
.ifs { font-style: italic; }
.bfw { font-weight: bold; }
.yb { background-color: #ffc; }
.both { clear: both; }
.cn { text-align: center; }
.rt { text-align: right; }
img.rh {
	float: right;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-right: 0.2em;
	margin-left: 0.2em;
	border-style: inset;
	border-color: #cff;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
}
img.lh {
	float: left;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-right: 0.2em;
	margin-left: 0.2em;
	border-style: inset;
	border-color: #cff;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
}

/*Keiba Style*/
table.yoso {
	margin-left: 5em;
	margin-top: 1em;
	margin-right: 5em;
	margin-bottom: 1em; 
}
table.yoso th {
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-color: #0ff;
	border-style: solid;
	background-color: #cff;
	padding-left: 0.1em;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em; 
}
table.yoso th a { text-decoration: none; }
table.yoso td {
	border-top-width: thin; border-bottom-width: thin; border-right-width: thin; border-left-width: thin;
	border-color: #cff; border-style: solid;
	padding-left: 0.2em; padding-top: 0.2em; padding-right: 0.2em; padding-bottom: 0.2em;
}
table.keka {
	margin-left: 5em; margin-top: 1em; margin-right: 5em; margin-bottom: 1em; 
}
table.keka th {
	background-color: #000;
	color: #fff;
	border-top-width: thin; border-bottom-width: thin; border-right-width: thin; border-left-width: thin;
	border-color: #000; border-style: solid;
	padding-left: 0.1em; padding-top: 0.1em; padding-right: 0.1em; padding-bottom: 0.1em; 
}
table.keka th a { color: #cff; text-decoration:none; }
table.keka td {
	border-top-width: thin; border-bottom-width: thin; border-right-width: thin; border-left-width: thin;
	border-color: #666; border-style: solid;
	padding-left: 0.2em; padding-top: 0.2em; padding-right: 0.2em; padding-bottom: 0.2em; 
}
col.non { background-color: #fff; text-align: center; width: 1em; } /*予想無し*/
col.is { background-color: #eff; text-align: center; width: 1.8em; text-align: center; }
col.fr { background-color: #ffe; text-align: center; width: 1.8em; text-align: center; }
col.ko { background-color: #efe; text-align: center; width: 1.8em; text-align: center; }
col.yz { background-color: #eef; text-align: center; width: 1.8em; text-align: center; }
col.sn { background-color: #fef; text-align: center; width: 1.8em; text-align: center; }
col.yk { background-color: #fee; text-align: center; width: 1.8em; text-align: center; }
col.lo { background-color: #fee; text-align: center; width: 1.8em; text-align: center; }
col.mr { background-color: #ffe; text-align: center; width: 1.8em; text-align: center; }

/*Word Style*/
ul.word li {
	line-height:1.5em;
	margin:2em 3em;
	border-color:#9ff;
	border-style:solid;
	border-width:0px 0px 0px medium;
	list-style-position:outside;
}
ul.word p.wdt {
	font-size:14pt;
	font-weight:bold;
	background-color:#eff;
	color:#000;
	margin-bottom:0em;
	border-color:#9ff;
	border-style:solid;
	border-width:thin 0px 0px medium;
	padding:0.2em 1em 0.2em 1em;
}
ul.word p.wdn {
	text-align:right;
	margin-bottom:0em;
	border-color:#9ff;
	border-style:solid;
	border-width:0px thick thin 0px;
	padding-right:1em;
}
ul.word p.wdf {
	text-align:right;
	margin-top:0em;
	font-family:Verdana;
	font-size:9pt;
	color:#999;
} 

table.word {
	border-style: solid;
	border-width: thin;
	border-color: #ccc;
	margin-top: 1em;
	margin-left: 3em;
	margin-right: 3em;
}
table.word th {
	border-style: solid;
	border-width: 0;
	border-color: #ccc;
	text-align: right;
	width: 4em;
}
table.word td {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	line-height: 140%;
	padding-left: 0.4em;
	padding-top: 0.1em;
	padding-right: 0.4em;
	padding-bottom: 0.1em; 
}
table.wordpost {
	border-style: solid;
	border-width: thin;
	border-color: #ccc;
	margin-top: 1em;
	margin-left: 3em;
	margin-right: 3em;
	margin-bottom: 1em;
	background-color:#cff;
}
table.wordpost th {
	border-style: solid;
	border-width: 0;
	border-color: #ccc;
	text-align: center;
}
table.wordpost td {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	line-height: 140%;
	padding-left: 0.4em;
	padding-top: 0.1em;
	padding-right: 0.4em;
	padding-bottom: 0.1em; 
	background-color:#eff;
}

/*Vote*/
table.vote {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:4em;
	margin-right:4em;
}
table.vote th {
	border-color:#999;
	border-width:1px;
	border-style:solid;
}
table.vote td {
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
	padding-top:0.3em;
	padding-bottom:0.3em;
	padding-left:0.8em;
	padding-right:0.8em;
}

/*BBS Style*/
td.bbsth {
	text-align: right;
	background-color: #9ff;
}/*書き込み欄左揃え*/
div.bbshead {
	font-weight:bold;
	margin-top: 4em;
	margin-right: 3em;
	margin-bottom: 0;
	margin-left: 3em;
	padding: 0px;
}/*書きこみタイトル欄*/
div.bbshead div.bbsb {
	background-color: #eff;
	padding: 0.5em;
	border-style: solid;
	border-width: thin;
	border-color:#9ff;
}/*水色*/
div.bbshead div.bbsy {
	background-color: #ffc;
	padding: 0.5em;
	border-style: solid;
	border-width: thin;
	border-color: #ff9;
}/*黄*/
div.bbshead div.bbsg {
	background-color: #cfc;
	padding: 0.5em;
	border-style: solid;
	border-width: thin;
	border-color: #9f9;
}/*黄緑*/
div.bbshead div.bbsr {
	background-color: #fcf;
	padding: 0.5em;
	border-style: solid;
	border-width: thin;
	border-color: #f9f;
}/*桃*/
div.bbshead div.bbsp {
	background-color: #ccf;
	padding: 0.5em;
	border-style: solid;
	border-width: thin;
	border-color: #99f;
}/*紫*/
div.bbshead div.bbsd {
	background-color: #fc6;
	padding: 0.5em;
	border-style: solid;
	border-width: thin;
	border-color: #f93;
}/*橙*/
div.bbshead div.bbss {
	background-color: #ccc;
	padding: 0.5em;
	border-style: solid;
	border-width: thin;
	border-color: #999;
}/*灰*/
div.bbshead div.bbsre {
	background-color: #fcc;
	padding: 0.5em;
	border-style: solid;
	border-width: thin;
	border-color: #f99;
}/*赤*/
div.bbshead div.bbsbl {
	background-color: #6cf;
	padding: 0.5em;
	border-style: solid;
	border-width: thin;
	border-color: #36f;
}/*青*/
div.bbshead div.bbssl {
	background-color: #eee;
	padding: 0.5em;
	border-style: solid;
	border-width: thin;
	border-color: #ccc;
}/*銀*/
div.bbsbody {
	line-height:150%;
	margin-top: 0px;
	margin-right: 3em;
	margin-bottom: 1em;
	margin-left: 4em;
	padding: 0px;
}/*書きこみ記事欄*/
div.bbsbody div.bbsb {
	border-width: 0px;
	padding: 1em;
	border-style: solid;
	border-left-width: thin;
	border-color:#9ff;
}/*水色*/
div.bbsbody div.bbsy {
	border-width: 0px;
	padding: 1em;
	border-style: solid;
	border-left-width: thin;
	border-color: #ff9;
}/*黄*/
div.bbsbody div.bbsg {
	border-width: 0px;
	padding: 1em;
	border-style: solid;
	border-left-width: thin;
	border-color: #9f9;
}/*黄緑*/
div.bbsbody div.bbsr {
	border-width: 0px;
	padding: 1em;
	border-style: solid;
	border-left-width: thin;
	border-color: #f9f;
}/*桃*/
div.bbsbody div.bbsp {
	border-width: 0px;
	padding: 1em;
	border-style: solid;
	border-left-width: thin;
	border-color: #99f;
}/*紫*/
div.bbsbody div.bbsd {
	border-width: 0px;
	padding: 1em;
	border-style: solid;
	border-left-width: thin;
	border-color: #f93;
}/*橙*/
div.bbsbody div.bbss {
	border-width: 0px;
	padding: 1em;
	border-style: solid;
	border-left-width: thin;
	border-color: #999;
}/*灰*/
div.bbsbody div.bbsre {
	border-width: 0px;
	padding:1em;
	border-style: solid;
	border-left-width: thin;
	border-color: #f99;
}/*赤*/
div.bbsbody div.bbsbl {
	border-width: 0px;
	padding: 1em;
	border-style: solid;
	border-left-width: thin;
	border-color: #36f;
}/*青*/
div.bbsbody div.bbssl {
	border-width: 0px;
	padding: 1em;
	border-style: solid;
	border-left-width: thin;
	border-color: #ccc;
}/*銀*/
