/* ------------------------------------------------------
 基本レイアウト　波多野澄子バレエ団css
------------------------------------------------------- */

body,h1,h2,h3,h4,h5,p,div,ul,ol,li,form,hr,img{
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------------------
 全体の設定
 ------------------------------------------------------ */

/* 一応文字の色を設定しておく */
color:#FFF;

/* 強調 */
strong{
	color:#C00;
	font-weight: normal;
}

/* 表組み */

.hatanoTable{
	font-size:12px;
	background-color:#000;
	margin:10px 0 10px 30px;
}

.hatanoTable th{
	text-align:center;
	color:#000;
	font-weight: normal;
	background-color:#CCC;
	padding:5px;
}

.hatanoTable td{
	text-align:center;
	background-color:#FFF;
	padding:5px;
}

/* コンテンツ下部のナビ */
#footNavi{
	visibility: hidden;
	display: none;
}

li{
	padding-bottom:5px;
}

/* ------------------------------------------------------
 全体のボックス
------------------------------------------------------ */
#container{
	width:800px;
	margin:0px auto;
	text-align:left;
}

/* ------------------------------------------------------
 ヘッダ
 ------------------------------------------------------ */
#header{
	visibility: hidden;
	display: none
}

/* ------------------------------------------------------
 ナビ
 ------------------------------------------------------ */
#navi{
	visibility: hidden;
	display: none;
}

/* ------------------------------------------------------
 パン屑
 ------------------------------------------------------ */
#topicPath{
	visibility: hidden;
	display: none
}

/* ------------------------------------------------------
 メインコンテンツエリア
------------------------------------------------------ */
#main{
	width:640px;
	float:left;
	font-size: 12px;
	line-height:150%;
	margin:0 0 0 15px;
}

#main2{
	width:800px;
	float:left;
	font-size: 12px;
	line-height:150%;
	margin:0 0 0 15px;
}

#headtxt{	/* ページ上部のテキスト */
	font-size:14px;
	line-height:150%;
	font-weight:bold;
	margin:15px 10px 10px 15px;
}

#main ol,ul{
	font-size: 12px;
	line-height:150%;
	margin:5px 20px 10px 15px;
	padding:0 10px;
}

#main h1{
	font-size:16px;
	font-weight: bold;
	border-bottom:3px solid #1A9644;
	margin:15px 0;
	padding:5px;
}

#main h2{
	height:30px;
	font-size:14px;
	font-weight: bold;
	margin:10px 10px 10px 0px;
	padding:10px 0 0 0;
	border-bottom:solid 3px #F9C;
	clear:both;
}

#main2 h2{
	height:30px;
	font-size:14px;
	font-weight: bold;
	margin:10px 10px 10px 0px;
	padding:10px 0 0 0;
	border-bottom:solid 3px #F9C;
	clear:both;
}

#main h3 {
	font-size: 12px;
	font-weight: bold;
	margin:15px 5px;
	padding:0 5px;
	border-left:5px solid #B9C;
	clear:both;
}

#main h4 {
	font-size: 12px;
	font-weight: bold;
	margin:8px 10px;
}

#main p{
	margin:5px 0;
	font-size:12px;
	line-height:150%;
	margin:5px 10px 10px 15px;
}

#main2 p{
	margin:5px 0;
	font-size:12px;
	line-height:150%;
	margin:5px 10px 10px 15px;
}

#main table{
	font-size:12px;
	margin:0 0 5px 15px;
}

#main2 table{
	font-size:12px;
	margin:0 0 5px 15px;
}

/* ----------------------------------------
写真
---------------------------------------- */

.photoBox{
	font-size:10px;
	margin:0 0 5px 15px;
}

.photoBox img{
	margin:5px;
}

.photoSingle{
	float:left;
	text-align:center;
	border-bottom:solid 1px #666;
	margin:0 1px;
}

.photoSingle img{
	margin:5px 5px 2px 5px;
}

/* ----------------------------------------
年表形式記事
---------------------------------------- */
.hisDate{
	width:70px;
	float:left;
	margin:0 0 0 15px;
}

.hisContents{
	width:480px;
	float:left;
}

.hisHr{
	height:2px;
	border-bottom:dotted 1px #333;
	clear:both;
	margin:5px 15px;
}

/* ----------------------------------------
Index Box
---------------------------------------- */

.indexBox1{	/*左側*/
	width:230px;
	height:66px;
	line-height:25px;
	float:left;
	margin:5px 0 5px 15px;
	border-top:3px double #666;
	border-bottom:3px double #666;
}

.indexBox2{	/*右側*/
	width:230px;
	height:66px;
	line-height:25px;
	float:left;
	margin:5px 0 5px 15px;
	border-top:3px double #666;
	border-bottom:3px double #666;
}

.indexBox1 img{
	float:left;
	margin:5px 10px 5px 0;
}

.indexBox2 img{
	float:left;
	margin:5px 10px 5px 0;
}

/* ------------------------------------------------------
 サブコンテンツエリア1
------------------------------------------------------ */
#sub1{
	visibility: hidden;
	display: none
}

/* ------------------------------------------------------
 サブコンテンツエリア2
 ------------------------------------------------------ */
#sub2{
	visibility: hidden;
	display: none
}

/* ------------------------------------------------------
 フッタ
------------------------------------------------------ */
#footer{
	visibility: hidden;
	display: none
}

/* クリア */
.cb{
	clear:both;
	}

