/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
    }
    

body {
	margin :0px auto 0 auto;
	text-align:center;
	font-size: 90%;
	line-height:1.5;
	color:#000;
	background: #ffffff;
}



a:link {color:#004ccc;}
a:visited {color:#004ccc;}
a:hover {text-decoration: none; color:#E60039;}



#contents {
	text-align: center;
	margin: 0 auto;
	width:980px;
}

h1 {
	margin: 0 auto;
	padding:0;
	clear:both;
}

h2,h3,h4 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

h2 {
	margin: 0 auto;
	padding:0;
}

h3 {
	clear: both;
	background: url(../images/icon_sq01.gif) no-repeat left center;
	border-bottom: #CCC solid 1px;	
	height: 30px;
	line-height: 30px;
	padding: 0.1em 0 0 20px;
}

h4 {
	clear: both;
	background: url(../images/icon_sa.gif) no-repeat left center;
	padding: 0.1em 0 0 20px;
	font-weight:bold;
}

#pageNavigation {
	display:none;
}

#MAINTITLE,
#NAVITITLE {
	display:none;
}


#main {
	background:#FFF;		
	margin: 0 auto;
	clear:both;
	padding: 20px;
}

/*リストスタイル*/

.circle dt {
	background: url(../images/icon.gif) no-repeat left center;
	padding-left:20px;
	float:none;
	clear:both;
	line-height:1.3;
}

dt.maru {
	background: url(../images/icon.gif) no-repeat left center;
	padding-left:20px;
	clear:both;
}

.circle dd {
	margin-left:30px;
	background: url(../images/icon_y.gif) no-repeat left center;
	padding-left:40px;
	line-height:1.3;
	margin-bottom:0.5em;


}
	

/*その他スタイル*/

.pageTop{
	clear: both;
	margin: 0 auto 10px;
	padding-left:15px;
	font-size: 80%;
	text-align: right;
	float:right;
}

.box{
	width:860px;
	margin: 10px auto;
	text-align: left;
	line-height:1.5;
	}

.txtArea{
	clear: both;
	width:95%;
	margin: 20px auto;
	color:black;
	overflow:hidden;
}

#place {
	float:left;
	width:400px;
	overflow:hidden;
	margin-right:10px;
}

#map {
	text-align:center;
}

.notes {
	border: #C4EBF0 1px solid;
	padding: 0.5em 1em;
	}


.mgl_1em {
	margin-left: 1em;
}
.mgt_1em {
	margin-top: 1em;
}

.mid {
	vertical-align:middle;
}

.l_spa {
	letter-spacing: 0.1em;
	}

.txt_r {
	text-align: right;
}

.attention {
	color: #C03;
	font-weight: bold;
	font-size: 90%;
}

/* ------------------------------
   header
------------------------------ */

#logo {
	float: left;
	height: 65px;
}

#fontsize {
	float: right;
	margin-top: 25px;
	line-height:0;
}

	#fontsize dt,dd{
		float: left;
		margin: 0;
	}



/* ------------------------------
   パンくずリスト
------------------------------ */

#cate {
	text-align:left;
	font-size:90%;
	padding: 0;
}

/* ------------------------------
   menu
------------------------------ */

#menu {
	background: #e6e6e6;
	height:60px;
	margin:0 ;
	padding:0;
	text-align:left;
	clear:both;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;	
}

	#menu li {
		float:left;
		padding:0;
		background: #e6e6e6;
		font-size: 110%;
		text-align: center;
		line-height: 60px;
		height:60px;
		width: 325.5px;
		display:block;
		white-space: nowrap;
		border-right:solid 1px white;
		text-align: center;
		letter-spacing: 0.1em;
	}
	
	#menu li a {
		display:block;
		background: #e6e6e6;
		height:60px;
		color:#4d4d4d;
	}
	
	#menu ul {
		padding: 0;
		list-style: none;
	}

	#menu a:link,
	#menu a:visited{ text-decoration: none; background: #e6e6e6;}
	#menu a:hover{
		background: #486AAB;
		color:white;
	}
	
	#menu .act {
		background: #486AAB;
		color:white;
	}

	
	

/* ------------------------------
   ポリシー
------------------------------ */

#policy {
	clear:both;
	padding:0;
	margin: 1em 2em 0 0;
	float:right;
	font-size: 80%;	
}
	#policy ul {}
	
	#policy li {
		background: url(../images/icon_arrow01.gif) no-repeat 0 center;
		margin: 0 0 0 15px;
		padding-left:8px;
		float: left;
	}
	
	#policy a:link,
	#policy a:visited {
		display:block;
	}

/* ------------------------------
   footer
------------------------------ */

#footer {
	background:#F5DEB3;
	margin:0;
	clear:both;
	padding-top:20px;
	height:100px;
	width:100%;
}


