

#tab_cont {
clear:both;
display: block;
width: 650px;
margin: 0 0 0px 0px;
padding: 0;
}




/* ----- common ----- */

div.tab_sec01,
div.tab_sec01 div,
div.tab_sec01 h2,
div.tab_sec01 h3,
div.tab_sec01 p,
div.tab_sec01 ul,
div.tab_sec01 li,
div.tab_sec01 dl,
div.tab_sec01 dt,
div.tab_sec01 dd,
div.tab_sec01 form,
div.tab_sec01 fieldset
 {
	position: static;
	float: none;
	clear: none;
	display: block;
	visibility: visible;
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	line-height: 1;
}

div.tab_sec01 a,
div.tab_sec01 img,
div.tab_sec01 input {
	position: static;
	float: none;
	clear: none;
	/* display: inline; */
	visibility: visible;
	border: none;
	margin: 0;
	padding: 0;
}

div.tab_sec01 {
	clear: both;
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.tab_sec01 h2{
	padding-top: 6px;
	background-position: top left;
	background-repeat: no-repeat;
}


/* ----- tab_sec01 ----- */

div.tab_sec01 {
	width: 100%; /* workaround to ~WinIE6 */
	padding: 0 0 6px;
	background-image: url(../../common/tabimg/tab_top_bg_002.png);
}

div.tab_sec01 h2 {
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../../common/tabimg/tab_top_bg_001.jpg);
}

div.tab_sec01 div.tab_sec01-uit {
	clear: both;
	margin: 0 0px;
	padding: 0 23px 24px;
	border-top: 1px solid #caccbd;
	border-bottom: 1px solid #f5f4ee; /* workaround to WinIE7 */
}

div.tab_sec01 div.tab_sec01-uit h3 {
	margin-top: 23px;
	font-size: 117%;
	color: #7c8575;
}

div.tab_sec01 div.tab_sec01-uit h4 {
	margin-top: 23px;
	margin-bottom:0px;
	font-size: 117%;
	color: #333;
}


/* -- tabtopi -- */

/* tabs */

#tabtopi ul.tab-lst {
	display: none;
	height: 32px;
/*	margin-left: 5px;*/
/*	margin-right: 5px;*/
	padding-left: 3px;
	background: #eae8d0 url(../../common/tabimg/tab_top_bg_003.jpg) bottom left repeat-x;
}

#tabtopi ul.tab-lst li {
	float: left;
	margin-right: 9px;
}

#tabtopi ul.tab-lst li img {
	vertical-align: top;
}

/* tabView.js is enabled. */

#tabtopi.pseudo-enabled ul.tab-lst {
	display: block;
}

#tabtopi.pseudo-enabled ul.tab-lst li {
	position: relative;
	z-index: 3;
}

#tabtopi.pseudo-enabled div.tab-nnew {
	/*
	 *  - 'height' value will set by the script automatically
	 *    when BANA_TOPICS_TABVIEW_ADJUST_HEIGHT is true.
	 *
	 *  - 'padding' value must be in 'px' unit.
	 *  - 'border-width' value must be in 'px' unit.
	 */
	position: relative;
	top: -1px;
	z-index: 2;
	display: none;
	height: auto;
}

body.dom-enabled div.tab-nnew h3 {
	display: none;
}

#tabtopi.pseudo-enabled div.tab-nnew.pseudo-current {
	display: block;
}

/* tabtopi list */

#tabtopi div.tab_sec01-uit dl {
	width: 100%;     /* workaround to ~WinIE7 */
	margin-top: 23px;
	padding-bottom: 12px;
	border-bottom: 1px solid #caccbd;
}

#tabtopi div.tab_sec01-uit dl dt {
	margin-top: 8px;
	padding-top: 13px;
	font-size: 92%;
	*font-size: 83%; /* workaround to ~WinIE7 */
	font-weight: bold;
border-top:1px solid #cccccc;
	font-weight:normal;
	font-size:1.2em;
}

#tabtopi div.tab_sec01-uit dl dt.dtlinone {
	padding-top: 0;
	background: none;
	border: none;
}

#tabtopi div.tab_sec01-uit dl dd {
	margin-top: 4px;
	line-height: 1.4;
	font-size:1.2em;
}

/* links to index */

#tabtopi div.tab_sec01-uit ul {
	margin-top: 8px;
	_height: 1em;     /* workaround to ~WinIE6 */
	min-height: 1em;
}


#tabtopi div.tab_sec01-uit ul li {
	float: left;
	margin-right: 12px;
	font-size: 92%;
	_font-size: 100%; /* workaround to ~WinIE6 */
}

