@charset "Shift_JIS";

/*=========================================================
	[ base.css ]
	format style
	date - creation:2008.09.24 // update:2008.09.24
	::toc::

=========================================================*/
#main #news ul {
 margin:0;
	margin-top:5px;
	padding:0;
}

#main #news li {
 margin:0;
	padding:0;
}



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

.TabbedPanelsTabGroup {
	background:url(../../image/top/nav_news.gif) repeat-x top left;
	width:375px;
}


.news-tab1,.news-tab2 {
	position: relative;
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-position:top left;
	background-repeat:no-repeat;
	height:20px;
	text-indent:-9999px;
	outline:none;
}
.news-tab1 {
	width:130px;
 background-image:url(../../image/top/nav_news1.gif);
}
.news-tab2 {
	width:158px;
 background-image:url(../../image/top/nav_news2.gif);
}

.TabbedPanelsTabSelected {
 background-position:bottom left;
}


.news-tab1 a,.news-tab2 a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
}

.news-content {
 margin-top:5px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
}

