@charset "UTF-8";
/* AUTHOR:t-styles */

table.table001 {
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 12pt;
	line-height: 18pt;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
table.table001 th,
table.table001 td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

table.table001 th {
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	background-color: #666666;
	font-weight: 300;
}

table.table001 td {
	white-space: nowrap;
	padding-left: 0.6em;
	padding-right: 0.6em;
	background-color: #ffffcc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
table.table001 td a {
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: 300;
}
.site_jump {
	float: right;
	padding-right: 200px;
	padding-top: 1.4em;
	padding-bottom: 0.3em;
}
table.table001 td a:hover {
	background-color: #ffa500;
}
.even{
	background-color: #F2F2F2;
}
.odd {
	background-color: #FFFFFF;
}
.hover{
	background: #ffff99;
}
.kadomaru_table {
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* apple用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	-o-border-radius: 10px;	/* OPERA用 */
	-ms-border-radius: 10px;	/* microsoft用 */
	box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* CSS3草案 */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* apple用 */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* Firefox用 */
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* OPERA用 */
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* microsoft用 */
	z-index: 1000;
	padding: 10px;
}
.han {
	font-size: 14pt;
	line-height: 14pt;
	text-align: center;
	font-weight: 500;
	padding-top: 2em;
}
.bold1 {
	font-weight: 900;
}
.y_koi {
	background-color: #0000FF;
}
