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

/* ----------------------------------- */
/* Table */
table{
    table-layout: fixed;
	width:800px;
	height:auto;
	margin:0 200px 0 200px;
	padding:0;
	text-align:left;
	border-collapse:collapse;
    border-spacing: 0;
}


th{	
	margin:0px;
	padding:0 0 0 10px;
	width:200px;
	height:40px;
	font-weight: normal;
	border-bottom:#000 1px dotted;
	line-height: 2em;  
}

td{
	margin:0px;
	border-bottom:#000 1px dotted;
}

.rb{
	font-size:12px;
}

td a:link{
	display:inline-block;
	width:auto;
	height:auto;
	padding:2px;
	background:#ccc;
	font-size:10px;
	color:#666;
	text-decoration: none;
	border:1px #ccc solid;
	border-radius: 4px;
}

td a:hover{
	display:inline-block;
	width:auto;
	height:auto;
	padding:2px;
	background:#a3a3a3;
	font-size:10px;
	color:#fff;
	text-decoration: none;
	border:1px #a3a3a3 solid;
	border-radius: 4px;
}
/* ----------------------------------- */

/* ----------------------------------- */



/* introduction */
.ceo_intro{
	float:left;	
	margin:100px 150px 50px 150px;
	padding:0;
	width:900px;
	height:auto;
	text-align:center;
	background: url("../images/bg_slash.png") repeat-y;
}

.ceo_tit{
	float:left;	
    width:900px;
	margin:30px 0 0 0;
	padding:0;
	height:40px;
	font-size:30px;
	line-height:14px;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 2px #666; 
	background: url("../images/bg_slash.png") repeat-y;
}
.ceo_tx{
	float:left;
	margin:0px 50px 0 50px;
	padding:20px;
	width:760px;
	height:auto;
	text-align:left;
	line-height:1.8em;
	background:#fff;
}


.sign_r{
	float:left;
	margin:0 50px 50px 50px;
	padding:20px;
	width:760px;
	text-align:right;
	line-height:1.8em;
	background:#fff;
}
