@charset "utf-8";
/* CSS Document */

.box {
	padding: 20px;
}
.odd {
	background-color: #F1F1F1;
}

.txt {
	width: 700px;
	margin: 0px auto;
}
.txt p {
	margin: 0px 0px 20px 0px;
	line-height: 150%;
}

.txt h3 {
	color: #B80A14;
	font-size: 11pt;
	margin-bottom: 15px;
}
.txt h3 span {
	background-color: #B80A14;
	color: #FFFFFF;
	padding: 0px 5px;
}


.font10b {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 0px 5px 10px;
	margin-bottom: 5px;
}

.cursor_red {
	margin: 10px;
	background-image:url(../common/img/line_dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom: 10px;
}
.cursor_red dt {
	background-image: url(../common/img/cursor_red.gif);
	background-repeat:no-repeat;
	background-position: left 17px;
	padding: 10px 0px 5px 10px;
	color: #B80A14;
	font-weight: bold;
}
.cursor_red dd {
	padding: 5px 0px 10px 0px;
}

.table03 th {
	width: 150px;
}
.table03 td {
	line-height: 220%;
}
.table03 td span.w {
	display: inline-block;
	width: 70px;
}
