@charset "utf-8";


dl.itembox {
	padding: 1em 0; 
	border-bottom: 1px dotted #CCCCCC;
}

dl.itembox dt {
	float: left;
	width: 98px;
	font-weight: bold;
}
dl.itembox dd {
	float: left;
	width: 600px;
	padding: 0 10px;
}

.sign {
	text-align: right;
}


.imageSet {}
.imageSet li {
	float: left;
}

p.itembox {
	padding: 1em 0; 
	border-bottom: 1px dotted #CCCCCC;
}

p.itembox dt {
	float: left;
	width: 20%;
	font-weight: bold;
}
p.itembox dd {
	float: left;
	width: 75%;
	padding: 0 10px;
}

.tx-in1 {
	text-indent: 1em
}

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 45%;
	height: 25px;
}
th {
	background: #f0e6cc;
	text-align: center;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.pd-left15 {
	padding-left: 1.5em;
}