/*======================================

     global

=======================================*/
div.information{
	position: relative;
	width: 940px;
	margin: 20px auto 0;
	padding-bottom: 10px;
}

/*======================================

     Information Header

=======================================*/
div.information h1{
    width: 940px;
	height: 0 !important;
	height /**/: 48px;
	margin: 0 auto 1px;
	padding-top: 48px;
	overflow: hidden;
	outline: none;
	background: transparent url(../img/hl_information.gif) left top no-repeat;
}

div#tab-correction h2#titleBar{
	width: 940px;
	height: 0 !important;
	height /**/: 48px;
	margin: 0 auto 1px;
	padding-top: 48px;
	overflow: hidden;
	outline: none;
	background: transparent url(../img/hl_correction.gif) left top no-repeat;
}

/*======================================

     Tab Layout

=======================================*/
ul.etabs{
	display: none;
}
a.externalBtn{
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 180px;
	height: 0 !important;
	height /**/: 33px;
	padding-top: 33px;
	overflow: hidden;
	outline: none;
	z-index: 5001;
}
a#tabInfo{
	background: transparent url(../img/button/information.png) left top no-repeat;
}
a#tabCrct{
	background: transparent url(../img/button/correction.png) left top no-repeat;
}

/*======================================

     Information Layout

=======================================*/
div.information{
	margin: 20px auto;
}

div.information div.article{
	clear: both;
	width: 940px;
	margin: 0 auto;
	background-color: #fff;
}
div.information div.odd{
	background-color: #f4f3ef;
}

div.information div.article h2{
	position: relative;
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #ccc;
}

div.information div.article h2 span.date{
	position: absolute;
	top: 17px;
	left: 15px;
	font-size: 10px;
}

div.information div.article h2 span.ctgr{
	position: absolute;	
	top: 30px;
	left: 15px;
	font-size: 10px;
}
div.information div.article h2 a.headline{
	display: block;
	height: 60px;
	margin-left: 94px;
	padding-left: 15px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #fff;
	font-size: 14px;
	line-height: 60px;
}
div.information div.article div.articleBody{
	display: none;
	font-size: 12px;
	padding: 20px;
}
div.information div.article div.articleBody a.closeArticle{
	display: block;
	font-size: 12px;
	padding: 15px 0 0;
	text-align: right;
}

/*======================================

     Correction

=======================================*/
div#tab-correction div.article div.opened{
	display: block;
}
div#tab-correction div.article div pre{
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
	color: #555;
}


/*======================================

     Category Color Setting

=======================================*/
div.information div.article h2 span.recruit{
	color: #9463ab;
}
div.information div.article h2 span.event{
	color: #ee8000;
}
div.information div.article h2 span.magazine{
	color: #c23c3c;
}
div.information div.article h2 span.ebook{
	color: #6bb415;
}
div.information div.article h2 span.news{
	color: #0ba1b3;
}
div.information div.article h2 span.correction{
	color: #808282;
}

/*======================================

     Clearfix

=======================================*/

div.information{
	_height: 1px;
	zoom:1;/*for IE 5.5-7*/
}

div.information:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}