@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Tecnos College - Main Index Style";
 :created "2008-01-20";
 :release [:revision "1.00"; :created "2008-03-22"];
 :author [:name "Ichise yuya"; :mbox "3ping.org@gmail.com"];
 :license <technosac.jp>;" .
*/

h1 {
	background-image: url(images/heading01.gif);
}

/*======================================

	Lead
	
=======================================*/

div.lead {
	margin-bottom: 1em;
}

/*======================================

	admissionFlow
	
=======================================*/

div#admissionFlow ol {

}

div#admissionFlow ol li {
	margin: 1em  0;
	padding: 0.5em 20px;
	border: 1px solid #b4d89d;
	color: #3A8A20;
	background-color: #F1F5DA;
}

div#admissionFlow ol li li {
	border: none;
	margin: 0;
	padding: 0;
}