﻿@charset "utf-8";
/* ===================================================================
CSS information

 file name  :flow.css
 author     :Izumi Wakahara
 style info :入塾までの流れ
=================================================================== */
/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main div#flow {
	width: 570px;
	margin: 0px 25px;
	padding: 0px;
}

/* 本文
------------------------------------------------------------------ */
.flow_top {
 float: left;
	width: 570px;
	height: 3px;
 background-image: url(../img/flow/flow_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.flow_bottom {
 float: left;
	width: 570px;
	height: 3px;
 background-image: url(../img/flow/flow_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.flow_top_kara {
 float: left;
	width: 570px;
	height: 3px;
 background-image: url(../img/flow/flow_top_kara.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.flow_bottom_kara {
 float: left;
	width: 570px;
	height: 3px;
 background-image: url(../img/flow/flow_bottom_kara.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#flow_01 {
	width: 570px;
	line-height: 1.5em;
 background-image: url(../img/flow/flow_01.jpg);
	background-position: left;
	background-repeat: repeat-y;
	clear: left;
}
#flow_02 {
	width: 570px;
	line-height: 1.5em;
 background-image: url(../img/flow/flow_02.jpg);
	background-position: left;
	background-repeat: repeat-y;
	clear: left;
}
#flow_03 {
	width: 570px;
	line-height: 1.5em;
 background-image: url(../img/flow/flow_03.jpg);
	background-position: left;
	background-repeat: repeat-y;
	clear: left;
}
#flow_04 {
	width: 570px;
	line-height: 1.5em;
 background-image: url(../img/flow/flow_04.jpg);
	background-position: left;
	background-repeat: repeat-y;
	clear: left;
}
#flow_05 {
	width: 570px;
	line-height: 1.5em;
 background-image: url(../img/flow/flow_05.jpg);
	background-position: left;
	background-repeat: repeat-y;
	clear: left;
}
.flow_arrow {
	float: left;
	width: 570px;
	height: 50px;
 background-image: url(../img/flow/flow_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.left {
	width: 155px;
	float: left;	
	text-align: center;
	font-size: large;	
	font-weight: bold;	
	color: #0F218B;
	padding: 1.5em 10px 10px 10px;
}
.right {
 float: left;
 width: 325px;
	padding:10px;
	margin: 0px;
}
.center {
 float: left;
 width: 49px;
}
.tetuduki_title {
 font-weight: bold;
	color: #990000;
}
