body{
	text-align: center;
}

#wrapper{
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#wrapper #title h1{
	background-color: #eee;
	font-size: 1.2em;
	margin: 0 0 .5em 0;
	padding: .25em;
	text-align: center;
}

#wrapper h2{
	background-color: #fff;
	color: #333;
	font-size: 1.1em;
	margin: 0 0 .5em 0;
	padding: 0 0 .25em 0;
	border-bottom: 1px #333 solid;
}

#wrapper h3{
	clear: both;
	background-color: #fff;
	color: #666;
	font-size: 1em;
	margin: 1em 0 .5em 0;
	padding: 0 0 .25em 0;
	border-bottom: 1px #666 dashed;
}

a img{
	border: 1px #fff solid;
}

/* display */

td, p{
	font-size: 11px;
}

table.display_table{
	width: 100%;
	margin: 5px 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
}

.td_head{
	padding: .25em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #def;
	font-weight: bold;
}

.td_data{
	padding: .25em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #fff;
}


.td_head_top{
	padding: .25em;
	text-align: center;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #def;
	font-weight: bold;
}

.td_data_top{
	padding: .25em;
	text-align: center;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #fff;
}

.td_head_sub{
	padding: .25em;
	text-align: center;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #ccc;
	font-weight: bold;
}


.td_data_num{
	padding-right: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	text-align: right;
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
}

.td_data_img{
	padding: 0;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
}

.big_a{
	background-color: #edf;
	color: #306;
	font-size: 1em;
	font-weight: bold;
}

.big_b{
	background-color: #dfe;
	color: #360;
	font-size: 1em;
	font-weight: bold;
}

table.floatleft{
	width: 360px;
	float: left;
}

table.floatright{
	width: 400px;
	float: right;
}


/* edit */

.db_table{
	width: 100%;
	margin: 0 0 1em 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
}

.db_head{
	padding: .25em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #def;
	font-weight: bold;
}

.db_data{
	padding: .25em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #f6f6f6;
}

.db_head_top{
	padding: .25em;
	text-align: center;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #def;
	font-weight: bold;
}

.db_data_top{
	padding: .25em;
	text-align: center;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #f6f6f6;
}

.db_data_strong{
	padding: 1em;
	text-align: center;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #fff6f6;
}


.db_table td table{
	width: 100%;
}

.db_table td table td{
	width: 20%;
	padding: .1em 0;
	line-height: 100%;
	font-size: 10px;
}

.db_data input.input_text,
.db_data textarea{
	margin-right: .25em;
	padding: .25em;
	border: 1px solid #666;
	background-color: #fff;
}

.db_data input.input_checkbox{
	margin: .25em .5em .25em .25em;
}

input.required{
	background-color: #fcc;
}

/* 
input.hankaku{
	background-color: #ced;
}

input.linebreak,
textarea{
	background-color: #edf;
}
 */

form{
	margin: 0;
	padding: 0;
}

.centering{
	text-align: center;
}

.cleared{
	clear: both;
}

.attention{
	color: red;
}

span.attention{
	color: red;
	font-size: 10px;
}


.bolder{
	font-weight: bold;
}

.stronger{
	color: red;
	font-weight: bold;
}

.lstronger{
	color: #036;
	font-weight: bold;
	font-size: 1.2em;
}

.larger{
	font-weight: bold;
	font-size: 1.1em;
}

.nd{
	display: none;
}

.dbcopyright{
	margin: 2em auto 0 auto;
	padding: 0;
	text-align: center;
	font-size: .8em;
}

/* ____________________ tabbox ____________________ */

.tabheader ul{
	list-style-type: none;
	margin: 2em 0 0 .5em;
	padding: 0;
	height: 1.5em;
	text-align: center;
	overflow: visible;
}

.tabheader li{
	margin: 0 .5em 0 0;
	padding: 0 .5em;
	height: 1.5em;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
	display: block;
	float: left;
}

.tabheader li a{
	font-weight: bold;
	text-decoration: none;
}

.tabheader .close{
	border: 1px #000 solid; 
	background-color: #ddd;
	white-space: nowrap;
}

.tabheader .open{
	color: #000;
	background-color: #fff;
	border-top: 1px #000 solid; 
	border-left: 1px #000 solid; 
	border-bottom: 1px #fff solid; 
	border-right: 1px #000 solid; 
	position: relative;
	z-index: 20;
}

.tabbody{
	border-top: 1px #000 solid;
	margin: -1px 0 0 0;
	background-color: #fff;
	position: relative;
	z-index: 10;
}

