@charset "utf-8";
@import url('reset.css');
@import url('global.css');
@import url('layout.css');
@import url('board.css');
@import url('ie.css');





/* History */
.history	{
	position: relative;
	background: url('../images/who02_bg_history.gif') repeat-x left top;
}
.history .history_tab	 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.history .history_tab li	{
	float: left;
	display: inline;
	padding-right: 9px;
}
.history .history_brief	{
	padding: 90px 0 0 0px;
}

/* Annals */
.annals	{
	margin-bottom: 20px;
	width: 395px;
}
.annals li	 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 2px;
}
.annals li span.month	{
	display: block;
	float: left;
	font-weight: bold;
	width: 35px;
}

.annals li span.year	{
	display: block;
	float: left;
	font-weight: bold;
	width: 55px;
}

.annals li span.year01	{
	display: block;
	float: left;
	padding-left:35px;
	font-weight: bold;
	width: 55px;
}

.annals li span.yeartodate	{
	display: block;
	float: left;
	font-weight: bold;
	width: 90px;
}
#contents .annals p	{
	float: left;
	width: 290px;
	margin-bottom: 0;
}
.history .history_brief .annals	{
	margin-top: 30px;
}
#contents .history .history_brief .annals	 {
	width: 600px;
}
#contents .history .history_brief .annals p	{
	width: 480px;
}


/* Business */
.business	{
}
.business p {
	padding: 0px 0px 0px 20px;
}


/* Family */

.family	{
	position: relative;
	background: url('../images/who02_bg_history.gif') repeat-x left top;
}
.family .family_tab	 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.family .family_tab li	{
	float: left;
	display: inline;
	padding-right: 9px;
}
.family .family_brief	{
	padding: 90px 0 0 0px;
}

.family .family_brief table.data {
	table-layout: fixed;
	border-collapse: collapse;
	width: 640px;
	margin-left: 20px;
	border-top: 2px solid #ADADAD;
	border-left: 1px solid #CBCBCB;
}
.family .family_brief table.data tr th {
	font-weight: bold;
	background: #F3F3F3;
	color: #636363;
	width: 92px;
}
.family .family_brief table.data tr th, 
.family .family_brief table.data tr td {
	padding: 7px 10px 5px;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
}
.family .family_brief table.data td {
	text-align: left;
	padding-left: 10px;
}

/* detcon */
.detcon	{
	margin-bottom: 20px;
	width: 395px;
}
.detcon li	 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 2px;
}
.detcon li span.month	{
	display: block;
	float: left;
	font-weight: bold;
	width: 33px;
}
.detcon li span.year	{
	display: block;
	float: left;
	font-weight: bold;
	width: 45px;
}
.detcon li span.yeartodate	{
	display: block;
	float: left;
	font-weight: bold;
	width: 85px;
}
#contents .detcon p	{
	float: left;
	width: 290px;
	margin-bottom: 0;
}
.family .family_brief .detcon	{
	margin-top: 30px;
}
#contents .family .family_brief .detail	 {
	width: 680px;
}
#contents .family .family_brief .detail p  {
	width: 680px;
}
.title	{
	margin-top : 20px
}
