@charset "Shift_JIS";
@import "base.css";





/* リンク
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#bunruiIndex a {
	color: #333333;
}
#whatsnewTitle .right a:hover,
#informationTitle .right a:hover,
#category .calendarLink a:hover,
#bunruiIndex a:hover {
	color: #FF6600;
}







/* TOPイメージ
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#indexReport {
	margin-bottom: 15px;
}





/* カテゴリTOP（3カラム）
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#category {	padding: 20px 0; }

#category a {			text-decoration: underline; }
#category a:hover {	text-decoration: none; }

#category .left {	width: 415px; }
#category .right {	width: 165px; }


#category	.articleIN {
	margin: 0 0 30px 20px;
}



/* トピックス
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.topics {
	border: 1px solid #BFE6E9;
	padding: 1px;
	margin-bottom: 20px;
}

.topics h3, .topics h4 {
	font-size: 1.0em;
	color: #5CB000;
	background: url(../images/tit_green.gif) repeat-y 5px center;
	padding: 2px 0 2px 12px;
	margin: 3px 0 5px 0;
}

.topicBG {
	background-color: #E1EEB1;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.3;
}

.topicBG h4, .topicBG h5 {
	font-size: 1.4em;
	line-height: 1.2;
	color: #000000;
	background: none;
	padding:0;
	margin: 0 0 10px 0;
}





/* WhatsNewタイトル
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#whatsnewTitle {
	background: url(../images/bar_whatsnew.gif) no-repeat left top;
	height: 45px;
}

#informationTitle {
	background: url(../images/bar_information.gif) no-repeat left top;
	height: 45px;
}

#whatsnewTitle .left,
#informationTitle .left {
	width: 160px;
}

#whatsnewTitle .right,
#informationTitle .right {
	width: 70px;
	padding-top: 5px;
	font-size: 10px;
	line-height: 1.2;
}

#whatsnewTitle h2,
#informationTitle h2 {
	height: 28px;
	width: 120px;
}

#whatsnewTitle .right a,
#informationTitle .right a {
	border: 1px solid #C0E5FF;
	background-color: #FFFFFF;
	padding: 2px 0;
	color: #65B721;
	display: block;
	text-align: center;
	width: 58px;
	text-decoration: none;
}





/* WhatsNew表組
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#whatsnew {
	padding: 0 20px;
	margin-bottom: 20px;
}

#category #whatsnew {
	padding: 0 0 0 20px;
	margin-bottom: 0;
}


#whatsnew table {
	margin-bottom: 8px;
}

#whatsnew th, #whatsnew td {
	padding-bottom: 5px;
	line-height: 1.4;
}

#whatsnew th, .day {
	color: #008837;
	padding-bottom: 5px;
	padding-right: 10px;
}








/* 分類
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 分類インデックス */
#bunruiIndex {
	border: 1px solid #E7D5AE;
	background-color: #F7F7E9;
	padding: 10px 0 5px 12px;
	margin-bottom: 20px;
}

#bunruiIndex td {
	padding: 0 12px 5px 0;
	font-size: 10px;
	line-height: 1.2;
}

#bunruiIndex a {
	/* アイコンは〈gakka.css〉 */
	padding: 3px 0 3px 26px;
	display: block;
}


/* 分類アイコン */
#whatsnew td.oshirase,
.tableDotline td.oshirase {
	padding-left: 10px;
	white-space:	nowrap;
}

#whatsnew td.oshirase img,
.tableDotline td.oshirase img {	margin-right: 3px; }







/* 学園・姉妹校（常翔学園）　08/03/27　吉田修正
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#schoolArea {
	font-size: 10px;
	line-height: 1.2;
	background-color: #F7F7E8;
	border-top: 1px solid #F6D4BB;
	border-bottom: 1px solid #F6D4BB;
	margin-bottom: 10px;
}

#schoolArea ul {
	float: left;
	width: 600px;
}

#schoolArea li {
	float: left;
	width: 150px;
}

#schoolArea li.menuEnd a {	border-right: 1px solid #F6D4BB; } /* 右端だけ1px少ない */

#schoolArea a {
	display: block;
	padding: 3px 0;
	text-align: center;
	color: #333333;
	border-left: 1px solid #F6D4BB;
}

#schoolArea a:hover {	color: #FF6600; }


/* 学園・姉妹校（常翔啓光学園）　08/03/27　吉田追加
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#schoolArea_jk {
	font-size: 10px;
	line-height: 1.2;
	background-color: #F7F7E8;
	border-top: 1px solid #CCCCFF;
	border-bottom: 1px solid #CCCCFF;
	margin-bottom: 10px;
	width: 300px;
}

#schoolArea_jk ul {
	float: left;
	width: 300px;
}

#schoolArea_jk li {
	float: left;
	width: 300px;
}

#schoolArea_jk li.menuEnd a {	border-right: 1px solid #CCCCFF; } /* 右端だけ1px少ない */

