/* CSS Document */

/* left */

#index_left {
	float: left;
	width: 315px;
}

img.top {
	vertical-align: text-bottom;
}

/* news */

#news_title {
	margin-top: 13px;
	background-color: #999999;
	height: 18px;
}

#news_title img, .category img {
	vertical-align: text-bottom;
}

img.title {
	float:left;
}

img.backnumber {
	float:right;
}

dl {
	font-size: 12px;
	line-height: 18px;
/*
	height: 208px;
	overflow: auto;
	border-bottom: solid 1px #999999;
*/
}

dt {
	padding-left: 24px;
	padding-top: 8px;
	background-position: 5px 10px;
	background-repeat: no-repeat;
}

dd {
	padding-left: 24px;
	padding-bottom: 8px;
	background-position: 5px 0;
	background-repeat: no-repeat;
	background-image: url(../../images/line.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

dd.sci {
}

dt.pre {
	background-image: url(../../images/w_preschool.gif);
}
dt.ef {
	background-image: url(../../images/w_ef.gif);
}
dt.pre {
	background-image: url(../../images/w_preschool.gif);
}
dt.sci, dd.sci {
	background-image: url(../../images/w_science.gif);
}
dt.ssta {
	background-image: url(../../images/w_ssta.gif);
}
dt.spr {
	background-image: url(../../images/w_spring.gif);
}
dt.pro, dt.mono {
	background-image: url(../../images/w_project.gif);
}
dt.pands {
	background-image: url(../../images/w_pands.gif);
}
dt.over {
	background-image: url(../../images/w_oversea.gif);
}

/* right */

#index_right {
	float: right;
	width: 315px;
}

/* category */

.category {
	margin: 0 0 13px;
	background-image: url(../../images/cat_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 6px;
}

h2 {
	height: 25px;
	font-size: 0;
	background-image: none;
	border: none;
	margin: 0;
	padding: 0;
}

h2 a {
	display: block;
	width: 315px;
	height: 25px;
	text-indent: -9000px;
	background-position: left top;
}
h2.pre a {
	background-image: url(../images/preschool.gif);
}
h2.sci a {
	background-image: url(../images/science.gif);
}
h2.ssta a {
	background-image: url(../images/ssta.gif);
}
h2.spr a {
	background-image: url(../images/spring.gif);
}
h2.mono a {
	background-image: url(../images/mono.gif);
}
h2.over a {
	background-image: url(../images/oversea.gif);
}
h2.pre a:hover, h2.sci a:hover, h2.ssta a:hover, h2.spr a:hover, h2.mono a:hover, h2.over a:hover {
	background-position: 0 25px;
}

.category p {
	background-image: url(../../images/cat_middle.gif);
	background-repeat: repeat-y;
	padding: 8px 8px 0;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

.category p a {
	color: #333333;
	display: block;
	width: 299px;
}

.category a:hover {
	color: #666666;
	text-decoration: none;
}

/* pickup area */

#adv img {
	margin: 10px 0 0;
}

/* banner */

#banner {
	clear: both;
}
#banner img {
	margin: 0 12px 0 0;
}
#banner img.last {
	margin-right: 0;
}

/* link */

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

