@charset "utf-8";

/*	スタイルシート　[ 学校法人神村学園高等部 ]
=================================================================== */
/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
/*	ヘッダ枠組み
=================================================================== */
div#Header {
  background-color:#ba2d2d;
}

/* パンくずリンク */
div#Header a:link {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
div#Header a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
div#Header a:hover, a:active {
	color: #333333;
	background-color: transparent;
	text-decoration: underline;
}
/*	コンテンツ枠組み
=================================================================== */
/* リスト1層目 */
div#SideContents ul li {
  background:url(../images/menu.jpg) left top no-repeat;
  font-size:95%;
	font-weight:normal;
	margin:3px 0;
	padding:5px 15px;
}
/* 学科リスト */
div#SideContents ul li ul li {
  background:none;
	border-bottom:#999999 1px dashed;
  border-left:#BA2D2D 5px solid;
  margin:3px 0;
	padding:5px;
	text-indent:5px;
}
/* コースリスト */
div#SideContents ul li ul li ul li {
  background:url(../images/cur01.gif) no-repeat 0 0.5em;
	border-left:none;
	margin:3px;
	padding:5px;
	text-indent:5px;
}
/* h3 */
div#MainContents h3 {
	border-bottom: 2px solid #D54F4F;
	color: #BA2D2D;
	font-size: 120%;
	padding: 2px 0 2px 10px;
	margin: 3px 0 15px 0;
}
/* h4 */
div#MainContents h4 {
	border-bottom: 1px dashed #D54F4F;
	border-left: 7px solid #BA2D2D;
	color: #333333;
	font-size: 105%;
	padding: 2px 0 2px 10px;
	margin: 15px 0 15px 0;
}
/* h5 */
div#MainContents h5 {
	background: url(../images/cur01.gif) no-repeat 2px 4px;
	color: #BA2D2D;
	font-size: 100%;
	padding: 0 0 0 18px;
	margin: 15px 0;
}
/* h6 */
div#MainContents h6 {
	background: url(../images/cur02.gif) no-repeat 2px 4px;
	color: #BA2D2D;
	font-size: 100%;
	padding: 0 0 0 18px;
	margin: 15px 10px;
}
/*	フッタ枠組み
=================================================================== */
div#Footer{
  border-top:#ba2d2d 5px solid;
	margin: 0px;
	padding: 0px;
	width: 100%;
}



.wrapper {
	width: 100%;
}

/* スペース */
.spaceTop05 {
	margin-top: 5px;
}
.spaceTop10 {
	margin-top: 10px;
}
.spaceTop15 {
	margin-top: 15px;
}
.spaceBottom05 {
	margin-bottom: 5px;
}
.spaceBottom10 {
	margin-bottom: 10px;
}
.spaceBottom15 {
	margin-bottom: 15px;
}
/*  */
.v-bottom {
	vertical-align: bottom;
}
.v-middle {
	vertical-align: middle;
}
.v-top {
	vertical-align: top;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.red {
	color: #CC0000;
}
.green {
	color: #006600;
}

table td.border {
	border: 1px #C0C0C0 solid;
	text-align: center;
	font-weight: bold;
}