
/********************カラム******************************/
div.mainContainer{
	width:820px;
	text-align:left;
	background :#ffffff;
	margin : 0px auto 0px auto;
	padding:0px;
}

.mainPane{
	float:left;
	width:600;
	background: #ffffff;
	margin:0px;
	padding:5px;
}

.rightPane{
	float : right;
	width : 200px;

	background : #ffffff;
	margin : 0px;
	padding : 0px;
}


.container{
	width:820px;
	margin:0px;
}



.footer{
	color:#666666;
	font-size:9pt;
	border-top:solid 1px #666666;
	clear:both;
}

/******************* 最上段バー***********************/
.top{
	background : #C0E5FF;
	border : none;
	height:31px;
	vertical-align:middle;
}

.topLeft{
	float:left;
	width:100px;
}

.topCenter{
	margin:0px;
	border : none;
	font-size:12px;
	vertical-align:middle;
}
	
.topRight{
	float : right;
	margin:0px;
	border : none;
	font-size:12px;
}



/******************* トップページのバナー************************************/

.topBanner{
	background : #ffffff;
	color:#000000;
	width:100%;
	height:128px;
	z-index:-1;
	background-repeat:no-repeat;
    background-position: bottom left;
	vertical-align:bottom;
}


.flickr{
	float:right;
	width:250px;
}
.flickrNavi{
	position:relative;
	top:10px;
	left:-30px;
}
/*
.playlist{
	background:url(/images/bg/tv.png);
	background-repeat: no-repeat;
	float : left;
	padding-left: 8px;
	padding-top:16px;
	margin-right :20px;
	width:292px;
	height:222px;

}*/



.playlist{
	background : #FAA3FF ;
	float : left;
	padding: 8px;
	margin-right :20px;
	width:320px;
	height:240px;

}


/********************新着情報******************************/


.newsHeader{
	clear:both;
	font-size:10pt;
	margin:0px;
	background: url(/images/bg/stripe_choco.png);
	background-repeat: no-repeat;
 	padding:0px 0px 0px 60px;
	color:#000000;
}

.newsContents{
	background:#ffffff;
	color:#000000;
	margin: 0px 0px 10px 0px;
	padding : 4px 4px 4px 12px;
}

.newsImg{
	float:left;
	margin-right:10px;
}


.newsSubject{
	font-weight:bold;
}

.news{
	border: none;
}




/*****************画像テキストの回りこみ付き用***********/
.floatLeftTop{
	float:left;
	margin:0px 10px 10px 0px;
}

.floatRightTop{
	float:right;
	margin:0px 0px 10px 10px;
}


/**************2段組用***************/

.leftFrame, .rightFrame{
		width:48%;
		background-color:white;
		border:none;
		margin:0px;
		padding:2px;
}

.left,.leftFrame { 
	float:left;
}

.right,.rightFrame { 
	float:right;
}


.clear{
	clear:both;

}

.leftFrame, .rightFrame{
/*	border:solid 1px slateblue;*/
	padding:6px;
}

.halfWidth{
	width:50%;
}


/************枠線付きのテーブル*******************/
	/*th td はこれを*/

.grid, .gridTop{
	border-style:solid;
	border-color:#999;
	color:black;
}

.grid{
	border-width: 0px 1px 1px 0px;
}

	/*tableにはこれを*/
.gridTop{
	border-width: 1px 0px 0px 1px;
}




/*********fancybox***************/


.fancywindow{
	width:520px;
	overflow:auto;
	margin:0px 20px 30px 0px;	
	padding:6px;
	border:none;
	z-index:10;
}


.pg_carousel_heading{
	background:#ccccff;
	margin:0px;
}


pg_carousel_body{


}


/****BINDER****/
.separator{
	width:100%;
	border:none;
	height:1px;
	margin:10px 0px 100px 0px;
	padding:0px;
	background-color:#AFEEEE; 
}


 
/************ ブロックのタイトルバー**********/
.simpleFrame,.topFrame, .sideFrame{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	margin: 0px 0px 10px 0px;
	background: #ffffff;
	text-align:left;
	clear:both;
}

.bareFrame{
	border:none;
	margin: 0px 0px 10px 0px;
	background: #ffffff;
	text-align:left;
	clear:both;
}



