@charset "utf-8";
/* CSS Document */


table.sped_table{
	width:750px;	
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.sped_table th{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:0 1em;
	text-align:center;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1em;
	background-color: #FFF;
	background-image: url(../img/table_bg_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #334D66;
}

.sped_table td{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:1em 1em;
}

.sped_table td.title{
	text-align:center;
}

.sped_table p{
	margin:1em;
	line-height:140%;
}

.sped_table th.navi_lineup{
	font-weight: normal;
	background-color: #F8F8F8;
	text-align:left;
	letter-spacing:0em;
	background-image:none;
	padding-bottom:1em;
}

.sped_table th.navi_lineup p{
	padding-bottom:0;
	padding-top:0;
	margin-bottom:0;
}

.sped_table td.navi_lineup p{
	padding-bottom:0;
	padding-top:0;
	margin-bottom:0;
}



dl.att_text{
	margin-left:1em;
}

dl.att_text dt{
	float:left;
	width:1.5em;
	clear:both;
}

dl.att_text dd{
	margin-left:1.5em;
}

.mb1em{
	margin-bottom:1em;
}

dl.OS_text{
	margin-left:1em;
}
dl.OS_text dt{
	float:left;
	width:7em;
	clear:both;
}
dl.OS_text dd{
	margin-left:7em;
}




