@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Style Info:     -サブページのスタイル設定
 File name:      home.css
 Last update:    2010.4.12
----------------------------------------------------------- */


/* ------------サブページ------------ */
#contentsPage #mainContent h2{
	background-image:url(../images/h2_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:150%;
	padding:5px 0 8px 0;
	margin-bottom:15px;
	color:#333;
}
#contentsPage .bl {
	float: left;
	clear: both;
	width: 593px;
	font-size:75%;
}
#contentsPage .bl li {
	float: left;
}
#contentsPage .bl li a {
	background-image: url(../images/bl_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right:3px;
	padding-right:11px;
}
#contentsPage h3 {
	padding: 24px 0 3px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFBE;
	clear: both;
	font-size:113%;
}
#contentsPage .ul_redarrow {
	padding-top: 15px;
	float: left;
	width: 593px;
}
#contentsPage .ul_redarrow li {
	background-image: url(../images/lh_redarrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	margin-bottom: 5px;
}
#content p {
	float: none;
	clear: both;
	padding-top: 5px;
}
#contentsPage .opencampus_summary dt {
	margin-top: 25px;
}
#contentsPage .opencampus_summary dd {
	margin-top: 5px;
}
#contentsPage .opencampus_summary ul {
	margin-top: 10px;
	padding-left: 10px;
}
#contentsPage .opencampus_summary li {
	list-style-type: disc;
	list-style-position: inside;
}
#contentsPage .opencampus_schedule {
	width: 593px;
	margin-top: 5px;
}
#contentsPage .opencampus_schedule caption {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
	text-align: left;
	margin-bottom: 3px;
	padding-top: 10px;
}
#contentsPage .opencampus_schedule th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A7D3E1;
	text-align: left;
	height: 15px;
	padding-top: 5px;
	text-indent: 2px;
}
#contentsPage .opencampus_schedule td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	text-align: left;
	text-indent: 5px;
	height: 15px;
	padding-top: 5px;
}

/* ------------エントリー----------- */

#contentsPage #mainContent .entry h2{
	margin-bottom:5px;
}
#contentsPage #mainContent .entry .meta{
	font-size:75%;
	color:#333;
	margin-bottom:2em;
}
#contentsPage #mainContent .entry .meta p.date{
	float:left;
	width:14em;
	text-align:center;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
#contentsPage #mainContent .entry .meta p.cat{
	border-right:1px solid #999;
	width:6em;
	text-align:center;
	float:left;
}
#contentsPage #mainContent .entry .entry_body{
	clear:both;
	
}
#contentsPage #mainContent .entry_body p,
#contentsPage #mainContent .entry_body th,
#contentsPage #mainContent .entry_body td,
#contentsPage #mainContent .entry_body li
{
	font-size:88%;
}

/* ------------教職課程----------- */
#contentsPage #teacher h3{
	padding:0;
	margin-bottom:1em;
	border:none;
}
#contentsPage #teacher h4,
#contentsPage #teacher h5{
	margin-bottom:1em;
}
#contentsPage #teacher ul{
	padding-left:1em;
	margin-bottom:1em;
}
#contentsPage #teacher ul li{
	list-style-type:disc;
}
#contentsPage #teacher ol{
	padding-left:1.5em;
}
#contentsPage #teacher ol li{
	list-style-type:decimal;
}
#contentsPage #teacher p{
	margin-bottom:2em;
}
#contentsPage #teacher #teacher_main,
#contentsPage #teacher #teacher_law,
#contentsPage #teacher #teacher_manage,
#contentsPage #teacher #teacher_special{
	margin-bottom:2em;
}
#contentsPage #teacher table.carriculum{
}
#contentsPage #teacher table.carriculum th{
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	padding:5px;
}
#contentsPage #teacher table.carriculum th.kamoku{
	background-color:#b6d3af;
}
#contentsPage #teacher table.carriculum td{
	background-color:#cce6c6;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	padding:5px;
}
#contentsPage #teacher table.w-school{
}
#contentsPage #teacher table.w-school caption{
	border:1px solid #666;
	border-bottom:none;
	background-color:#FC9;
	color:#930;
	text-align:center;
}
#contentsPage #teacher table.w-school th{
	border:1px solid #666;
	background-color:#FC9;
	padding:5px;
}
#contentsPage #teacher table.w-school td{
	border:1px solid #666;
	padding:5px;
}
#contentsPage #teacher #preschool table td.noBg,
#contentsPage #teacher #smallschool table td.noBg{
	background-color:#FFF;
}
#contentsPage #teacher #preschool table th,
#contentsPage #teacher #smallschool table th{
	background-color:#F96;
	padding:5px;
	border:1px solid #666;
}
#contentsPage #teacher #preschool table td,
#contentsPage #teacher #smallschool table td{
	background-color:#FC9;
	padding:5px;
	border:1px solid #666;
}
#contentsPage #teacher #preschool table th.total,
#contentsPage #teacher #smallschool table th.total{
	background-color:#999;
}
#contentsPage #teacher #preschool table td.totaltd,
#contentsPage #teacher #smallschool table td.totaltd{
	background-color:#CCC;
}
