@charset "utf-8";
/* marche CSS Document */


/* 再生まつり 共通設定 */
*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border: none;
}

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

	
	
/* 上下のライン */
div.linebg {
    background-color:#0cc0df;
	height:26px;
	width:100%;
	min-width:800px;
}
/* 上下のライン 文字*/
p.line101{
	width: 800px;
	height:26px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size:16px;
	letter-spacing:0.2em;
	color:#FFF;;
}


/* 大枠 */

html,body{
    height: 100%;
}


/* 外枠 */
#wrapper{
	width:800px;
	margin:0px auto;
}


/* ヘッダ */
#header{
	width:800px;
	height:403px;
}


/*ナビ　*/

/*文章*/


#conavi li{
	margin:0 30px 5px 50px;
	font-size:14px;
  }

#conavi a{
	text-decoration:none;
	color:#5382BD;
	}
#conavi a:hover{
	text-decoration:underline;
	}
#conavi a:visited{
	text-decoration:none;
	color:#5382BD;
	}

/*ナビ上下線　*/
hr.blue {
border:1px #0cc0df solid;
margin:15px 0;
}



/* メイン */
#main{
	width:800px;
	height:auto;
	margin-bottom:100px;

}





/* フッタ */
#footer{
	width:100%;
	min-width:800px;
	padding-bottom:10px;
	padding-top:30px;
	height:120px;
	background:#0cc0df;
	}
#footer a{
	text-decoration:none;
	color:#FF6;
	}
#footer a:hover{
	text-decoration: underline;
	color:#FF6;
	}
#footer p{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
	font-size:14px;
	color:#FFF;
	line-height:1.5em;
	}





/*--------------------------------*/
/*個別　*/
/*--------------------------------*/



h3.h3blue2{
	border-left:#5d8cd6 solid 10px;
	border-bottom:#5d8cd6 solid 1px;
	color:#5d8cd6;
	letter-spacing:0.1em;
	padding-left:15px;
	margin-top:40px;
	margin-bottom:20px;
	}


h3.h3blue{
	background:#5d8cd6;
	color:#FFF;
	padding-left:15px;
	margin-top:10px;
	margin-bottom:5px;
	}
	
	
h4.h4blue{
	background:#5d8cd6;
/*
	border-top:#363 solid 1px;
	border-bottom:#363 solid 1px;*/
	color:#FFF;
	letter-spacing:0.2em;
	padding-left:15px;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:30px;
	}


/*概要*/
h4.h4blue2{
	color: #5d8cd6;
	letter-spacing:0.1em;
	border-left:#5d8cd6 solid 10px;
	margin-top:20px;
	margin-bottom:3px;
	padding-left:10px;
	}
	
/*プログラム*/
h4.h4pink{
	color: #F66;
	border-left:#F66 solid 10px;
	margin-top:25px;
	margin-bottom:3px;
	padding-left:6px;
	}
	


/*ページ内リンク目次*/
div.notes{
	margin:90px 0 20px 0;
	background-color:#06C;
	padding:3px 30px;
	}
div.notes p{
	font-size:12px;
	color:#FFC;
	}
div.notes a, div.notes a:visited{
	text-decoration:none;
	color:#9C3;
	}
div.notes a:hover{
	text-decoration:underline;
	color:#F96;
	}


/*文章*/
div.text{
	margin:0 30px 10px 50px;
	font-size:14px;
	}


/*文章*/
/*　枠線オレンジ色付　*/
div.text2{
	margin:20px 30px 20px 50px;
	padding:20px 30px;
	border:#F66 dotted 2px;
	font-size:14px;
	}
div.text2 h3{
	color:#066;
	border-left:#066 10px double;
	padding-left:10px;
	}







/*-----------------------------*/
/*-top画像------------------------------*/
div.intro{
	height:225px;
	color:#393;
	}


