@charset "UTF-8";


/* ******************************************
 構造部分 定義
****************************************** */

.top-main {
	width: 579px;
	float: right;
}


/* **************************************************************
 ページID　定義
************************************************************** */

#top {
	width: 579px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #top {
	height: 500px;
}

#top a {
	text-decoration: underline;
}


/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */


/* ******************************************
 メインタイトル 定義
****************************************** */

#top div.main-title {
	width: 579px;
	height: 31px;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 9px;
}

#top img.bt-rss {
	position: absolute;
	left: 184px;
	top: 8px;
}

#top img.bt-more {
	position: absolute;
	left: 508px;
	top: 6px;
}


/* ******************************************
 新着情報 定義
****************************************** */

#top div.whatsnew {
	width: 579px;
	margin-bottom: 15px;
}

#top div.whatsnew dl.newslist {
	width: 579px;
	background: url(../shared/images/top_line.gif) left bottom no-repeat;
	padding-bottom: 10px;
	margin-top: 6px;
}

#top div.whatsnew dl.newslist dt {
	display: inline;
	float: left;
	clear: left;
	font-size:80%;
	padding-left: 15px;
}

#top div.whatsnew dl.newslist dd {
	display: inline;
	font-size:80%;
	background:url(../shared/images/top_ic_001.gif) 10px 50% no-repeat;
	padding-left: 35px;
}


/* ******************************************
 学科紹介 定義
****************************************** */
#top div.subject-title {
	background: url(../images/top_subject-title.gif) no-repeat;
	width: 579px;
	height: 31px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#top div.subject-wrap {
	width: 576px;
	padding-left: 3px;
}

#top div.subject-wrap div{
	float: left;
	width: 180px;
	padding-right: 17px;
}

#top div.subject-wrap div.subject-wrap-last{
	padding-right: 0;
}

#top div.subject-wrap div h4{
	width: 172px;
	padding: 3px 5px 3px 3px;
	color:#ffffff;
	font-size:80%;
	font-weight: bold;
	margin-bottom: 12px;
}

#top div.subject-wrap div h4#subject-sub-title01{ background: #5abaf7; }
#top div.subject-wrap div h4#subject-sub-title02{ background: #efa239; }
#top div.subject-wrap div h4#subject-sub-title03{ background: #a5d363; }

#top div.subject-wrap div p{
	width: 177px;
	font-size:80%;
	margin-bottom: 4px;	
	line-height: 135%;
}

#top div.subject-wrap div a{
	width: 163px;
	padding-left: 15px;
	font-size:80%;
	display: block;
	line-height: 135%;
}

#top div.subject-wrap div a.subject-link01{background: url(../images/top_ic_002.gif) no-repeat 0 2px;}
#top div.subject-wrap div a.subject-link02{background: url(../images/top_ic_003.gif) no-repeat 0 2px;}
#top div.subject-wrap div a.subject-link03{background: url(../images/top_ic_004.gif) no-repeat 0 2px;}


/* ******************************************
 在校生の声 定義
****************************************** */
#top div.voice-title {
	background: url(../images/top_voice-title.gif) no-repeat;
	width: 579px;
	height: 31px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#top .voice-area{
	border-bottom: 1px #666 dotted;
	padding-bottom: 8px;
	margin-bottom: 8px;
	width: 579px;
}

#top .voice-area img{
	float: left;
	padding-right: 20px;
}

#top .voice-area .voice-areaR{
	float: left;
	width: 460px;
}

#top .voice-area .voice-areaR h4{
	font-size:85%;
	font-weight: bold;
	line-height: 150%;
	padding-left: 15px;
	margin-top: 7px;
	margin-bottom: 5px;
}

#top .voice-area .voice-areaR h4.voice-title01{background: url(../images/top_ic_002.gif) no-repeat 0 4px; color:#5abaf7;}
#top .voice-area .voice-areaR h4.voice-title02{background: url(../images/top_ic_003.gif) no-repeat 0 4px; color:#efa239;}
#top .voice-area .voice-areaR h4.voice-title03{background: url(../images/top_ic_004.gif) no-repeat 0 4px; color:#a5d363;}

#top .voice-area .voice-areaR p{
	font-size:80%;
	line-height: 150%;
}

#top #voice-area-last{
	border-bottom: none;
}

