@charset "utf-8";

/*-----------------------------------------------------
FlashArea
-------------------------------------------------------*/
#FlashArea{
}

/*-------------------------------------
CONTENT
---------------------------------------*/
div#Content-top{
	padding:16px 17px 10px 17px;
	overflow:hidden;
}

/* OPEN CAMPUS
---------------------------------------*/
div#Content-top ul.bnr{
	overflow:hidden;
	padding:0 0 20px 0;
}
div#Content-top ul.bnr li{
	float:left;
}
div#Content-top ul.bnr li.entry{
	padding:0 0 0 15px;
}
div#Content-top ul.bnr a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/* infoBox
---------------------------------------*/
div#Content-top div.infoBox{
	clear:both;
	overflow:hidden;
	padding:0 0 37px 0;
}
* html div#Content-top div.infoBox{
	zoom:1;
}
div#Content-top div.infoBox dl{
	float:left;
	width:300px;
}
div#Content-top div.infoBox dl.alumni{
	background:url(../images/index/bg_alumni.jpg) no-repeat 0 bottom;
	padding:0 15px 0 0;
}
div#Content-top div.infoBox dl.license{
	background:url(../images/index/bg_license.jpg) no-repeat 0 bottom;
	padding:0 15px 0 0;
}
div#Content-top div.infoBox dl.life{
	background:url(../images/index/bg_life.jpg) no-repeat 0 bottom;
}
div#Content-top div.infoBox dl dt{
	padding:0 0 18px 0;
}
div#Content-top div.infoBox dl dd{
	width:170px;
	padding:0 0 0 17px;
}
div#Content-top div.infoBox dl dd.btn{
	padding:23px 0 15px 13px;
}

/*-------------------------------------
NEWS AREA
---------------------------------------*/
div.textArea{
	clear:both;
	overflow:hidden;
}
* html div.textArea{
	zoom:1;
}
#newsArea{
	float:left;
	width:455px;
}
#newsArea h3{
	margin:0 0 13px 0;
	padding:0 0 10px 0;
	background:url(../images/common/bg_dotline1.jpg) repeat-x 0 bottom;
}

#newsArea .title-area {
	position:relative;
}
#newsArea p.btn{
	position:absolute;
	top:1px;
	right:0;
	overflow:hidden;
}
#newsArea ul{
}
#newsArea ul li{
	clear:both;
	padding:5px 0 5px 20px;
	background:url(../images/common/ico_arrow.gif) #F4F4F4 no-repeat 8px center;
}
#newsArea ul li.odd{
	background:url(../images/common/ico_arrow.gif) #FFF no-repeat 8px center;
}
#newsArea ul li span{
	display:block;
	float:left;
	font-size:84%;
	padding:2px 15px 0 0;
}

/*-------------------------------------
EVENT AREA
---------------------------------------*/
#eventArea {
	float:right;
	width:455px;
}
#eventArea .title-area {
	position:relative;
	padding:0 0 10px 0;
	background:url(../images/common/bg_dotline1.jpg) repeat-x 0 bottom;
}
#eventArea .title-area h3 {
	width:313px;
}
#eventArea .title-area ul.btn-util {
	position:absolute;
	top:1px;
	right:0;
	overflow:hidden;
}
#eventArea .title-area ul.btn-util li {
	float:left;
	padding:0 0 0 18px;
}

/* CLOSE UP */

#eventArea ul#closeup{
	display:none;
	width:100%;
}
/* THUMBNAIL TYPE */
#eventArea ul#closeup li ul.type-thumb {
	width:100%;
	margin:0;
	padding:0 0 20px 0;
	overflow:hidden;
}
#eventArea ul#closeup li ul.type-thumb li {
	float:left;
	margin:12px 0 0 0;
}
#eventArea ul#closeup li ul.type-thumb li.even {
	margin:12px 19px 0 0;
}

#eventArea ul#closeup li ul.type-thumb li dl dt,
#eventArea ul#closeup li ul.type-thumb li dl dd.bnr-exp {
	display:none;
}
#eventArea ul#closeup li ul.type-thumb li dl dd.bnr-image {
}
#eventArea ul#closeup li ul.type-thumb li dl dd.bnr-image a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/* TEXT LIST TYPE */
#eventArea ul#closeup li ul.type-list {
	width:100%;
	overflow:hidden;
}
#eventArea ul#closeup li ul.type-list li {
	float:left;
	width:190px;
	height:82px;
	padding:14px;
	background:url(../images/index/bg_fukidashi.gif) no-repeat 0 0;
	margin:12px 0 0 0;
}
#eventArea ul#closeup li ul.type-list li.even{
	margin:12px 19px 0 0;
}

#eventArea ul#closeup ul.type-list li dl dd.bnr-image {
	display:none;
}
#eventArea ul#closeup ul.type-list li dl dt {
	padding:0 0 10px 0;
	font-weight:bold;
}
#eventArea ul#closeup ul.type-list li dl dd.bnr-exp {
}

/* Channel */
#eventArea #closeupChannel {
	width:455px;
	overflow:hidden;
	margin:14px 0 0 0;
}
#eventArea #closeupChannel #btnBnrPrev {
	float:left;
	width:59px;
}
#eventArea #closeupChannel #btnBnrNext {
	float:left;
	width:61px;
}
#eventArea #closeupChannel #channelIcon {
	float:left;
	width:335px;
	height:20px;
	padding:10px 0 0 0;
	background:url(../images/index/bg_bnr_paging.jpg) no-repeat left top;
	text-align:center;
}
/* for IE6 */
* html #eventArea #closeupChannel #channelIcon {
	/*
	height:15px;
	padding:15px 0 0 0;
	*/
}

#eventArea ul#closeup {
	display:none;
}



.mr00{
	margin-right:0;
}
