@charset "utf-8";




/*Header
---------------------------------------------------------------------------------------------------------------------------*/
#content-container h2{
	display: list-item;
	list-style-image: url(images/contents_title.jpg);
	list-style-position: inside;
	}

/*Content
---------------------------------------------------------------------------------------------------------------------------*/
div#table-left{
	margin-bottom:10px;
	}
	
div#table-left img{
	display:none;
}
	
div#table-right{
	}

div#table-left a{
	margin:15px 0;
	float:left;
	}
	
table{
	width:100%;
	}
th{
	padding:20px 10px;
	font-size:93%;
	font-weight:bold;
	vertical-align:top;
	line-height:150%;
	border-bottom:1px solid #eee;
	}

th.icon{
	padding-top:10px;
	}
td{
	padding:20px 15px;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	}
th.table-top{
	border-top:1px solid #eee;
	}
td.table-top{
	border-top:1px solid #eee;
	}
td.sub{
	padding:0;
	border:none;
	}
td.sub2{
	padding:3px;
	border:1px solid #ccc;
	}
