/* CharaHobby2012 - C3xH M */
* {
	line-height: 140%;
}

p {
	font-size: 10pt;
}

body {
	background-color: #69b076;
}

div.smallbox {
	border: Solid 2px #007047;
	background-color: #FFFFFF;
	padding: 4px;
	margin: 2px;
}

h3.smallbox_title {
	margin: 0px;
	margin-left: 0px;
	border-left: Solid 24px #EA282E;
	padding-left: 4px;
	color: #EA282E;
	font-weight: bold;
	font-size: 13pt;
}

p.smallbox_text {
	color: #000000;
}
p.header {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 12px;
	border: Yellow 12px solid;
}

div.mainbox {
	border: Solid #8AC942 3px;
	margin: 12px 30px 10px;
	padding: 0px;
}
div.seiyakusho {
	border: Solid #8AC942 3px;
	margin: 2px 30px 10px;
	padding: 10px;
}
td.real, th.real {
	border: Solid #007047 1px;
	padding: 2px 12px;
	text-align: center;
}

th.real {
	background-color: #8AC942;
}

dt {
	background-color: #FFD816;
	text-align: left;
	padding-left: 2px;
	margin: 4px 2px 0px;
}

dd {
	border-top: Solid 0px #000000;
	text-align: left;
	padding-left: 8px;
	margin: 0px 2px 2px;
}

dt, dd {
	border: 2px Solid #FFD816;
}

p.inmainbox {
	margin: 4px 20px;
}

.red {
	color: #EA282E;
	font-weight: bold;
}

.blue {
	text-color: #16509B;
}

h3.inmainbox {
	margin: 0px;
	padding: 2px 20px;
	background-color: FFD816;
}

h3.seiyakusho_header {
	margin: 0px;
	padding: 2px 20px;
	background-color: #8AC942;
	text-align: center;
}
h2.seiyakusho_title {
	text-align: center;
	
}

.pending {
	background-color: Silver;
	color:Gray;
}

/*  forms */
table.entry {
	border-collapse: collapse;
	border: Solid 2px Black;
	margin-left: 40px;
}

td.entry_left_special {
	background-color: #EA282E;
	text-align: center;
	color: White;
	font-size: 11pt;
	margin: 1px;
	border: Solid 1px Black;
	padding: 4px;
}

td.entry_left, td.entry_left_require {
	background-color: #007047;
	text-align: center;
	color: White;
	font-size: 11pt;
	margin: 1px;
	border: Solid 1px Black;
	padding: 4px;
}

td.entry_left_require {
	font-weight: bold;
	color: #FFD816;
}

span.entry_note {
	font-size: 9pt;
	color: #8AC942;
}

td.entry_right {
	border: Solid 1px Black;
	background-color: White;
	font-size: 11pt;
	text-align: center;
	padding: 4px;
}
td.entry_right_special {
	border: Solid 1px Black;
	background-color: #FFD816;
	font-size: 11pt;
	text-align: center;
	padding: 4px;
}

table.confirm {
	border-collapse: collapse;
	border: Solid 2px Black;
	margin-left: 110px;
}

td.confirm_left {
	background-color: #16509B;
	text-align: center;
	color: White;
	font-size: 11pt;
	margin: 1px;
	border: Solid 1px Black;
	padding: 4px;
}

td.confirm_right {
	border: Solid 1px Black;
	background-color: White;
	font-size: 11pt;
	text-align: center;
	padding: 4px;
}

td.confirm_left_special {
	background-color: #334261;
	text-align: center;
	color: White;
	font-size: 11pt;
	margin: 1px;
	border: Solid 1px Black;
	padding: 4px;
}

td.confirm_right_special {
	border: Solid 1px Black;
	background-color: FFD816;
	font-size: 11pt;
	text-align: center;
	padding: 4px;
}

span.item{
	font-weight: bold;
	font-size: 10pt;
	color: Red;
}
span.copyright {
	font-size: 10pt;
	color: Blue;
	padding-left: 7px;
}

