@charset "utf-8";
/* CSS Document */
#main_contents {

}
/* Flash ---------------------------------------------------------------- */

#main_flash {
	height: 366px;
	margin-bottom: 0px;
}

/* ボトムメニュー ---------------------------------------------------------------- */
#main_bottom {

}
#main_bottom h2{
	height: 26px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
#recommend .contents,#kengakukai .contents{

}
#topics .leaf,#recommend .leaf,#kengakukai .leaf{
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#recommend .leaf h3,#kengakukai .leaf h3{
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
#recommend .leaf .excerpt,#kengakukai .leaf .excerpt{
	font-size: 10px;
	margin-top: 5px;
	overflow: hidden;
	clear: both;
}

/* 左側 ---------------------------- */
#main_left{
	float: left;
	width: 558px;	
}

/* OUA-TV News */
#news {
	width: 550px;
	height: 70px;
	margin-bottom: 25px;
}
* html #news {
	
	margin-bottom: 3px;
}
*:first-child+html #news {
	margin-bottom: 20px;
}

/* トピックス */
#topics {
	width: 550px;
	height: 375px;
	margin-bottom: 15px;
	
}
*:first-child+html #topics {
	height: 370px;
}
* html #topics {
	margin-bottom: 3px;
}
#topics h2{
	background-image: url(../img/title_topics.gif);
}
#topics .contents{
	overflow: auto;
	height: 330px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
	padding-top: 20px;
}

#topics .entry-leaf{
	width: 520px;
	margin-bottom: 10px;
}
#topics .contents{
	/height: 335px;
}
#topics .entry-leaf .info{
	width: 370px;
	
}





/* 特集コーナー */
#special {
	height: 90px;
	margin-bottom: 0px;
}
#special img{
	margin-right: 8px;
	margin-left: 0px;
}

/* バナー */
#banner {
	height: 140px;

	margin-top: 15px;
}
#banner img{

	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 0px;
}

/* 右側 ---------------------------- */
#main_right {
	float: right;
	width: 360px;	
}

/* キャンパス見学会 */
#kengakukai {
	height: 266px;
}
*:first-child+html #kengakukai {
	margin-bottom: 0px;
}
#kengakukai h2{
	background-image: url(../img/title_kengakukai.gif);
}
#kengakukai .leaf{
	height: 64px;
	padding-top: 11px;
	padding-bottom: 11px;
}
#kengakukai .leaf img{
	float: left;
}
#kengakukai .leaf .outline{
	float: right;
	width: 256px;
}
#kengakukai .leaf h3{
	height: 2.1em;
	line-height: 1.1em;
}
#kengakukai .icon{
	height: 17px;
}

#kengakukai .leaf .excerpt{
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 5px;
	height: 1.5em;
}

/* おすすめコンテンツ */
#recommend {
	margin-top: 20px;
	height: 353px;

}
#recommend h2{
	background-image: url(../img/title_lineup.gif);
}
#recommend .leaf{
	height: 64px;
	padding-top: 11px;
	padding-bottom: 11px;
}
#recommend .leaf img{
	float: left;

}
#recommend .leaf .outline{
	float: right;
	width: 256px;
}
#recommend .leaf h3{
	height: 2.1em;
	line-height: 1.1em;
}
#recommend .leaf .excerpt{
	margin-top: 1px;
	margin-bottom: 5px;
	height: 1.5em;

}

/* 検索 */


#search {
	height: 70px;
	margin-bottom: 20px;
	margin-top: 20px;
}
*:first-child+html #search {
	margin-bottom: -10px;
}

#search .contents{
	padding-top: 8px;
	text-align: center;
}
body:first-of-type #search .contents{
	padding-top: 20px;
}
#search h2{
	background-image: url(../img/title_search.gif);
}




