@charset "utf-8";




/*Header
---------------------------------------------------------------------------------------------------------------------------*/
#content-container h2{
	background:url(images/contents_title.jpg) no-repeat;
	}

/*Content
---------------------------------------------------------------------------------------------------------------------------*/
table{
	width:100%;
	}
th{
	padding:10px;
	font-size:93%;
	font-weight:bold;
	vertical-align:top;
	line-height:150%;
	white-space:nowrap;
	border-bottom:1px solid #eee;
	}

th.icon{
	padding:14px 0 0 10px;
	border-bottom:1px solid #eee;
}

th.table-top{
	border-top:1px solid #eee;
	}
td{
	padding:10px;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	}
td.table-top{
	border-top:1px solid #eee;
	}


