@charset "UTF-8";
/* 頁籤*/


#container {
	clear:both;
	margin:0 auto 12px;
}
.tabpanel {
	overflow:hidden;
	width:100%;
	padding: 0 1px 0 0;
	margin:0;
}
.tabpanel .tabpanel {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tabpanel h2 {
	display:none;
}
ul.tablist {
	list-style: none;
	margin:0;
	padding:0;
	line-height: 110%;
	font-size: 15px;
	letter-spacing: 1px;
	overflow:hidden;
	_width:533px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #edc33a;
}
.tablist li {
	float:left;
	background:url(../images/tab_li.png) no-repeat right bottom;
	color:#7e7e7e;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 0;
	_font-size: 125%;
}
.tablist li span {
	display:block;
	background:url(../images/tab_li.png) no-repeat left bottom;
	padding:11px 0 3px 10px;
}
.tablist li.selected {
	background:url(../images/tab_li_now.png) no-repeat right bottom;
	color:#c00000;
	font-weight: bold;
}
.tablist li.selected span {
	background:url(../images/tab_li_now.png) no-repeat left bottom;
	padding:9px 0 5px 10px;
}
.tablist li:hover {
	color:#C60;
	cursor:pointer;
}
.tablist li.selected:hover {
	color:#c00000;
	font-weight: bold;
	cursor: default;
}


.tabpanel .headline {
	clear:both;
	padding-top: 10px;
	margin-bottom: 20px;
}
.tabpanel .headline table{
	width: 100%;
}
.tabpanel .headline table td{
	vertical-align: top;
}
.tabpanel .headline table td.tdimg{
	width: 30%;
}
.tabpanel .left_img{

}
.tabpanel .left_img img{
	border: 1px solid #999;
	width: 170px;
}
.tabpanel .headline .list{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.tabpanel .headline .list li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 3px;
	padding-left: 6.6em;
	text-indent: -6em;
	_padding-left: 8.6em;
	_text-indent: -7.4em;
	background-repeat: no-repeat;
	background-image: url(../images/icon_list_mp.gif);
}

.tabpanel .headline .list li a{
	color: #484848;
	text-decoration: none;
	margin-right: 1em;
}
.tabpanel .headline .list li a:hover{
	color: #F60;
	text-decoration: none;
}
.tabpanel .headline .list li .date{
	color: #fd8f00;
}

.tabpanel .headline .list2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
.tabpanel .headline .list2 li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-image: url(../images/icon_list_mp.gif);
	padding-left: 0.6em;
	background-position: 0px 8px;
}
.tabpanel .headline .list2 li a{
	color: #484848;
	text-decoration: none;
	margin-right: 1em;
}
.tabpanel .headline .list2 li a:hover{
	color: #F60;
	text-decoration: none;
}
.tabpanel .headline .list2 li .date{
	color: #fd8f00;
}

.tabpanel .more {
	margin-top: 2px;
	text-align: right;
	clear: both;
}
.tabpanel .more a{
	color: #ff6000;
	text-decoration: none;
	background-image: url(../images/icon_more2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 9px;
}
.tabpanel .more a:hover{
	color: #C00;
}

.more_ch {
	text-align: right;
	padding-top: 10px;
}
.more_ch a{
	color: #ff6000;
	text-decoration: none;
	background-image: url(../images/icon_more2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 9px;
	font-size: 85%;
	margin-left: 1em;
}
.more_ch a:hover{
	color: #C00;
}

/*-------------------------------tabpanel */



