@charset "utf-8";


	
#list{
    margin-bottom:40px;
	line-height:110%;
	padding-bottom:10px;
	border-bottom:5px solid #CCCCCC;
	}	
	
#list ul{
    padding:0px;
	margin:0px;

	}	
	
#list li{
    width:700px;
	height:60px;
	padding:0px;
	margin:0px;
	list-style-type:none;
	border-bottom:1px dotted #999999;
	padding-top:10px;
	}
	
/*gaiyou*/
.table_itiran {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	margin: 0px auto;
	font-weight:normal;
	margin-bottom:60px;
	color:#333333;
	}
.table_itiran th,
.table_itiran td {
	padding: 6px;
	border: 1px solid #999999;
	vertical-align:top;
	line-height:130%;
	}
	
.table_itiran th.midasi,
.table_itiran td.midasi{
	font-size:80%;
	font-weight:bold;
	color:#000000;
	background:#EBEBEB;
	}
	
.table_itiran th.more,
.table_itiran td.more{
    text-align:center;
	}				
			
.table_itiran li{
    list-style-type: disc;
	list-style-position: outside;
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px dotted #EBEBEB;
	}	