#seito{
 background:#F5F5FF;
}

/****メインメニュー用スタイル****/
ul.menubar_ul{
    z-index : 20;
    margin:0px;/*△*/
    padding:0px;/*△*/
    width:100%;/*○*/
    position:relative;/*×*/
    list-style:none;/*△*/
    text-align:center;/*○*/
}


.menubar_ul li.off{
    z-index : 20;
    position:relative;/*×*/
    float:left;/*×*/
    height:24px;/*○*/
    width:100%;/*○*/
    overflow:hidden;/*×*/
    border-bottom: 1px solid black;
    background-color:black;/*○*/
}
/*展開時*/
.menubar_ul li.on{
    z-index : 20;
    float:left;/*×*/
    overflow:visible;/*×*/
    width:100%;/*○*/
    background-color:#D3D3D3;/*○*/
    border:0px solid #993300;/*○*/
}
.main>li.on{
overflow:visible;/*×*/
}


/****サブメニュー用スタイル****/
ol.sub{
    z-index : 20;
    margin:0px;/*△*/
    padding:0px;/*△*/
    position:relative;/*×*/
    left:0.5em;/*○*/
    top:0.5em;/*○*/
    width:150px;/*○*/
    border:1px solid #993300;/*○*/
    border-bottom:0px solid #993300;/*○*/
    list-style:none;/*△*/
    text-align:left;/*○*/
/*    background-color:#D3D3D3;*/ /*○*/
background:#F4F2FF;
}
.sub li{
/*必要に応じて追加*/
}
.sub a{
    z-index : 20;
    padding:2px 0px 2px 5px;/*○*/
    display:block;/*△*/
    width:150px;/*○*/
    border-bottom:1px solid #993300;/*○*/
    /*background-color:#D3D3D3;*/ /*○*/
background:#F4F2FF;
}
.sub a:hover{
    z-index : 20;
    /*background-color:#D3D3D3;*/ /*○*/
background:#F4F2FF;
}


/*-------------------------------------------------
■コース紹介用
-------------------------------------------------*/
.cause_kids { 
	font-size:11pt;
	color:	#800000;
	font-weight:600;
	background-color: #FFD700;
	text-align: left;
	padding:5px;
	margin: 0px;
      width: 180px;

	border-style:solid;
	border-color:#FF8C00;
	border-width:2px;
}

.cause_kids2 { 
	font-size:10pt;
	color:	black;
	font-weight:400;
	text-align: left;
	padding:5px;
	margin: 0px;
      width: 220px;

	border-style:solid;
	border-color:#800000;
	border-width:1px;
}

.cause_kids3 { 
	font-size:10pt;
	color:	black;
	font-weight:400;
	text-align: left;
	padding:10px;
	margin: 0px;
      width: 440px;

	border-style:solid;
	border-color:#FF69B4;
	border-width:2px;
}

hr.cause_kids {
	/*border-style:solid;*/
	border-style:double;
	border-color:#800000;
      width: 100%;
	margin: 20px,0,20px,0;
}

.kids_lesson01 {
	font-size:8pt;
	color:	black;
	font-weight:300;
	text-align: left;
	padding:5px;

	border-style:solid;
	border-color:#151515;
	border-width:1px;
}

.kids_lesson02 {
	font-size:7pt;
	color:	black;
}

/*-------------------------------------------------
■リンク指定
-------------------------------------------------*/
A:link{ 
	font-size:10pt;
	color:#000000;
	text-decoration:none;
}
A:visited{ 
	font-size:10pt;
	color:#0000FF;
	text-decoration:none;
}
A:active{ 
	font-size:10pt;
	color:#FF0000;
	text-decoration:none;
}
A:hover{ 
	font-size:10pt;
	color:#0000FF;
	text-decoration:underline;
}



.oasis_kokuban {
	font-size:11pt;
	color:	white;
	font-weight:400;
	background-image: url(blogimages/kokuban.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 136px;
	text-align: left;
	padding:0px;
	margin: 0px;

	border-style:solid;
	border-color:red;
	border-width:0px;
}





.oasis_title {
	font-size:9pt;
	color:	black;
	font-weight:300;
}

h1{
	font-size:8pt;
	color:	WHITE;
	font-weight:300;
	text-align:left;
	background-color:#0057B1;

	border-style:solid;
	border-color:red;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:	0px;
	padding:5px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

h2{
	font-size:10pt;
	color:	WHITE;
	font-weight:300;
	text-align:left;
	background-color:#0057B1;

	border-style:solid;
	border-color:red;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:	0px;
	padding:5px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

hr {
	border-style:solid;
	border-color:red;
	border-width:1px;
}

.menu_bottom {
	font-size: 8pt;
	color: #c0c0c0;
}

.top_title {
	border-top: 5px double DARKORANGE;
	border-left: 0px;
	border-bottom: 5px double DARKORANGE;
	border-right: 0px;
	padding: 20px;
	font-size: 11pt;
}

.blog_main {
	font-size: 10pt;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
}


.menubar {
	float: left;
/*	width: 570px;*/
/*	height: 30px;*/
	text-align: center;
	cursor: pointer;
	background-color: BLACK;

}





.s_bartitle {
	font-size:11pt;
	color:	black;
      padding:0 0 0 8px;
}

.s_barcontents {
	font-size:8pt;
	color:	black;
      padding:0 0 0 8px;
}















.footer {
	font-size:8pt;
	color:	WHITE;
	font-weight:300;
	text-align:center;
	background-color:#0057B1;

	border-style:solid;
	border-color:red;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:	0px;
	padding:5px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

table {
	border-collapse:collapse;
	font-size:10pt;
}

body {
	z-index : 1 ;
	font-size:10pt;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background: #F4F2FF url(images/fadeBG.png) fixed center repeat-y;
	color:black;

/*
	scrollbar-base-color:#C0C0C0;
	scrollbar-face-color:#C0C0C0;
	scrollbar-track-color:#C0C0C0;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#C0C0C0;
	scrollbar-shadow-color:#FFFFFF;
*/

	/* IE用の中央寄せ */
	text-align:center;
}

#main {
	/* IE以外用の中央寄せ */
		margin-left:auto;
		margin-righ:auto;
	/* 中身を左寄せに戻す */
		text-align:left;
	/* 幅 */
		width:800px;
}

/*-------------------------------------------------
■メニューバーの設定
-------------------------------------------------*/
#globalNavi ul {
	z-index : 30 ;
	font-size: 9pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	width: 740px;
	height: 25px;
	cursor: pointer;
	background-color: white;
	float: center;
}


#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 92px;
	text-align: center;
	cursor: pointer;
/*	background-color: #D3D3D3;
background:url(images/bg001.jpg) repeat-x;*/
background: #F4F2FF url(images/bg001.jpg) repeat-x;

}

#globalNavi li a {
	padding: 5px 3px 5px 3px;
	display: block;
	position: relative;
	color:black;
	text-align: center;
	text-valign: middle;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	cursor: pointer;
}

#globalNavi li a:hover{
	padding: 5px 3px 5px 3px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	color: red;
}

.gNavi_caption {
	width: 100%;
	height:100%;
	padding: 0px;
	margin:0px;
}

.lamontpoopoo {
	/* IE以外用の中央寄せ */
		margin-left:auto;
		margin-righ:auto;
	/* 中身を左寄せに戻す */
		text-align:left;
	/* 幅 */
		width:816px;
		background: #F4F2FF url(images/fadeBG.png) fixed center repeat-y;
}