#schoolArea_jk a {
	display: block;
	padding: 3px 0;
	text-align: center;
	color: #333333;
	border-left: 1px solid #CCCCFF;
}

#schoolArea_jk a:hover {	color: #FF6600; }





/* 小バナー
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#bannerArea {	text-align: right; }
#bannerArea img { margin-right: 5px; }
#bannerArea img.bannerEnd { margin-right: 0; } /* 右端はマージンなし */







/* カレンダー
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 3ヶ月表示 */
div#calendarBox01, #calendarBox02, #calendarBox03 {
	width: 180px;
	float: left;
}


/* カレンダー */
.calendarS {	margin-bottom: 15px; }

#calendarBox01 .calendarS,
#calendarBox02 .calendarS,
#calendarBox03 .calendarS  {
	border: 1px solid #BFE6E9;
	padding: 5px;
	margin-bottom: 10px;
}

#calendarBox02  {	margin: 0 10px; }

#calendarBox01 .calendarS table,
#calendarBox02 .calendarS table,
#calendarBox03 .calendarS table {	width: 168px; }

.calendarS th, .calendarS td  {
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.3;
	text-align: center;
}

.calendarS td  {	font-family: Verdana; }

.calendarS th.sunday, .calendarS td.sunday {	color: #5CB000; }
.calendarS th.today, .calendarS td.today {		background-color: #9CCD00;	color: #FFFFFF; }



/* カレンダータイトル */
.calendarS h3 {
	font-size: 0.1em;
	line-height: 1.0;
	text-indent: -9999px;
}

.calendarS h3 {
	font-size: 0.1em;
	line-height: 1.0;
	text-indent: -9999px;
	height: 55px;
}

.january {		background: url(../shushoku/images/banner_month_01.jpg) no-repeat center top; }
.february {		background: url(../shushoku/images/banner_month_02.jpg) no-repeat center top; }
.march {		background: url(../shushoku/images/banner_month_03.jpg) no-repeat center top; }
.april {			background: url(../shushoku/images/banner_month_04.jpg) no-repeat center top; }
.may {			background: url(../shushoku/images/banner_month_05.jpg) no-repeat center top; }
.june {			background: url(../shushoku/images/banner_month_06.jpg) no-repeat center top; }
.july {				background: url(../shushoku/images/banner_month_07.jpg) no-repeat center top; }
.august {		background: url(../shushoku/images/banner_month_08.jpg) no-repeat center top; }
.september {	background: url(../shushoku/images/banner_month_09.jpg) no-repeat center top; }
.october {		background: url(../shushoku/images/banner_month_10.jpg) no-repeat center top; }
.november {	background: url(../shushoku/images/banner_month_11.jpg) no-repeat center top; }
.december {	background: url(../shushoku/images/banner_month_12.jpg) no-repeat center top; }

.calendarLink {
	font-size: 0.8em;
	line-height: 1.2;
	border: 1px solid #BFE6E9;
	text-align: center;
	margin-bottom: 5px;
	padding: 3px;
}

#category .calendarLink a {
	background: url(../images/list_green.gif) no-repeat 0px 0.3em;
	padding-left: 8px;
	color: #65B721;
	text-decoration: none;
}


/* 前月次月 */
.next, .back {	font-size: 0.8em; line-height: 1.2;	margin-top: 10px; }
.next {
	text-align: right;
	margin-right: 8px; /* mac only \*/
	margin-right: 0px; /* other browsers */
}
#textArea .next a {
	background: url(../images/list_default.gif) no-repeat right 0.5em; /* mac only \*/
	background: url(../images/list_default.gif) no-repeat right 0.3em; /* other browsers */
	padding-right: 8px;
	text-decoration: none;
}

#textArea .back a {
	background: url(../images/list_default_back.gif) no-repeat 0px 0.5em; /* mac only \*/
	background: url(../images/list_default_back.gif) no-repeat 0px 0.3em; /* other browsers */
	padding-left: 8px;
	text-decoration: none;
}







/* イベント項目 */
.event {
	padding: 5px 10px 10px 10px;
	background-color: #F4F4F4;
}

.event th, .event td {
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.3;
	border-bottom: 1px solid #BDE3E6;
}

.event th {
	color: #5CB000;
	text-align: right;
}












/* Hack IE06  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \*/
* html .event th, * html .event td {	letter-spacing: 0.1em; }

* html #schoolArea, * html #category   { height: 1%; }
/* Hack IE06 */






/* Hack IE07  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \*/
*:first-child+html .event th, *:first-child+html .event td {	letter-spacing: 0.1em; }

*:first-child+html #schoolArea, *:first-child+html #category   { height: 1%; }
/* Hack IE07 */