/*- tabcontents
----------------------------------------------------------------------*/

#tab{
	background:url(../images/tab_bgmiddle.png) repeat-y top left;
	overflow:hidden;
	_zoom:1;
	border-bottom:1px solid #333;
	padding:0 0 15px 0;
}

#tab .bg01{
	background:url(../images/tab_bgtop01.png) no-repeat top left;
}

#tab .bg02{
	background:url(../images/tab_bgtop02.png) no-repeat top left;
}

#tab #tabcontents{
	width:612px;
	padding:0 20px;
	overflow:hidden;
	_zoom:1;
}

#tab #tabcontents table tr td{
	font-size:small;
	font-weight:normal;
	line-height:1.6em;
}

#tab #tabcontents h2{
	 margin:30px 0 18px 0;
	 overflow:hidden;
	 _zoom:1;
	 clear:both;
}

#tab #tabcontents h3{
	margin:30px 0 22px 0;
	padding:0 0 20px 0;
	background:url(../images/tab/ttl_border.png) no-repeat bottom;
}

#tab #tabcontents table{
	_zoom:1;
	margin-right:-10px;
	margin-bottom:15px;
}

#tab #tabcontents table tr td{
	overflow:hidden;
}

#tab #tabcontents table tr td h3{
	margin:5px 0 5px 0;
}

#tab #tabcontents table tr td p{
	color:#ccc;
	font-size:small;
}

#tab #tabcontents table tr td img{
	margin:0 0 5px 0;
}

#tab #tabcontents h3.ttl{
	background:none;
	padding:0 0 0 0;
}

#tab #tabcontents h3.ttl span{
	font-size:x-small;
	color:#eee;
	display:block;
	line-height:1.2em;
}

#tab #tabcontents table tr td p.price{
	text-align:right;
	color:#fff;
}

#tab #tabcontents table.price tr td,#tab #tabcontents table.price tr th{
	border:1px solid #222;
	padding:8px;
	line-height:1.2em;
}

#tab #tabcontents table.price tr td.small,#tab #tabcontents table.price tr td span.small{
	font-size:x-small;
}

#tab #tabcontents table.price tr td.small{
	padding:5px 4px;
}

#tab #tabcontents table.price tr th,#tab #tabcontents table.price tr.comments td{
	font-size:x-small;
}

#tab #tabcontents table.price tr th img{
	margin:5px 0 0 0;
}

#tab #tabcontents table.price tr.comments td{
	background:#333;
}

#tab #tabcontents table.price tr th{
	background:#111;
}

#tab #tabcontents table.price tr td span{
	color:#ccc;
	text-align:right;
	font-size:x-small;
	display:block;
}

#tab #tabcontents table.price tr td p{
	margin:0 0 10px 0;
}

#tab #tabcontents dl.voice dd.date{
	font-size:x-small;
}

#tab #tabcontents dl.voice dt{
	font-size:medium;
	font-weight:bold;
	margin:0 0 5px 0;
}

#tab #tabcontents dl.voice dt span{
	font-size:x-small;
	font-weight:normal;
}

#tab #tabcontents dl.voice{
	overflow:hidden;
	_zoom:1;
	font-size:small;
}

#tab #tabcontents ul.pagenavi{
	margin:0 0 20px 0;
	overflow:hidden;
	_zoom:1;
	clear:both;
	padding:10px 15px;
	background:#202020;
}

#tab #tabcontents ul.pagenavi li{
	list-style:inside disc;
	font-size:90%;
	padding:0 10px 3px 0;
	float:left;
}

#tab #tabcontents ul.pagenavi li a {
	color:#fff;
	font-weight:bold;
}

/*- COMMON SETTING
----------------------------------------------------------------------*/

a.icon{
	background:url(../images/icon_air.png) no-repeat left 5px;
	padding:0 0 0 17px;
	display:block;
}

ul.icons li{
	background:url(../images/icon_air.png) no-repeat left 5px;
	padding:0 0 0 17px;
}

div#badge{
	position: fixed !important;  
	position: absolute;  
	right:0;
	top:100px;
}




