/*--------------------------------------------------------
共通部分
--------------------------------------------------------*/
@import "../css/style.css";


/*--------------------------------------------------------
これまでの舞台
--------------------------------------------------------*/

/* ▽ フェスティバル・コンクール参加記載部分 */
.festival{
	color: #708090;
	font-size: 15px; 
	padding-left: 9px;
	background: url(../img/yz_orange.gif) left center no-repeat;
	}
/* △ フェスティバル・コンクール参加記載部分 */


/* ▽ 各舞台の説明部分 */
#left div.pastplay{
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	border-top: solid 1px #ebf6f7; 
	border-left: solid 1px #ebf6f7; 
	border-bottom: solid 1px #c0c0c0; 
	border-right: solid 1px #c0c0c0; 
	background: #f9ffff;
	}
#left div.pastplay ol li{padding-left: 15px;}
#left div.pastplay ol li.num1{background: url(../img/num_c1.gif) left center no-repeat;}
#left div.pastplay ol li.num2{background: url(../img/num_c2.gif) left center no-repeat;}
#left div.pastplay ol li.num3{background: url(../img/num_c3.gif) left center no-repeat;}

#left div.pastplay img#oneside_medal{
	position: absolute;
	left:335px;
	top: -30px;
	}
/* △ 各舞台の説明部分 */


/* ▽ カサシマ・ネモッティの足跡部分 */
#left table.pastplay {
	margin-left: 300px;
	}
#left table.pastplay td{
	padding-left: 5px;
	padding-top: 18px;
}
td.kasashima{width: 6em; background: url(../img/kasashima.gif) left 2px no-repeat;}
td.nemotty{background: url(../img/nemotty.gif) -2px 2px no-repeat;}

#left ul.pastplay li{padding-left: 80px;}

li.kasashima{background: url(../img/kasashima.gif) left top no-repeat;}
li.nemotty{background: url(../img/nemotty.gif) left top no-repeat;}
/* △ */



/* ▽ 左枠外部分 カサシマ・ネモッティの説明 */

p#ex_nemotty a{
	position: absolute;
	left: -80px;
	top: 0px;
	width: 54px;
	height: 280px;
	background: url(../img/ex_nemotty.gif) left top no-repeat;
	z-index: 1;
}
p#ex_nemotty a:hover,
p#ex_nemotty a:active{
	left: -165px;
	width: 139px;
}

p#ex_kasashima a img,p#ex_nemotty a img{ margin-top: 30px; margin-left: 10px;}

/* △ カサシマ、ネモッティの説明 */