/*上部メニュー部分*/
h2{
	width: 1024px;
	z-index: 1;
	top: -10px;
	position: relative;
	clear: both;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
	color: #FFF;
}
h3{
	background: url(../images/h3_bg.jpg) no-repeat;
	margin: 0px 10px 10px 8px;
	padding: 24px 200px 0px 60px;
	height: 60px;
	font-size: 1.4em;
	color: #63453F;
	font-weight: bold;
	line-height: 1em;
}
.h3_s{
	background: url(../images/h3_s_bg.jpg) no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 24px 200px 0px 60px;
	height: 60px;
	font-size: 1.4em;
	color: #63453F;
	font-weight: bold;
	line-height: 1em;
}
h4{
	font-size: 1em;
	font-weight: bold;
	color: #63453F;
	border-bottom: 1px solid #E6D8C6;
	margin: 0px 0px 30px;
	padding: 0px 0px 5px;
}
h5{
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	background: url(../images/icon_hana.gif) no-repeat;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px 30px;
}

#mainMenu{
	top: -65px;
}
#Butterfly{
	position: relative;
	z-index: 5;
	width: 40px;
	top: -170px;
	right: -935px;
}

/*コンテンツのベース*/

#cont_base{
	margin-top: -100px;
	width: 983px;
}


#cont_L{
	float: left;
	width: 285px;
}

#cont_Lbox_bg{
	background: url(../images/cotBG_Ltop.png) no-repeat;
	padding-left: 30px;
}

#cont_Lbox{
	background: url(../images/cotBG_L.png) repeat-y;
}
#cont_Lbox ul {
	margin: 0px;
	padding: 15px 16px 0px 17px;
	background: url(../images/cotBG_Ltop.png) no-repeat -30px -40px;
}

#cont_Lbox li,dl {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(../images/cont_Lbox_menu_bg.jpg) repeat-y;
}


#cont_Lbox a {
	display: block;
	background: url(../images/icon01.gif) no-repeat 0px 15px;
	padding-left: 25px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 0.8em;
	color: #764B41;
	text-decoration: none;

}
/*#cont_Lbox .NormalMenu a {
	display: block;
	background: url(../images/icon01.gif) no-repeat 0px 15px;
	padding-left: 25px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 15px;
	font-size: 0.8em;
	color: #764B41;
	text-decoration: none;

}*/
#cont_Lbox dt,dd {
	padding: 0px;
	margin: 0px;
}

#cont_Lbox dd a {
	display: block;
	background: url(../images/icon03.gif) no-repeat 0px 017px;
	padding-left: 25px;
	margin-left: 45px;
	margin-right: 20px;
	padding-top: 15px;
	font-size: 0.8em;
	color: #764B41;
	text-decoration: none;

}

/*#cont_Lbox .ChildMenu a {
	display: block;
	background: url(../images/icon03.gif) no-repeat 0px 15px;
	padding-left: 25px;
	margin-left: 45px;
	margin-right: 20px;
	padding-top: 15px;
	font-size: 0.8em;
	color: #764B41;
	text-decoration: none;

}
#cont_Lbox .ChildMenu a {
	display: block;
	background: url(../images/icon03.gif) no-repeat 0px 15px;
	padding-left: 25px;
	margin-left: 45px;
	margin-right: 20px;
	padding-top: 15px;
	font-size: 0.8em;
	color: #764B41;
	text-decoration: none;

}
#cont_Lbox .ChildMenu_Ext a {
	display: block;
	background: url(../images/icon04.gif) no-repeat 0px 15px;
	padding-left: 25px;
	margin-left: 45px;
	margin-right: 20px;
	padding-top: 15px;
	font-size: 0.8em;
	color: #764B41;
	text-decoration: none;

}

#cont_Lbox .ExternalMenu a {
	display: block;
	background: url(../images/icon02.gif) no-repeat 0px 15px;
	padding-left: 25px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 15px;
	font-size: 0.8em;
	color: #764B41;
	text-decoration: none;

}*/


#cont_Lbox a:visited {
	color: #764B41;
	text-decoration: none;
}
#cont_Lbox a:hover {
	color: #764B41;
	text-decoration: underline;
}

#cont_R{
	float: right;
	width: 684px;
}
#cont_Rbox{
	background: url(../images/cotBG_R.png) repeat-y;
}
#cont_Rbottom{
	background: url(../images/cotBG_Rbottom.png) no-repeat 0px bottom;
	height: 66px;
}

/*コンテンツの中*/
#ContainerBox{
	margin: 0px 43px 0px 41px;
	padding: 0px;
	width: 600px;
	clear: both;
}
#ContainerBox p{
	margin: 0px;
	padding: 0px;
}

/*サブメニュー*/
#subMenu_tit{
	height: 40px;
}


/*内容の部品*/
#TopicPath{
	background: url(../images/cotBG_Rtop.png) no-repeat;
	font-size: 10px;
	color: #A6938C;
	text-align: right;
	padding: 17px 30px 5px;
	vertical-align: middle;
	height: 18px;
}
#TopicPath img{
	margin-right: 10px;
	margin-left: 15px;
	float: right;
}
#TopicPath a{
	color: #A6938C;
	float: right;
	}
#TopicPath a:visited {
	color: #A6938C;
	}
#TopicPath a:hover{
	color: #50423D;
	text-decoration: none;
	}
#TopicPath p{
	color: #A6938C;
	float: right;
	margin: 0px;
	padding: 0px;
	}



/*　学園紹介　*/
.boss {
	float: left;
	text-align: center;
	font-size: 0.8em;
	margin-right: 20px;
	margin-bottom: 20px;
}
.boss img {
	width: 180px;
	margin-bottom: 0.4em;
}



/*GoTopボタン*/

#GoTop{
	text-align: center;
	height: 36px;
	background: url(../images/cotBG_Lbottom.png) no-repeat bottom;
	padding-bottom: 20px;
	margin-left: 30px;
	padding-top: 10px;
}