.sideFrame{
	border-left:none;
}

/*ブロックタイトル部分*/
.headingFrame{
	margin:0px;
	padding:0px;
	background : #ffffff;
	color : #cc66cc;
	text-align : center;
	font-size:12px;
	font-weight:bold;
	border:none;
}
	
.contentsFrame{
	font-size:9pt;
	line-height:12pt;
	margin:0px 0px 10px 2px;
	padding: 0px;
	color:#666666;
	border:solid 1px silver;
	border-bottom:none;
}


.halfFrame{
	float:left;
	border:solid  #cccccc 1px;
	width:286px;
	height:200px;
	padding:0 4px;
	margin:0 2px;
}

p.info{
	padding:2px;
	margin:0px;
	line-height:1.1em;
}

P.infoHeading{
	font-weight:bold;
	color:#40E0D0;
}

span.date{
	background:#333399;
	color:white;
	font-family : courier ,monospace;
	font-weight:bold;
	width : 20px;
	font-size:10pt;
	text-align: right;
}

.desc{
	border:solid 1px;

}

.title{
	height : 18pt;
	font-family : sefif;
	background : white;
	color:#000000;
	border-style:dotted;
	border-width :0px 0px 1px 0px;
	border-color: navy;
	text-align:left;
	font-weight: normal;
	vertical-align:top
}

.alert{
	color:red;
}


.stick{
	border : dotted 1px #333399 !important; 
	padding: 4pt;
	
}

.thin_border{
	border : solid 1px #999999 !important; 
	padding: 4pt;
}

/*****************クラス紹介の枠********************/

.classContainer{
	clear:both;
	border : solid 1px #FFB0D1; 
	margin : 0px 0px 10px 0px;
	padding : 0 10px 10px 10px;
}

.classDesc{
}
.classMovie{
	float:left;
	width :250px;
	padding: 0px 10px 0px 0px;
}


/* for post script*/
.ps{
	font-size : 9pt;
	color     : #666666;
	background: #ddddbb;
	padding   : 4pt;
}

dt.menu{
	border-style : solid;
	border-color:#666699;
	border-width : 0px 0px 0px 10px;
	background:#ffeeff;
	font-size : 9pt;
	color:#333333;
	padding-left : 10pt;
}

option.selected{
	background:#66FFCC;
}

.term{
	color:gray;
	margin-left:4pt;
	margin-right:4pt;
	font-family:times;
}


.comment_from_teacher{
	font-style:italic;

}
.ProgramDateLabel{
	font-size:14px;
	height:20px;
	color:#ffffff;
	background-image:url("/block/images/title/reserve.0.png");
	background-repeat: no-repeat;
	margin:0px;
	padding:0px 0px 0px  18px ;

}

/**************バレエ辞書*****************/

.dict_detail_desc{
	float: left;
	text-align: center;
	border:solid 1px #FAA3FF;
	width:480px;
	height:1080px;
	background-repeat:no-repeat;
    background-position: top left;
}


.dict_detail_subject{
	color:blue;
	font-weight:bold;
}

.dict_backbutton{
	text-align:center;
	font-weight:bold;
	margin: 10px;
}


/*** INFO ****/

.limeFrame{
margin : 10px 0px 10px 0px;
padding : 10px;
border :solid 1px rgb(148, 207, 54);


}

.pinkFrame{
margin : 10px 0px 10px 0px;
padding : 10px;
border :solid 1px rgb(148, 207, 54);

}


/*******************初めての方*************************/

.clFlickrPane{
	width:240px;
	float:right;
}
 
.clWelcomeMsg{
	width:300px;
	float:left;
}

/**************************掲示板***********/

p.item  {
	font-size : 10pt;
	line-height:16pt;
	color : #666666;
	padding:10px;
	border:solid 1px LightBlue;
	margin: 5px 0;
}

.boadInput{

	border:none;
	color:DarkTurquoise;
}




/**************************/

.alignRight{
	text-align: right;
}


.noFrame{
	border:none;

}

p.chapter{
	margin-bottom : 16pt;
}

.buttonStyle{
	border:solid 1px black;
	padding:2px 5px;
	color:black !important;
	font-size:14px;
}

