@charset "utf-8";

/*  ==============================
Tsuruga College
=============================== */

@import "reset.css";
@import "nonmenubase.css";
@import "lightbox.css";


#ocContents{
	width:445px;
	float:left;
	border:0px solid #666;
	margin-bottom:20px;
}

#ocContents table{
	margin:20px 10px;
}

#ocContents td{
	padding:5px;
	border:1px solid #aaa;
	line-height:1.5em;
}


/*  ==============================
模擬授業内容
=============================== */
.tableColContent{
	width:340px;
}

/*  ==心理・教育== */
.tableColTitlePsy{
	width:70px;
	text-align:center;
	background-color:#f8d3b2;
}

/*  ==歴史== */
.tableColTitleHis{
	width:70px;
	text-align:center;
	background-color:#e9e38a;
}


/*  ==生活安全== */
.tableColTitleLif{
	width:70px;
	text-align:center;
	background-color:#b3f2a8;
}

/*  ==情報== */
.tableColTitleInf{
	width:70px;
	text-align:center;
	background-color:#b4f7f0;
}

/*  ==音楽== */
.tableColTitleMus{
	width:70px;
	text-align:center;
	background-color:#d0d5f9;
}

/*  ==資格== */
.tableColTitleLic{
	width:70px;
	text-align:center;
	background-color:#f9ceed;
}



#ocSchedule{
	width:445px;
	float:right;
	border:0px solid #666;
	margin-bottom:20px;
	padding-top:10px;
}


.yazi{
	width:445px;
	height:50px;
	background: url(../image/yazirushi.png);
	background-repeat: no-repeat;
	background-position: center center;

}

#ocSchedule div.scFlame{
	width:420px;
	overflow: hidden;
	border:1px solid #999;
	padding:10px;
}

#ocSchedule div.scFlame img{
	margin:0px 10px 10px 0px;
	float:left;
}

#ocSchedule div.scContent{
	width:400px;
	float:left;
}

#ocSchedule div.scContent h2{
	margin:0px 0px 10px 0px;
}

#ocSchedule div.scContent p{
	margin:0px 0px 10px 0px;
	line-height:1.5em;
}

#ocBus{
	width:440px;
	overflow: hidden;
	margin:20px 0;
}

#ocBus h2{
	text-align:center;
	padding:10px 0px;
	margin:0px 100px;
	background-color:#ddd;
	
}

#ocBus div.busDirection{
	width:200px;
	padding:5px;
	float:left;
	border:1px solid #999;
	margin-right:5px;
	margin-top:10px;
}

#ocBus div.busDirection h3{
	margin:5px;
}

#ocBus div.busDirection h4{
	margin:15px 10px 5px;
}

#ocBus div.busDirection dt{
	float:left;
	width:4em;
}

#ocBus div.busDirection dd{
	margin-left:4em;
	margin-bottom:5px;
}

.syosai{
	font-size:1.2em;
	font-weight:bold;
}

