
/*切り替え*/
.tab{overflow:hidden;}
.tab li{background:#ccc; padding:5px 25px; float:left; margin-right:1px;}
.tab li.select{background:#eee;}
.content li{
	background:#FFF;
	/*padding:20px;*/
}
.hide {display:none; cursor:default;}











#tabds {border-bottom:#eee solid 5px;}

.tabtops p{ font-size:22px;}




ul {margin:0 0 0 0; padding: 0;}

ul li {
	
/*リストの点消*/
cursor:pointer;list-style:none;
/*上の角丸*/
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;

}

ul li.selected {cursor:default;}








#tab1 {height:450px; width:960px; background-color:#EEE; cursor:default;}
.tab2 {height:80px; width:960px; background-color:#EEE; cursor:default;}

.bar{background-color:#eee; font-size:22px; color:#333; text-shadow:0px 1px 0px #fff;}
.setu {margin:5px 0 20px 0;}





