/*----------------------------------------------------------------
  ----------------------------------------------------------------
	
	
	iso27001


  ----------------------------------------------------------------
  --------------------------------------------------------------*/

@import url(common.css);

#title{
	display:block;
	background:url(../img/iso27001/title.png) no-repeat;
	width:698px;
	height:80px;
	text-indent:-9999px;
	margin:0 0 30px 0;
	}

#contents{
	display:block;
	background:url(../img/iso27001/contents.png) no-repeat;
	width:698px;
	height:469px;
	text-indent:-9999px;
	margin:0 0 30px 0;
	}

table{
	width : 589px;
	border-collapse:collapse;
	margin:0 0 20px 80px;
	}

th{
	width:133px;
    font-weight : normal;
	color : #333333;
	background : #dcdcdc;
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	border-top : 1px solid #ffffff;
	border-left : 1px solid #ffffff;
	border-right : 1px solid #ffffff;
	border-bottom : 1px solid #ffffff;
	}

td{
	width:456px;
    font-weight : normal;
	line-height : 130%;
	color : #333333;
	background : #f5f5f5;
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	border-top : 1px solid #ffffff;
	border-left : 1px solid #ffffff;
	border-right : 1px solid #ffffff;
	border-bottom : 1px solid #ffffff;
	}
