/* 基本 */
body {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}

th,td { font-size:12px; }
small { font-size:10px; }
big   { font-size:16px; font-weight:bold; }
img   { border:none; }

h4 {
    margin: 0;
    padding-left: 10px;
    font-size: 12px;
	font-weight:normal;
    color: #ffffff;
    line-height: 23px;
    background: url(img/navi.gif) top left no-repeat;
}

#midasi-c {
    margin: 0;
    padding-left: 10px;
    font-size: 12px;
	font-weight:normal;
    color: #ffffff;
    line-height: 18px;
    background: url(img/top.gif) top left no-repeat;
}

#midasi-l {
    margin: 0;
    padding-left: 10px;
    font-size: 12px;
	font-weight:normal;
    color: #ffffff;
    line-height: 23px;
    background: url(img/chaku.gif) top left no-repeat;
}

#midasi-r {
    margin: 0;
    padding-left: 10px;
    font-size: 12px;
	font-weight:normal;
    color: #ffffff;
    line-height: 23px;
    background: url(img/news.gif) top left no-repeat;
}

/* 広告 */
.waku-bt {
	color: #fff; 
	background-color: #006; 
	border: 2px solid #006; 
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}
.waku-bl {
	color: #000; 
	background-color: #fff; 
	border: 2px solid #006; 
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.sen-bt {
	border-top: 2px solid #006; 
}
.col-bt {
	color: #800; 
}
.col-bl {
	color: #444; 
}
#mise a {
    color: #444;
    text-decoration: none;
}
#top a {
    color: #fff;
    text-decoration: none;
}

/* 著作権表示部 */
.foot {
	color: #ccc; 
	background-color: #000; 
	text-align: right; 
	font-size: 10px;
    padding-right: 10px;
	border: 2px solid #000; 
	border-radius: 7px;
}

/* 一覧リスト */
.ue a {
    display: block;
	color: #fff;
    height: 35px;
    text-decoration: none;
}
.ue a:hover {
    background-color: #070;
}
.ue {
	color: #fff;
	background: #040;
    text-align: left;
	height: 35px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #fff;
}
.sita {
	color: #fff;
    text-align: right;
	height: 0px;
	position: relative;
	top: -17px;
	left: -20px;
}

/* メニュー */

ul {
	list-style: none;
}

#tiho li a {
    display: block;
	text-decoration: none;
	padding: 5px;
	width: 55px
}

#tiho li a:hover {
	background: #ffff88;
	color: #0000ff;
}

#news ul {
	margin: 0;
	overflow: auto;
	width: 215; 
}

* html #news ul {
	width: 250;	/*IE6用*/
}

#news li {
	margin-left: -40px;
}

* html #news li {
	margin-left: 0;	/*IE6用*/
}

#news li a {
    display: block;
	text-decoration: none;
    text-valign: bottom;
	padding: 2px;
}

#news li a:hover {
	background: #ffff88;
	color: #0000ff;
}

#navil a {
    display: block;
	text-decoration: none;
	padding: 5px;
}

#navil a:hover {
	background: #ffff88;
	color: #0000ff;
}

/* ナビゲーション */
#navi ul {
	margin: 0px;
}

* html #navi ul {
	margin-left: 40px;	/*IE6用*/
}

#navi li {
	margin: 0px;
    display: block;
	margin-left: -40px;
}

#navi a {
    display: block;
	text-decoration: none;
	padding: 3px;
}

#navi a:hover {
	background: #ffff88;
	color: #0000ff;
}

#navi ul.main {
	position: relative;
	z-index:100;
	list-style: none;
}

#navi ul.main li a {
	width: 96%;
}
* html #navi ul.main li a {
	width: 100%;	/*IE6用*/
}


/* サブメニュー */
#navi ul.sub li {
	margin: 0px;
}

#navi ul.sub li a {
	text-align: left;
	padding: 3px;
}

#navi ul li.navi_menu ul {
	display: none;
}

#navi ul li.navi_menu_on ul {
	display: block;
	position:absolute;
	top:-5px;
	left:80px;
	width:150px;
}

/* その他 */

.nowrap {
	white-space: nowrap;
}

form { margin:0; }

input.l {
    width: 400px;
}
input.m {
    width: 200px;
}
input.s {
    width: 80px;
}

#score table {
    margin: 5px;
    border-collapse: collapse;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
}

#score table th {
    padding: 5px;
	font-weight: normal;
    color: #aaaaaa;
    background-color: #222222;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

#score table td {
    padding: 5px;
    color: #222222;
    background-color: #ffffff;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

#toi table {
    margin: 5px;
    border-collapse: collapse;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
}

#toi table th {
    padding: 5px 10px;
    color: #222222;
    background-color: #444444;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

#toi table td {
    padding: 5px 10px;
    color: #aaaaaa;
    background-color: #222222;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

#toi table td.T_off {
    padding: 5px 10px;
    color: #222222;
    background-color: #888888;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.col-clt th {
    color: #ffffff;
    background-color: #888888;
}
.col-clt td {
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
}

h5 {
	margin: 0;
	text-align: right;
	font-size: 12px;
	font-weight:normal;
}
h6 {
	margin: 0;
	font-size: 12px;
	font-weight:normal;
}
.Q_on h5 {
	display: none;
}
.Q_off h5 {
	display: block;
}

.Q_off h6 {
	display: none;
}
.Q_on h6 {
	display: block;
}

.sbutton a{
	display: block;
    border: 1px solid #ccc;
	border-radius: 3px;
    background-color: #eee;
	font-size:12px;
    color: #444;
	padding: 3px 6px;

	box-shadow: 1px 1px 3px #000;
}

.regular-checkbox {
	-webkit-appearance: none;
    background-color: #eee;
	border: 1px solid #888;
	padding: 7px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox:checked:after {
	content: '\2714';
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 2px;
	color: #444;
}

