@charset "utf-8";

* {
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1.2em;
}

span.kana {
	font-size:0.5em;
	color:#999999;
}
ul {
	margin: 0 0 0 1em;
	padding: 0;
}
p{
	font-size:0.8em;
	line-height:1.5em;
}
table{
	margin:auto;
}
img {
	display:block;
}
h1 {
	text-align:center;
	font-size:1.3em;
	padding-bottom:0.5em;
}
h2 {
	font-size:1em;
	border-bottom:3px dotted #06F;
	text-align:left;
}
span.exp {
	font-size:0.8em;
	color:#F00;
}


table.blueTbl td,th{
	margin:3px;
	padding:5px;
	border:1px solid #000;
}
table.blueTbl th {
	background:#8D8573;
	color:#FFF;
}
table.blueTbl td {
	background-color: #FFF;
}






DIV#header {
	padding:10px;
	text-align:right;
	font-size:1.5em;
}
DIV#footer {
	font-size:0.8em;
	text-align:right;
	margin:0 auto;
	padding:20px 0;	
	border-top:2px solid #eaf4fc;
}

/* class display style*/
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

table.display thead th {
	padding: 3px 10px;
	border:none;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}
table.display thead td {
	padding: 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
}
table.display td {
	padding: 0px 10px;
	font-size:0.8em;
}
table.display td input[type=button] {
/*	font-size:0.8em;*/
	padding:2px;
}

table.display td.center {
	text-align: center;
}
table.display h3 {
	background-color:#CCFFFF;
}
table.display tr.sel {
	background-color:#F5D36B;
}
	
/*class input style*/
table.input{
	border:1px solid #000000;
}

table.input th{
	background-color:#CCFFFF;
	text-align:left;
	padding: 3px 10px;
	border:1px solid #000000;

}
table.input td{
	border:1px solid #000000;
}
