@charset "UTF-8";

/* homeContainer */
#homeContainer{
	padding:0 0 0 0;
	margin-bottom:5px;
}
#homeContainer h1{
	margin-bottom:10px;
}

/* news */
#newsWrapper{
	margin-bottom:6px;
	height: 150px;
	overflow: auto;
}
#newsWrapper ul {
	margin:5px 0 0 5px;
}
#newsWrapper ul li {
	padding:0 0 5px 25px;
	list-style:none;
	line-height: 1;
	background:url(../../images/home/icon_grayArrow.png) no-repeat 0 0.18em;
}

#newsWrapper ul li.Last {
	padding-bottom: 0;
}
#newsWrapper ul li a {
	text-decoration:none;
}

/* manegeWrapper ItWrapper */
.home_middle{
	margin-bottom:10px;
}

#manegeWrapper{
	width:290px;
	float:left;
	display:inline;
	margin-right:15px;
}
#ItWrapper{
	width:290px;
	float:left;
	display:inline;
	margin-right:15px;
}
#eduWrapper{
	width:290px;
	float:left;
	display:inline;
}
#ItWrapper ul li.Last ul {
	margin-left:0;
}
#ItWrapper ul li.Last ul li{
	list-style:circle;
	list-style-type:circle;
	background:none;
	list-style-position:inside;
	margin-left:0;
	padding-left:0;
}
#manegeWrapper h3,
#ItWrapper h3,
#eduWrapper h3{
	color:#333;
	height: 3.6em;
	margin:10px 0;
}
body .Contents #manegeWrapper ul,
body .Contents #ItWrapper ul,
body .Contents #eduWrapper ul{
	margin:0 0 0 4px;
}
body .Contents #manegeWrapper ul li,
body .Contents #ItWrapper ul li,
body .Contents #eduWrapper ul li{
	list-style:none;
	background:url(../../images/home/icon_blueArrow.png) no-repeat 0 0.18em;
	padding:0 0 5px 20px;
	line-height: 1;
}
body .Contents #manegeWrapper ul li a,
body .Contents #ItWrapper ul li a,
body .Contents #eduWrapper ul li a{
	text-decoration:none;
}
body .Contents #manegeWrapper ul li a:visited,
body .Contents #ItWrapper ul li a:visited,
body .Contents #eduWrapper ul li a:visited{
	color: #0066CC;
	text-decoration: none;
}
body .Contents #manegeWrapper ul li a:hover,
body .Contents #ItWrapper ul li a:hover,
body .Contents #eduWrapper ul li a:hover{
	color:#000099;;
	text-decoration:none;
}

/* book */
#homebookTl{
	position:relative;
	width:900px;
	margin-bottom:10px;
}
#homebookTl a img{
	position:absolute;
	width:142px;
	right:0;
	top:0;
}
table#homeBook_tbl {
	border:none;
	width:auto;
}
table#homeBook_tbl tr td{
	border:none;
	padding:5px;
}
