@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------*/

/*　スタッフコラム　専用スタイルシート　　　　　　　　 */

/* ----------------------------------------------------*/

/*タブインターフェース*/
.tabList{
	padding-left:10px;
}

.tabList li {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
}

#column .tabList li a {
	min-width:28px;
	margin-right:2px;
	padding:7px 19px 3px 19px;
	display:block;
	background:url(img/tab02.gif) left bottom no-repeat;
	color:#000;
}

/*IE6*/
*html #colum .tabList li a{
	width:28px;
}

#column .tabList li.active a{
	padding:5px 19px;
	background:url(img/tab01.gif) left top no-repeat;
	color:#fff;
	text-decoration:none;
}

.tabs {
	clear:both;
	padding:10px;
	border:#ccc 1px solid;
	background-color:#fff;
}

*html .tabs{/*for IE6*/
	padding:5px 10px;
}

*:first-child+html .tabs{/*for IE7*/
	padding:5px 10px;
}

.tabs table {display: none;}
.tabs table.active {display: block;}

/*index.htmlの枠消し*/
#column div.article.idx{
	padding:0;
	border:none;
}


/*コラム一覧*/
.tabs th{
	padding:2px 5px;
	border:#e6e6e6 1px solid;
	background-color:#f1f1f1;
	text-align:left;
	font-weight:normal;
}

.tabs td{
	padding-left:5px;
}

#columnDate{
	width:70px;
}

#columnTitle{
	width:470px;
}

#columnStaff{
	font-size:10px;
}

/*カテゴリリンク*/
#column .ctgLink{
	margin-top:20px;
}

#column dl.ctgLink dt{
	width:11em;
}

#column dl.ctgLink dd{
	margin-left:11em;
}


/*コラム見出し*/
#column p.headline01.txt{
	margin-top:0px;
}

/*コラム著者*/
dl.columnAuthor{
	margin-top:30px;
}

dl.columnAuthor dt{
	clear:left;
	float:left;
	padding-right:10px;
}

/*コラム記事移動リンク*/
p.nextLink{
	margin-top:20px;
	text-align:center;
}