/*タブブロック*/
#ui-tab {
	margin: 0px 0px 0px 0px;
}
#ui-tab ul#tabtab {
	width: 940px;
	height: 24.5px;
	display: block;
	margin: 0;
	padding: 0;
	background: #000;
}
#ui-tab ul#tabtab li {
	list-style: none;
	float: left;
	font: bold 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2em;
	/*margin: 2px 0px 0px 0px;*/
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 1px black;
	/*width: 20%;*/
	/*text-align: center;*/
}
#ui-tab ul#tabtab li a {
	color: #b1b1b1;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 6px 10px 8px 10px;
	
	background-color: rgba(0,0,51,0.8);
}
#ui-tab ul#tabtab li a:hover {
	color: #fff;
	background-color: rgba(100,15,15,0.9);
}
#ui-tab ul#tabtab li.ui-tabs-selected a{
	color: #640f0f;
	background-color: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px #b1b1b1;
}


/*タブ表示ブロック*/
#ui-tab div {
	background: none;
	/*clear: both;*/
	padding: 0px 0px 0px 0px;
	/*min-height:200px;*/
	/*height: auto !important;*/
	/*height: 200px;*/
	overflow: auto;
}
/*#ui-tab div h3 {
	margin-bottom: 12px;
}*/
/*#ui-tab div p {
	line-height: 150%;
	color: #000;
}*/
.ui-tabs-hide { display: none !important;
}


/*名前*/
h2.names1 {
	margin: 10px 0px 0px 10px;
	padding: 0;
	font: bold 20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}
h3.names2 {
	margin: 0px 10px 0px 10px;
	padding: 0;
	font: bold 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}

h3.names2_right {
	margin: 0px 10px 0px 10px;
	padding: 0;
	font: bold 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
}
p.names3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font: normal 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	line-height: 1.4em;
	border-right: 1px solid #fafafa;
}
p.names3_right {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font: normal 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	line-height: 1.4em;
}
ul#songs {
	list-style: decimal;
}
ul#songs li{
	font: normal 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*プロフィール*/
.profile_left {
	width: 440px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	float: left;
	margin: 4px 0px 10px 10px;
}
.profile_right {
	width: 440px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin: 4px 0px 10px 10px;
}
/*デイズ*/
.days_left {
	width: 440px;
	height: auto;
	float: left;
	margin: 4px 0px 10px 20px;
}
.days_right {
	width: 440px;
	height: auto;
	float: right;
	margin: 4px 20px 10px 0px;
}
p.days {
	width: 480px;
	padding: 10px;
	margin: 20px auto;
	font: normal 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	line-height: 1.5em;
	text-align: justify;
	border: 1px solid #f0f0f0;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	background: -moz-linear-gradient(center top, #f0f0f0 0%,#ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f0f0),color-stop(1, #ffffff));
	overflow: auto;
}
p.days:first-letter {
  float: left;
  display: block;
  font-size: 1.5em;
  line-height: 0.9;
  margin:  0.1em 0.1em 0 0;
  padding: 0;
}
p.days a{
	float:right;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #033;
}
p.days a:hover{
	text-decoration: none;
	color: #900;
}
.songcredit {
	margin-left: 8px;
	font: normal italic 10px Georgia, "Times New Roman", Times, serif;
	color:#666;
}

/*ライブ*/

#tour {
	width: 880px;
	height: auto;
	margin: 4px 0px 10px 20px;
}
.livesss {
	width: 410px;
	min-height:180px;
	height: auto !important;
	height: 60px;
	float: left;
	padding: 4px;
	margin: 10px 10px;
	overflow: auto;
	
	border: 1px solid #ebebeb;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(center top, #ebebeb 0%,#ffffff 10%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb),color-stop(0.1, #ffffff));
}
p.liveshead {
	padding: 10px 0px 0px 10px;
	margin: 0px;
	font: bold 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
p.liveshead a{
	font: normal italic 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #033;
	margin-left: 1em;
}
p.liveshead a:hover{
	text-decoration: none;
	color: #900;
}
p.livesbody {
	padding: 4px 6px 10px 12px;
	margin: 0px;
	font: normal 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
p.livesbody a{
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #033;
}
p.livesbody a:hover{
	text-decoration: underline;
	color: #900;
}
/*ショップリスト*/
.shops{
	width: 440px;
	height: auto;
	float: right;
	border: 1px dashed #333;
	margin: 10px 20px 10px 0px;
}
.shops_left{
	width: 440px;
	height: auto;
	float: left;
	border: 1px dashed #333;
	margin: 10px 0px 10px 20px;
}
h3.shopgenre {
	font: bold 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 4px 6px 4px 12px;
}
h3.shopgenre:before {
	content: url(jac_ss.jpg);
	position: relative;
	top: 4px;
	left: -5px;
}
p.shopbun {
	font: normal 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 2px 6px 6px 6px;
}
p.shopbun a{
	color: #069;
	font-weight: bold;
	text-decoration: none;
}
p.shopbun a:hover{
	color: #F60;
	text-decoration: underline;
}
ul#tsuhan {
	font: normal 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px 0px 6px 1.8em;
	padding: 0px;
}
ul#tsuhan li{
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-left: 6px;
}
ul#tsuhan li a{
	color: #069;
	font-weight: bold;
	text-decoration: none;
}
ul#tsuhan li a:hover{
	color: #F60;
	text-decoration: underline;
}
h4.shoparea {
	font: bold 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	margin: 6px 0px 0px 0px;
	padding: 6px 5px 0px 5px;
	border-top: 1px solid #CCC;
}
h5.shopnames {
	font: bold 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
}
p.shopbun_s {
	font: normal 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}
p.shopbun2 {
	font: normal 11px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 2px 6px 6px 8px;
}
p.shopbun2 a{
	color: #069;
	text-decoration: none;
}
p.shopbun2 a:hover{
	color: #F60;
	text-decoration: underline;
}
/*渋谷写真*/
p.shibuyapix {
	font: bold 20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 10px;
	text-align: center;
}
p.shibuyapix a{
	color: #036;
	text-decoration: none;
}
p.shibuyapix a:hover{
	color: #F30;
	text-decoration: underline;
}
