@charset "EUC-JP";
div.main {
	width: 415px;
	float: left;
}
div.right {
	width: 120px;
	float: right;
}
table.con {
	width: 100%;
}
ul.line_info
{
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #000063;
	margin-top: 14px;
	background-color: #EEFFFF;
}
ul.line_info li
{
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000063;
	padding: 2px;
}
ul.line_info li.title
{
	background-color: #99CCFF;
	border-top-style: none;
	font-weight: bolder;
	color: #0000CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000063;
}
ul.line_info li.title_kanri {

	background-color: #FFCCFF;
	border-top-style: none;
	font-weight: bolder;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000063;
}
ul.line_info li.column
{
	border-top-style: none;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.line_info li.sub_title
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000063;
	background-color: #DDFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000063;
	margin-top: 8px;
}
