@charset "utf-8";

/* -------------------------------------------------
     -List 1
---------------------------------------------------- */
table#table-01 {
    width: 906px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 TH {
    padding: 5px;
    width:100px;
    hight:25px
    border: #E3E3E3 solid;
    border-width : 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
    padding: 5px;
    widht:100px;
    hight:25px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}
/*--------------------------------------------------
      -List 2 
---------------------------------------------------- */
list#list2
dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	border: 7px #EEEEEE solid;
}
dl dt {
	float: left;
	width: 15em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
dl dd {
	padding: 10px 0 10px 7em;
	line-height: 150%;
	border-bottom: 1px #efefef solid;
}

