@charset "utf-8";

.emphasis{
	font-weight:bold;
	color:#191980;
}
#textBox p{
	margin-bottom:1em;
	text-align:justify;
	text-justify:newspaper;
}
#header{
	margin-bottom:20px;
}
#article{
	margin:0px auto 30px auto;
	width:924px;
}
h1{
	margin-bottom:15px;
}

.leftBox{
	float:left;
	width:460px;
}
.rightBox{
	float:right;
	width:448px;
}

/* leftBox */
.leftBox #textBox p{
	margin-bottom:15px;
}
.leftBox table{
	margin-bottom:20px;
}
.leftBox td.spacer{
	width:18px;
	height:18px;
}

/* rightBox */
.rightBox table{
	width:448px;
	margin-bottom:15px;
}
.rightBox .listBox{
	width:440px;
	margin-left:4px;
}
.rightBox .listBox .list{
	font-size:85%;
	border:1px solid #999999;
	border-top:none;
	margin:0;
	padding:0px 10px 0px 10px;
}
.rightBox .listBox .list .date{
	line-height:1.3em;
	font-weight:bold;
	color:#191980;
	float:left;
	width:100px;
}
.rightBox .listBox .list .cent{
	width:280px;
	float:left;
}
.rightBox .listBox .list ul li{
	height:32px;
	padding:8px 10px 8px 18px;
	border-bottom:1px dotted #999999;
	background:url(../images/firmprofile/ico_list.gif) no-repeat left 4px;
}
.rightBox .listBox .list ul li.three_lines{
	height:50px;
}
.rightBox .listBox .list ul li.last{
	border:none;
}
.rightBox .listBox .list ul li.line2{
	height:38px;
}

/* captionBox */
#captionBox{
	height:160px;
	font-size:85%;
	line-height:1.3em;
	margin:25px auto 0;
	padding:10px 10px 0 10px;
	background:url(../images/firmprofile/bg_caption.jpg) no-repeat left top;
}
#captionBox .leftBox{
	float:left;
	width:450px;
	padding:60px 0 10px 10px;
}
#captionBox .rightBox{
	float:right;
	width:438px;
	padding-top:8px;
}
#captionBox .rightBox p{
	margin-bottom:15px;
}

