@charset "Shift_JIS";



img {	vertical-align: bottom; }


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* TOPページ：メインビジュアル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

#mainVisual {
	width: 920px;
	height: auto;
	background-image: none;
	padding-bottom: 23px;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* TOPICS */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* 1階層 */
#contentsTop {
	width: 920px;
	padding-bottom: 20px;
}

#topMain {
	width: 712px;
	float: left;
}

#topBanner {
	width: 185px;
	text-align: left;
	float: right;
}



/* 2階層 */
#contentsTopic {
	width: 712px;
}

#topicBanner {
	/*width: 185px;*/
	width: 195px;
	float: left;
}

#topicMain {
	width: 504px;
	padding-bottom: 20px;
	float: right;
}



/* バナー */
.bannerM p {
	padding-bottom: 7px;
} 



/* 学科ボタン */
.courseBtn {
	width: 504px;
	padding-bottom: 8px;
}

.courseBtn .left,
.courseBtn .right {
	width: 247px;
}


/* NEWS＆TOPICS */
#topicMain h3 {
	padding: 0;
	margin: 0;
}

.topics {
	background: url(images/bg_topics_s.gif) no-repeat left top;
	padding: 20px 20px 0 20px;
}


.cellTopic {
	width: 464px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(images/dotline_caravan.gif) repeat-x left bottom;
}

.cellTopic .pht {
	width: 125px;
	float: left;
}

.cellTopic .txt .right {
	width: 330px;
	float: right;
}

.cellTopic .txt .left {
	width: 504px;
	float: left;
}



#topicMain .cellTopic .txt h4,
#topicMain .cellTopic .txt h3 {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4;
	color: #F76C7D;
}

.cellTopic .txt h4 a,
.cellTopic .txt h3 a {	color: #F76C7D; }





.ichiran {
	text-align: right;
	padding-right: 4px;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 先生ページ：ヘッダー／タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#contentsTeachers {
	width: 920px;
	padding-bottom: 30px;
}




#headerTeachers h2 {
	margin: 0;
	padding: 0;
}

#titleTeachers h3 {
	margin: 0;
	padding: 10px 0;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 先生ページ：作品一覧 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#ichiranWorks {
	width: 100%;
	background: url(teachers/images/bg_works_middle.gif) repeat-y left top;
}

#ichiranBGTop {
	width: 100%;
	background: url(teachers/images/bg_works_top.gif) no-repeat left top;
}

#ichiranBGBottom {
	padding: 6px;
	background: url(teachers/images/bg_works_bottom.gif) no-repeat left bottom;
}



/* 表組 */
#ichiranWorks td {
	width: 217px;
	height: 217px;
	text-align: center;
	vertical-align: middle;
	background: url(teachers/images/bg_works.gif) no-repeat left top;	
}










/* Hack IE06 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \*/
* html .topics,
* html #ichiranBGBottom { height: 1%; }
/* Hack IE06 */

/* Hack IE07 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \*/
*:first-child+html .topics,
*:first-child+html #ichiranBGBottom { height: 1%; }
/* Hack IE07 */