/**======= section =======**/
#mainContents section{
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
#greeting{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	text-indent: 1em;
	font-size: 108%;
}
#greeting .kazari{
	text-align: right;
}

/**======= table =======**/
#mainContents table{
	width: 95%;
	border-collapse: collapse;
	margin: 0px auto 20px auto;
	color: black;
	text-align: center;
}

#mainContents td{
	padding: 8px 0px 8px 0px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}
#mainContents td.top_left{
	border-top: 3px solid #808080;
}
#mainContents td.top_right{
	border-top: 3px solid tomato;
}

#mainContents table address{
	font-style: normal;
}
#mainContents table div.branch{
	margin-top: 15px;
}
#mainContents table div.item{
	margin-top: 15px;
}
#mainContents table p.after{
	margin: 5px 30px;
	text-align: right;
}

/**======= dl list =======**/
#history_list {
	padding: 3px;
	border: 1px solid #aaa;
	text-align: left;
	width: 95%;
	margin: auto;
	color: black;
}
#history_list dt {
	float: left;
	width: 20%;
	line-height: 1.4em;
	padding: 6px 0;
}
#history_list dd {
	float: left;
	line-height: 1.4em;
	width: 40%;
	border-left: 1px solid #aaa;
	padding: 6px 0 6px 7px;
}
#history_list dd.history_company {
	width: 80%;
}
#history_list dl {
	float: left;
	border-top: 1px solid #aaa;
	width: 100%;
	padding: 4px;
}
#history_list dl.history_dl_top{
	background-image: url(/image/background/border01.png);
	font-weight: bold;
	text-align: center;
	border: 0;
}