#tabtopi div.tab_sec01-uit ul li a {
	text-decoration: none;
}

#tabtopi div.tab_sec01-uit ul li a img {
	margin-right: 6px;
	vertical-align: 0.1em;
}

#tabtopi div.tab_sec01-uit ul li a.rss-link img {
	position: relative;
	*position: static;        /* workaround to ~WinIE7 */
	top: -0.05em;
	vertical-align: -0.15em;
	*vertical-align: middle;  /* workaround to ~WinIE7 */
}













/*-tabl---------------------------------------------------------------------------*/

/* ----- base block ----- */

div.BATabView {
	/* display: none; */ /* this will be set by the script */
}

body div.BATabView.pseudo-enabled {
	display: block;
}


/* ----- tabs ----- */

div.BATabView .tab-ll {
}

div.BATabView.pseudo-enabled .tab-ll {
}

div.BATabView.pseudo-enabled .tab-ll.pseudo-current {
}


/* ----- nnews ----- */

div.BATabView.pseudo-enabled .tab-nnew {
	/*
	 *  - 'height' value will set by the script automatically
	 *    when BA_TABVIEW_AUTOSETUP_ADJUST_HEIGHT is true.
	 *
	 *  - 'padding' value must be in 'px' unit.
	 *  - 'border-width' value must be in 'px' unit.
	 */
	display: none;
	/*overflow: auto;*/
	height: auto;
}

div.BATabView.pseudo-enabled .tab-nnew.pseudo-current {
	display: block;
}

div.BATabView.pseudo-enabled li.tab-nnew.pseudo-current {
	display: list-item;
}

div.BATabView.pseudo-enabled table.tab-nnew.pseudo-current {
	display: table;
}

div.BATabView.pseudo-enabled tbody.tab-nnew.pseudo-current {
	display: table-row-group;
}

div.BATabView.pseudo-enabled tr.tab-nnew.pseudo-current {
	display: table-row;
}

div.BATabView.pseudo-enabled th.tab-nnew.pseudo-current,
div.BATabView.pseudo-enabled td.tab-nnew.pseudo-current {
	display: table-cell;
}



/* =========== A01 =========== */

div.BATabView-A01 {
	line-height: 1;
}

div.BATabView-A01 div.tab-nnew {
	margin-bottom: 12px;
}

div.BATabView-A01 div.tab-nnew span.magnify {
	display: block;
	margin-top: 0.36em;
	*margin-top: 0.2em;
	margin-left: 1px;
	font-size: 92%;
	*font-size: 83%;
	text-decoration: none;
}

div.BATabView-A01 div.tab-nnew span.magnify img {
	margin-right: 4px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	*top: 1px;
}

div.BATabView-A01 table
div.BATabView-A01 table tr,
div.BATabView-A01 table td,
div.BATabView-A01 table td a {
	margin: 0;
	padding: 0;
	border: none;
	text-indent: 0;
	line-height: 1;
}

div.BATabView-A01 table {
	display: none;
	width: 152px;
	border-collapse: collapse;
	border-top: 1px solid #bbc2b4;
	background: #edebe1;
}

div.BATabView-A01.pseudo-enabled table {
	display: table;
	*display: block; /* workaround to ~WinIE7 */
}


div.BATabView-A01.has-single-nnew table {
	display: none;
}

div.BATabView-A01.has-single-nnew #nnew1 {
	margin-bottom: 0;
}

div.BATabView-A01 table td a {
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 83%;
	text-align: center;
	text-decoration: none;
	background: #edebe1 url(/common/tabimg/tab-ll_bg_002.png) left top repeat-x;
	border-bottom: 1px solid #d4d1c0;
}

div.BATabView-A01 table td a:visited {
	color: #187274; /* do not change into visited color */
}

div.BATabView-A01 table td a:focus,
div.BATabView-A01 table td a:hover,
div.BATabView-A01 table td a:active {
	color: #569f95;
	text-decoration: none !important;
}

div.BATabView-A01 table td.pseudo-current a {
	color: white !important;
	background: #bbc2b4 url(/common/tabimg/tab-ll_bg_001.png) left bottom repeat-x;
	border-bottom: 1px solid #a7ac99;
}

div.BATabView-A01 table td a:hover {
	background: #d6dad1 url(/common/tabimg/tab-ll_bg_003.png) left bottom repeat-x;
	border-bottom: 1px solid #c1c2b2;
}

@media print {
	div.BATabView-A01 table {
		dis\play: none !important; /* except WinIE5.x */
	}
}