@charset "utf-8";
/* CSS Document */


div#tab_container{
	margin:auto;
	padding:0;
}

div#tab_container table.ipod_artwork th,
div#tab_container table.ipod_artwork td{
	table-layout:fixed;
}

ul.tab{
	text-align: center;
	margin:auto;
}
ul.tab li{
	width:135px;
	height: 4em;
	line-height: 4em;
	text-align: center;
	list-style-type: none;
	float: left;
	margin-right: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align:middle;
}

ul.tab li a{
	height: 4em;
	vertical-align: middle;
	outline: none;
	display: block;
	text-decoration: none;
	color: #666666;
}

ul.tab li a:hover{
	font-weight: bold;
	border: 2px solid #999;
	background-color: #92B7FC;
}

ul.tab li a.selected{
	text-decoration: none;
	cursor: default;
	border: 2px solid #999;
	color: #ffffff;
	font-weight: bold;
	background-color: #0646C3;
}

ul.tab li.btn_01{
	background-color:#E7E7E7;
}

ul.tab li.btn_02{
	background-color:#E7E7E7;
}

ul.tab li.btn_03{
	width:200px;
	background-color:#E7E7E7;
}

ul.tab li.btn_04{
	background-color:#E7E7E7;
}




ul.panel{
	clear:both;
	padding:0;
	margin:0;
}
ul.panel li{
	list-style-type:none;
	margin:0;
	padding:0;
}


