/* タブ部分のCSS  */
ul#navTab{
	width : 600px;/*基本設定*/
	margin: 0;
	padding: 0;
}
ul#navTab li {
	width: 200px;/*基本設定*/
	margin: 0;
	padding: 0;
	font-size : 100%;
	font-weight: bold;
	line-height: 1.5;
	float : left;
	display : inline;
}
ul#navTab li a {
	margin: 0;
	padding: 5px;
	display : block;
	text-align : center;
	color: #fff;
	text-decoration : none;
	outline : none;
	/*background: #444;*/

	/*background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#222));
	background: -moz-linear-gradient(top, #888, #222);
	background: -o-linear-gradienttop, #888, #222);
	background: linear-gradient(top, #888, #222);*/
	background: #888;
	position:relative;
	behavior: url(/wp-content/themes/uthena-gaku/css/PIE.htc);
}

ul#navTab li.first a {

	border-radius: 12px 0 0 0;/*CSS3*/
	-moz-border-radius: 12px 0 0 0;/*Firefox*/
	-webkit-border-radius: 12px 0 0 0;/*Safari Google Chrome*/
	
}


ul#navTab li a:hover,
ul#navTab li a.active {
/*	background : #000;*/
	color : #fff;

/*
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#888));
	background: -moz-linear-gradient(top, #222, #888);
	background: -o-linear-gradient(top, #222, #888);
	background: linear-gradient(top, #222, #888);*/
	background: #222;
	position:relative;
	behavior: url(/wp-content/themes/uthena-gaku/css/PIE.htc);
}
div.boxTab{
	width : 600px;/*基本設定*/
	height: 400px;/*基本設定*/
	margin: 0;
	padding: 0;

	border: #222 solid 1px;

	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(top, #fff, #efefef);
	background: -o-linear-gradienttop, #fff, #efefef);
	background: linear-gradient(top, #fff, #efefef);
	position:relative;
	behavior: url(/wp-content/themes/uthena-gaku/css/PIE.htc);
}