#copy {
	margin:0;	
	color: #000;
	padding:10px;
	font-weight:bold;
	clear:both;
}

/* ------------------------------
   .clearFix
------------------------------ */
.clearFix{
	display:inline-table;
	min-height:1%;
}
.clearFix:after{
	display:block; 
	clear:both; 
	visibility:hidden;
	height:0; 
	content:".";
}
/* Hides from IE-mac \*/
* html .clearFix{
height:1%;
}
.clearFix{
display:block;
}
/* End hide from IE-mac */

.clear{
clear:both;
}

/* ------------------------------
   トップページ
------------------------------ */


.data {
}

.data dl {
	margin:0;
}
	
.data dt {
	clear: left;
	float: left;
	width: 88px;
	height:36px;
}	
		
.data dd {
	margin-left: 10px;
	height:36px;
	line-height:36px;
	padding-bottom: 0.2em;	
}
	
.data2 dt {
	clear: left;
	float: left;
	width: 4em;
}	
		
.data2 dd {
		padding-bottom: 0.2em;	
	}


/* ------------------------------
   ２階層目
------------------------------ */

.pagetop {
	z-index:1;
	position:fixed;
	bottom:1%;
	right:0px;
	text-align:center;
	border-top:1px solid #486AAB;
	border-left:1px solid #486AAB;
	border-bottom:1px solid #486AAB;
	border-radius:5px 0 0 5px;
	background:#fff;
}

	.pagetop a {
		text-decoration:none;
		background:#486AAB;
		display:block;
		padding:5px 10px;
		color:white;
	}
	
	.pagetop a:hover {
		background:white;
		color:#486AAB;
	}
	
	

/* ------------------------------
   プログラム
------------------------------ */
.program  {
	overflow:hidden;
}

.program dl {
	border-bottom:solid 1px #ccc;
	overflow:hidden;
	padding-bottom:0.5em;
	padding-top:0.5em;
}

.program dt {
	float:left;
	background:url(../images/icon.gif) no-repeat left center;
	padding-left: 20px;
	width:10em;
	font-weight:bold;
}

.program dd {
	padding:0;
	text-align:left;
	width:620px;
}


.program dd p.theme {
	font-size: 110%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border:dotted 2px #ccc;
	padding:0.2em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.program dd p.name {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left:2em;
	margin-top:0;
}



dl.group  {
	overflow:hidden;
	border-bottom:none;
}


.program dd .group dt {
	width:100px;
	background: #C4EBF0;
	margin: 0 0 0.5em 0;
	padding: 0.1em 0.2em;
	text-align: center;
	font-weight: bold;
	clear:left;
}

.program dd .group dd {
	margin: 0 0 0.5em 0.5em;
	padding: 0.1em 0.2em;
	width:470px;
}


#button {
  width:86px;
  height:34px;
  margin:0 0 1px 0;
  color:#ffffff;
  background:#337fcc;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  display:block;
  text-decoration:none;
  border:1px solid #225588;
  padding:3px 5px;
}


.box02 {
    position:relative;
    height: 100%;
}
.ppp {
  width:86px;
  height:34px;
  position:absolute;
  top:50%;
  left:50%;
  margin:-43px 0 0 -43px;
}
.mamama {
  margin:4px 0 0 0;
  color:#ffffff;
  font-size:20px;
  font-weight:bold;
  text-align:center;
}
.mamama02 {
  margin:7px 0 0 0;
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
  text-align:center;
}
.mimimi{
  background:#337fcc;

}

div .momomo{
  width:860px;
  height:60px;
  margin:0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5DC', endColorstr='#F5DEB3', GradientType=1)";
  background:-webkit-gradient(linear, right top, left top, from(#F5F5DC), to(#F5DEB3));
}

div .momomo2{
  width:860px;
  height:60px;
  margin:295px auto 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5DC', endColorstr='#F5DEB3', GradientType=1)";
  background:-webkit-gradient(linear, right top, left top, from(#F5F5DC), to(#F5DEB3));
}

div.data dd.ddText{
	line-height:18px;
}

aaaaaaaaa{
/* Webkit系 */
background: -webkit-gradient(linear, left top, right top, from(#ccccff), to(#000066));
/* Mozilla系 */
background: -moz-linear-gradient(left, #ccccff, #000066);
/* IE10+ */
background: -ms-linear-gradient(left,  #ccccff,  #000066);
/* IE8-9 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccccff', endColorstr='#000066', GradientType=1)";
/* IE5.5-7 */
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ccccff', endColorstr='#000066', GradientType=1);
}

span.type1_left {
	display: block;
	float: left;
	font-size:20px;
	font-weight:bold;
	margin:18px 0 0 20px;
}
