@charset "utf-8";

/*	スタイルシート　[ 神村学園：school_news 自由研究 ]
=================================================================== */
/* ナビの下線 */
div#Navigation {
	border-bottom: #ffb648 10px solid;
}

/* メインコンテンツ */
div#MainContents {
	background: url(images/line02.gif) repeat-x;
}
div#MainContents div#areaClub {
	margin: 0 10px 0 0;
	width: 520px;
}
div#MainContents div#areaClub div#club-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}
div#MainContents div#areaClub div#club-right {
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
}
.ttl_club01 {
	background-color: #9ebede;
	border-left: #333 5px solid;
	font-size: 100%;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
}
.ttl_club02 {
	background-color: #b0e6cb;
	border-left: #333 5px solid;
	font-size: 100%;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
}
.ttl_high {
	border-bottom: solid 1px #9EBEDE;
	border-left: solid 5px #9EBEDE;
	font-size:100%;
	margin:10px 0 0 0;
	padding: 2px 0 2px 5px;
	width: 250;
}
.ttl_jr {
	border-bottom: solid 1px #B0E6CB;
	border-left: solid 5px #B0E6CB;
	font-size:100%;
	margin:10px 0 0 0;
	padding: 2px 0 2px 5px;
	width: 250;
}

/* サイドコンテンツ */
div#SideContents {
	background: url(images/line01.gif) repeat-x;
}
