﻿/* ul リセット */
#tabNavi, #panel ul { list-style:none; margin:0; padding:0; }
/* ナビゲーション部分 */
#tabNavi {
	background:url(images/header.gif) no-repeat;
	width:864px;
	height:20px;
	padding:5px 0 0 0;
	font-weight: bold;
}
#tabNavi a {
	text-decoration:underline; 
	/*color:#b9af73; */
	color:#fff4b3;
	padding:5px 28px 0 28px;
}
#tabNavi li	{
	display: inline;
}
#tabNavi a:hover {
	text-decoration:underline; 
	color:#E6D297;
}
a.selected {
	text-decoration:underline !important; 
	color:#B93311 !important;
}
/* スクロールコンテンツ部分 */
#navi {
	/*background:url(images/body.gif) no-repeat bottom center;*/
	width:780px;
	padding-bottom:30px;
	margin-bottom: 30px;
}
#mask {
	width:820px;
	overflow:hidden;
	margin:20px 20px;
	color:#fff4b3;
}
#panel div {
	float:left;
}
#panel h2 {
	display:inline-block;
	padding:5px ;
	background-image:url('../../img/ecole_h2_bg.gif');
	background-position:left center;
	background-repeat:repeat-x;
	color:white;
	font-weight:700;
	font-size:1.4em;
	width:100%;
	margin-bottom:20px;
}


#panel ul {
list-style:none;
margin:0 5px;
padding:0;
}

div#panel-1 p{
	display:block;
	font-size:1.2em;
	color:#fff4b3 ! important;
}

div#panel-1 img{
	display:block;
	float:left;
	margin-right:20px;
}


div#panel-1 p#large{
	display:block;
	padding:4px;
	font-size:1.3em;
	color:#fff4b3 ! important;
}

div#panel-2 ul li{
	display:block;
	padding:5px;
	font-size:1.3em;
	/*color:#b9af73;*/
	color:#fff4b3;
	width:500px;
	border-bottom:1px #b9af73 dotted;
}
div#panel-2 ul li span{
	display:inline-block;
	width:100px;
}
div#panel-3{
	display:block;
	/*padding:5px;*/
}

div#panel-3 a,
div#panel-5 p a{
	color:#B93311;
}

div#panel-3 p,
div#panel-6 p{
	display:block;
	padding:10px　5px;
	font-size:1.2em;
	color:#fff4b3 ! important;
	margin-bottom:10px;
}



div#panel-3 table{
	border:1px #7f784f solid;
	margin-left:5px;
}

div#panel-3 table tr td{
	table-layout:auto;
	border-collapse:collapse;
	border:1px #7f784f solid;
	font-size:1.3em;
	color:#fff4b3;
	padding:10px;
}

div#panel-3 table tr td span{
	display:block;
}
div#panel-3 table tr td span　a{
	display:block;
	font-size:0.9em !important;
	text-decoration:underline;
}

div#panel-4,
div#panel-5{
	display:block;
	/*padding:5px;*/
}
div#panel-4 table,
div#panel-5 table{
	border:1px #7f784f solid;
	margin-left:5px;
	margin-top:5px;
}

div#panel-4 table tr td,
div#panel-5 table tr td{
	table-layout:auto;
	border-collapse:collapse;
	border:1px #7f784f solid;
	font-size:1em;
	color:#fff4b3;
	padding:5px 10px;
}
div#panel-4 table tr td#cakename{
	width:670px;
	/*ckground-color:#725c44;*/
	/*background-image:url('../../img/list_bg.gif');
	background-position:right center;
	background-repeat:no-repeat;*/
}
div#panel-4 table tr td span{
	display:block;
}
div#panel-4 table tr td span　a{
	display:block;
	font-size:0.9em !important;
	text-decoration:underline;
}
div#panel-5 p,
div#panel-7 p{
	display:block;
	font-size:1.1em;
	line-height:1.5;
	color:#fff4b3 ! important;
	margin-top:10px;
	margin-right:20px;
	width:320px;	
	float:left;
}

div#panel-7 p strong{
	display:block;
	font-weight:700;
	margin-bottom:10px;
	font-size:1.1em;
}
div#panel-7 img{
	display:block;
	float:left;
	margin-right:10px;
	margin-top:20px;
}



