@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.5 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 540px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: block;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	list-style: none;
	border-bottom: 1px solid #CCC;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 90px;
	background-image: url(../img/_home/tab01.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;	/* text-indent:-9999px; css add
	overflow:hidden;*/
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
}


.TabbedPanelsTabHover {
	background-image: url(../img/_home/tab02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px solid #CCC;
}


.TabbedPanelsTabSelected {
	background-image: url(../img/_home/tab02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px solid #FFF;
}



.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* 追加改 */

#newsTab {
	padding:0;
	width:500px;
	height:24px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 5px;	
	_margin-left: 5px;	
	
}

#newsTab ul, #newsTab li {
	margin: 0px;
	padding: 0px;
}

#newsTab li {
	display:block;
	float:left;
	list-style-type:none;
	width:91px;
	height:24px;
	
	
}

#newsTab li a {
	display:block;
	width:90px;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
	
}

#newsTab li.nTab01 {
	background:url(../img/_home/tab01.gif) no-repeat 0px 0px;
	text-indent:-9999px; /* css add*/
	overflow:hidden;
}


#newsTab li.nTab01 hover, #newsTab li.nTab01 selected {
	background:url(../img/_home/tab01.gif) 0px -40px;
}




.TabbedPanelsContentGroup {
	clear: both;
	/*line-height:160%;*/
	height : 280px;
	
	background-image: url(../img/_home/bg_home_topics.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	_background-position: left _2px;
	behavior: expression(IEPNGFIX.fix(this));

}


.TabbedPanelsContent {
	font-size: 75%;
	height : 280px;
	
	margin: 0.2em 0.5em 0.5em;
	padding-top: 1px;
	display: block;	
}



.TabbedPanelsContent em{
	font-style: normal;
	font-weight: normal;
	background: url(../img/icon_new.gif) no-repeat right center;
	padding-right: 30px;
}


/*
.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

*/