@charset "utf-8";




/*Header
---------------------------------------------------------------------------------------------------------------------------*/
#content-container h2{
	background:url(images/contents_title.jpg) no-repeat;
	}

/*Content
---------------------------------------------------------------------------------------------------------------------------*/
div#table-left{
	margin:0 0 15px 0;
	width:140px;
	float:left;
	}
	
div#table-right{
	width:208px;
	height:159px;
	float:right;
	}

div#table-left a{
	margin:15px 0;
	float:left;
	}
	
table{
	width:100%;
	}
th{
	padding:9px 10px 10px;
	font-size:13px;
	font-weight:bold;
	vertical-align:top;
	line-height:150%;
	border-bottom:1px solid #eee;
	}

th.icon{
	padding:0px;
}

td{
	padding:9px 10px 10px;
	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;
	}
*+html th.table-top {
	padding:10px;
	}
*+html td.table-top {
	padding:10px;
	}
*+html th.icon{
	padding:0px;
}
td.sub{
	padding:0;
	border:none;
	}
td.sub2{
	padding:3px;
	border:1px solid #ccc;
	}
