@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>;" .
*/

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

	Common
	
=======================================*/

div.entry h2 {
	padding-bottom: 0.4em;
	border-bottom: 1px solid #eee;
}

div.entry div.textBody p,
div.entry div.textBody dl {
	font-size: 116%;
}

div.entry div.section {
	margin-bottom: 2em;
}

div.entry div.section p img {
	border: 1px solid #000;
}


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

	Index (admission内インデックス)
	
=======================================*/

ul.contentsMenu {
	margin: 2em 30px 2em;
	padding: 0;
	width: 640px; /* 必ずwidthの設定をしてください */
}

ul.contentsMenu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul.contentsMenu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
}

ul.contentsMenu li a {
	padding: 0.5em 0; /* ボタンの厚みはここで調整 */
	border-left: 1px solid #999;
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	color: #000;
	text-align: center;
}

ul.contentsMenu li a:hover {
	color: #000;
	background-color: #eee;
}

ul.contentsMenu li.current a {
	color: #fff;
	background-color: #00a0e9;
	text-decoration: none;
}

