/* css3 */
@charset "UTF-8";
/* -------------------------------------------------------------
/* 体験コーナー予定表ページのCSS 
--------------------------------------------------------------*/

/* 一括で全ての要素の余白をゼロに指定 */
* { margin: 0;  padding: 0;}


/* -------------------------------------------------------------
/* コンテンツブロック内に関する指定 
--------------------------------------------------------------*/

/* ------------------------------------ コンテンツの指定 ---*/

#contents{
  	background:url(../img/bg_heart.gif) 0 0;
	}


h2{
	background-color: #052b54; color: #ffffff;
	font-size: 18pt; font-weight: bold; margin:10px auto 5px;
	line-height: 1.5em; text-align: center; width: 850px;
	}

p.a{#006;}


/* ------------------------------------ テーブルの指定 ---*/

table{/*width:680px;*/ border:0; margin:10px auto; border-collapse:collapse;}

.naka{
	border:solid 1px #ff1493;
	font-size:11pt;
	margin:10px 0;
	}

td{
/* color:#000040; font-size:12pt; */
/*  font-family:"ＭＳ ゴシック" sans-selif;*/
/*  line-height:17pt;*/
/* font-weight:bold;*/
  }

	
td span{color:#900;}

td.nb{vertical-align:top;}


