#sub {
	float: left;
	width: 90px;
	margin-left: 10px;
}
#main {
	float: left;
	width: 580px;
	margin-left: 20px;
}
/*サブナビゲーション*/
#subnavi {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}
/*テキスト*/
h2{margin:0;}
p {margin: 0;}
.bold {font-weight: bold;}
.normal {font-weight: normal;}
.pink {color: #f39e73;}
.center {text-align: center;}
.mt_1em{margin-top:1em;}
.mb_1em{margin-bottom:1em;}
.hi_4em{
	padding-left:4em;
	text-indent:-4em;}

/*罫線*/
.line {
	width: 700px;
	margin: 3px 0 20px 0;
	border: none;
	border-top: 5px #e3e3e3 solid;
}
.line-2 {
	width: 700px;
	margin: 20px 0 3px 0;
	border: none;
	border-top: 5px #e3e3e3 solid;
}
.line2 {
	width: 580px;
	border: none;
	border-top: 2px #d4b3c9 dashed;
	border-bottom: 2px #d4b3c9 dashed;
}
.line3 {
	text-align:left;
	margin-left:0;
	margin-bottom:0;
	width: 290px;
	border: none;
	border-top: 1px #d4b3c9 dashed;
	border-bottom: 1px #d4b3c9 dashed;
}

/*Classページ*/
.class_box {
	width:600px;
}
.class_box-l {
	float:left;
	margin-right:40px;
	width: 290px;
}
.class_box-r {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	width: 250px;
}
