@charset "utf-8";
/* CSS Document */

#outline{
	margin-top:20px;
}

#contents p{
	width:660px;
	margin:10px auto 5px auto;
	background-image:url(../../english/css/img/outline/title_bg.png);
	background-repeat:repeat-x;
	font-size:14px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

#contents table{
	margin:0 auto;
	font-size:14px;
	margin-top:10px;
	margin-bottom:20px;
}


#contents th{
	width:150px;
	font-weight:normal;
	text-align:left;
	padding:10px 0;
	text-align:center;
	background-color:#444444;
	color:#fff;
	border-top:1px solid #fefefe;
}

#contents th.bottom{
	border-bottom:1px solid #fefefe;
}

#contents td{
	padding:10px;
	border-top:1px solid #fefefe;
	background-color:#666666;
	color:#fff;
}

#contents td.bottom{
	border-bottom:1px solid #fefefe;
}

#contents sup{
	font-size:9px;
}

#contents span{
	color:#FF9900;
}