@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);
}

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

	Title
	
=======================================*/

div.entry {
	margin-top: 3em;
}

div.entry div.section {
	margin: 1em 25px 2em;
}

div.entry div.section h2 {
	margin-bottom: 0.4em;
	border-bottom: 2px solid #eee;
	color: #0068b4;
}

div.entry div.section p {
	color: #666;
}