@charset "utf-8";

/*タイトル--------------------------------------------------*/
.title {
	float:left;
	width:800px;
	background:url("../img/btn054_03.gif") no-repeat;
	height:30px;
	margin-bottom:10px;
}
.title p{
	display:block;
	float:left;
	font-size:12pt;
	font-weight:bold;
	margin:8px 0 0 28px;
}
* html .title p{margin:8px 0 0 14px;}

.subtitle {
	float:left;
	width:800px;
	height:30px;
}
.subtitle p{
	display:block;
	float:left;
	font-size:11pt;
	font-weight:bold;
	margin:0 0 0 0;
}

.box {
	float:left;
	width:800px;
	font-size:10pt;
	margin-bottom:30px
}

.box h1{
	font-size:11pt;
	color:#ffffff;
	background-color:#808080;
	padding:0 4px 0 4px;	/*上,右,下,左*/
	margin:4px 0 4px 0;
}

.box p{margin:5px 5px 5px 5px;}

.box ol{
	margin:10px 0 10px 0;
	padding:0px;
	font-size:10pt;
	list-style:url("../img/arrow002_03.gif") outside;
}
.box li{margin:0 0 10px 20px;padding:0px;}

.box h3{
	height:32px;
	width:620px;
	margin:0px 0px 5px 30px;
	background-image:url("../img/head017_03.gif");
	font-size:14px;
	font-weight:bold;
}











div.section h3{
	margin-bottom:10px;
}
div.attBox{
	margin-bottom:15px;
	width:525px;
	background:url("../../common/image/boxmid.gif") repeat-y;
}
p.attTop{
	padding:15px 20px 0;
	background:url("../../common/image/boxtop.gif") no-repeat top;
}
p.attBot{
	padding:0 20px 15px;
	background:url("../../common/image/boxbot.gif") no-repeat bottom;
}
div.section dl{
	padding:15px 15px 5px;
}
div.section dt{
	margin-bottom:5px;
	font-weight:bold;
}
div.section dd{
	margin:0 20px 20px 0;
}
p.attorneyTxt{
	margin:0 15px;
}

/* 2.for explanation style
===============================================================*/
div.explanation h4{
	margin-bottom:10px;
	line-height:32px;
	font-weight:bold;
	background:url("../../common/image/checktitlebg.gif") no-repeat #e8e8e8;
}
div.explanation h4 span{
	margin-left:10px;
	padding:2px 0 2px 25px;
	background:url("../../common/image/checktitle.gif") no-repeat 0 0 #e8e8e8;
}
div.explanation table{
	width:530px;
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;
	font-size:10pt;
}
div.explanation th{
	padding:5px 0;
	text-align:left;
	text-indent:8px;
	font-weight:normal;
	vertical-align:top;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
}
div.explanation td{
	padding:5px 8px;
	vertical-align:top;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
}
table.explanBox th{
	width:100px;
	background:url("../../common/image/tablebg.gif");
}
table.explanBox td{
	background:#faf7dd;
}
table.explanBox td strong{
	color:#FF6600;
}
table.explanBox p{
	margin-bottom:15px;
}
table.explanBox p.spaceNone{
	margin-bottom:0px;
}
table.explanBox02 th.tabHead{
	text-align:center;
	text-indent:0;
	font-weight:bold;
	background:url("../../common/image/tablebg.gif");
}
table.explanBox02 ul{
	margin-left:15px;
	list-style:disc;
}
tr.white th,
tr.white td{
	background:#fffffc;
}
tr.yellow th,
tr.yellow td{
	background:#faf7dd;
}
h5.optional{
	margin:20px 0 5px;
}
