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

body{
	background:url(../img/bg_body_top.jpg) repeat-x;
	text-align:center;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color:#333;
	}

#main{
	width:1000px;
	height:300px;
	clear:both;
	margin:0 0 28px 0;
	background:url(../img/flashbg.jpg);
}

h3.first{
	width:720px;
	height:30px;
	margin:0 0 5px 0;
	clear:both;
}

h3{
	width:720px;
	height:30px;
	margin:40px 0 15px 0;
	clear:both;
}

#newsarea{
	width:718px;
	height:auto;
	margin:-0px 0 20px 0;
	border:#CCC 1px solid;
	background:#FFF;
	padding:10px 0 0 0;
}

p.contentstext{
	font-size:100%;
	color:#333;
	line-height:1.7;
	margin:10px 0 15px 0;
}

#summaryarea{
	width:720px;
	padding:5px 0 0 0;
	/*background:#CCC;*/
}

p#name_summary{
	width:223px;
	height:28px;
	margin:0 0 10px 0;
	float:left;
}

#summary{
	width:340px;
	margin:0 0 0 0;
	float:left;
	background:url(../img/summarybg.gif) no-repeat;
	background-position:right top;
}

dl.summarytext{
	width:340px;
	float:left;
	margin:0 0 0 0;
}

dl.summarytext dt{
	width:340px;
	font-size:100%;
	font-weight:bold;
	color:#C14D5C;
	border-bottom:#C14D5C 1px solid;
	line-height:1.3;
	font-weight:bold;
	margin:5px 0 5px 0;
}

dl.summarytext dt#title_timetable{
	border:none;
	margin:5px 0 0px 0;
}

dl.summarytext dd{
	width:340px;
	font-size:95%;
	line-height:1.4;
	margin:0 0 20px 0;
}

span#tel{
	font-size:230%;
	font-weight:bold;
	line-height:1;
	letter-spacing:1px;
	color:#87B838;
}

table{
	width:340px;
	margin:0 0 5px 0;
	line-height:1.5;
	border:1px solid #999;
	border-collapse:collapse;
	text-align: left;
	}
	
th{
	background:#FBEBEE;
	font-size:100%;
	font-weight:normal;
	text-align:center;
	color:#333;
	border:1px solid #999;
	padding:2px 1px;
	}
	
td{
	border:1px solid #999;
	font-size:100%;
	background:#FFFFFF;
	text-align:center;
	padding:2px 1px;
	color:#666;
	}
	
span.blue{
	color:#052D8C;
}

#maparea{
	width:357px;
	float:right;
	}
	
p#accessmap{
	font-size:100%;
	font-weight:bold;
	color:#C14D5C;
}

p#gmap{
	width:354px;
	height:400px;
	border:#C14D5C 1px solid;
	margin:0 0 20px 0;
	}



/*お知らせ-----------------------------------------*/


.info_titlebox{
	line-height:20px;
	height:auto;
	text-indent:0px;
	color:#666;
	font-size: 115%;
	width:670px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color:#FDF0F2;
}

.info_combox{
	line-height:20px;
	padding-top:5px;
	padding-bottom:10px;
	width: 670px;
	font-size: 95%;
	padding-right: 0px;
	padding-left:15px;
/*	margin-left: 15px;*/
	margin-bottom: 15px;
}
/*-------------------------------------------------*/




.all_clear { clear:both; height:0; }	


/*------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
	}

.clearfix{
	display:inline-block;/* MAC IE用　*/
	min-height:1%;/* IE 7用 */
	}

/*--MAC IEは非適用→ \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/*--ここまでMAC IEは非適用 */
/*------------------------------------*/
