@charset "utf-8";

.contentwrap {
	min-height: 95%;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
}
.contentwrap table {
	width: 100%;
	border-collapse:collapse;
	margin: 10px 0px;
	border-width: thin;
	border-style: solid;
	border-color: #000;
}

.contentwrap td {
	background-color: #F8F8F8;
	border-width: thin;
	border-style: dotted;
	border-color: #CCC;
	line-height: 110%;
	empty-cells: show;
	padding: 2px 5px;
	vertical-align: middle;
	height: 20px;
}
.contentwrap th {
	background-color:#FFC;
	text-align: left;
	padding: 2px 5px;
	height: 20px;
	border-width: thin;
	border-style: dotted;
	border-color: #CCC;
}
.contentwrap th.head {
	background-color:#FFF;
	text-align: center;
	padding: 2px 5px;
	height: 20px;
}

.contentwrap .col1 {
	width: 160px;
}
.contentwrap .col2 {
}
.contentwrap .colupdate {
	width: 80px;
}
table.tagtable {
	width: auto;
	border: none;
	border-collapse: collapse;
	margin: 10px 0px;
	max-width: 320px;
}
table.tagtable td {
	border: thin dotted #888;
	text-align: center;
	min-width: 8em;
	white-space: nowrap;
	height: 25px;
}

.fieldname {
	background-color: #FFF;
	white-space: nowrap;
	text-align: center;
}
.fieldvalue {
	background-color: #FFF;
	word-wrap: break-word;
	text-align: left;
}
.smallfield {
	font-size: smaller;
	white-space: nowrap;
}
td.mark {
	border: none;
	width: 25px;
	text-align: left;
	padding-left: 0px;
}
input.fullsize {
	width: 90%;
}
.left {
	text-align: left;
}
.headtitle {
	text-align: right;
	font-size:14px;
	font-weight: normal;
	margin: 10px 50px 0px 0px;	
}
.headtitle table {
	width: auto;
	margin: 0px 0px 0px auto;
}
.headtitle td {
	border: none;
	padding: 0px;
	vertical-align: middle;
	line-height: 100%;
	text-align: center;
}
.headtitle .number {
	font-family:"Times New Roman", Times, serif;
	font-size: 250%;
	color: #3F0;
	padding: 0px 20px;
}