@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::

				index設定
	
:::::::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::: グローバルナビ（index.html用）ここから :::::::::: */

ul#Gnavi {
	list-style-type: none;
}

ul#Gnavi li#Gn1 {
	position: absolute;
	top: 145px;
	left: 245px;
}

ul#Gnavi li#Gn2 {
	position: absolute;
	top: 145px;
	left: 190px;
}

ul#Gnavi li#Gn3 {
	position: absolute;
	top: 145px;
	left: 135px;
}

ul#Gnavi li#Gn4 {
	position: absolute;
	top: 145px;
	left: 80px;
}

ul#Gnavi li#Gn1 a {
	display:block;
	width: 40px;
	height: 200px;
	background-image: url(../image/top/Gnavi_kanen.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	text-decoration: none;
	outline: none; 
}

ul#Gnavi li#Gn1 a:hover {
	background-position:left bottom;
}

ul#Gnavi li#Gn2 a {
	display:block;
	width: 40px;
	height: 200px;
	background-image: url(../image/top/Gnavi_ikebana.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	text-decoration: none;
	outline: none; 
}

ul#Gnavi li#Gn2 a:hover {
	background-position:left bottom;
}

ul#Gnavi li#Gn3 a {
	display:block;
	width: 40px;
	height: 200px;
	background-image: url(../image/top/Gnavi_lesson.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none; 
}

ul#Gnavi li#Gn3 a:hover {
	background-position:left bottom;
}

ul#Gnavi li#Gn4 a {
	display:block;
	width: 40px;
	height: 200px;
	background-image: url(../image/top/Gnavi_gallery.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none; 
}

ul#Gnavi li#Gn4 a:hover {
	background-position:left bottom;
}


/* :::::::::: グローバルナビ（index.html用）ここまで :::::::::: */



div#mainImg {
	padding-left: 50px;
	margin-bottom: 30px;
}



/* :::::::::: コンテンツ（index.html用）ここから :::::::::: */

div#topContents {
/*	margin-top: 430px;*/
}

div#topMain {
	width: 600px;
	padding-right: 30px;
	float: right;
}

div#topBnrarea {
	width: 180px;
	padding-left: 50px;
	float: left;
}

/*バナーエリアとメインのfloat解除（TOPのみ）*/
p#pageTop {
	clear: both;
}

div#MIFACKS {
	padding-top: 50px;
}

ul#bnrArea {
	list-style-type: none;
}

ul#bnrArea li {
	margin-bottom: 20px;
	font-size: 0.6em;
	text-align: center;
}

/* :::::::::: コンテンツ（index.html用）ここまで :::::::::: */


div#toLsn {
	padding-top: 10px;
}


div#toLsn p#toLsnD {
	font-size: 0.8em;
	line-height: 1.6em;
	width: 370px;
	padding-left: 25px;/*ie6で崩れるためmarginではなくpadding使用*/
	float: left;
}

div#toLsn p#toLsnB {
	width: 160px;
	padding-right: 20px;/*ie6で崩れるためmarginではなくpadding使用*/
	float: right;
}


/* :::::: 破線上下に余白を設定するための clearfix hack ここから :::::: */

div#toLsn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#toLsn{
	display: inline-block;
}

/* hide macie \*/
div#toLsn{
	height: 1%;
}

div#toLsn{
	display: block;
}
/* end hide */
/* :::::: clearfix hack ここまで :::::: */


dl#clsPlc {
	clear: both;
	font-size: 0.8em;
	line-height: 1.6em;
	padding-left: 25px;
	padding-bottom: 25px;
}

dl#clsPlc dt#clsNA {
	background-image: url(../image/lesson/icon_green.png);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 18px;
}


dl#clsPlc dt.clsName {
	float: left;
	width: 195px;
	display: list-item;
	list-style: disc;
	list-style-position: inside;
	margin-left: 20px;
}

div#toCtct {
	clear: both;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #534742;
	padding-top: 20px;
}

div#toCtct p#toCtctD {
	font-size: 0.8em;
	line-height: 1.6em;
	width: 370px;
	padding-left: 25px;/*ie6で崩れるためmarginではなくpadding使用*/
	float: left;
}
div#toCtct p#toCtctB {
	width: 160px;
	padding-right: 20px;/*ie6で崩れるためmarginではなくpadding使用*/
	float: right;
}






/* :::::: 破線上下に余白を設定するための clearfix hack ここから :::::: */

div#toCtct:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#toCtct{
	display: inline-block;
}

/* hide macie \*/
div#toCtct{
	height: 1%;
}

div#toCtct{
	display: block;
}
/* end hide */
/* :::::: clearfix hack ここまで :::::: */

