@charset "utf-8";
body {
	background-image: url(../images/bg-index.gif);
}
/***** Index Image Description *****/
.img-desc {
	border-right: 1px solid #999999;
	margin: 10px 0;
	height: 110px;
	padding: 0 25px;
	padding-top:10px;
	font-size: 11px;
	vertical-align:top;
}
.img-desc h2 a {
	padding: 0.3em 0 0.75em 0;
	color:#FFFFFF;
}
#footer {
	padding: 10px;
}

/***** Footer *****/
#footer #iso {
	width: 205px;
	border-right: 1px solid #a5a5a5;
	height: 50px;
	padding: 0 10px 0 0;
}

#footer #copyright {
	width: 758px;
	padding: 5px 0 0 10px;
}
#footer #copyright a {
	color: #666;
}
#footer #copyright a:hover {
	color: #333;
	text-decoration:underline;
}
#footer #copyright div {
	color: #666;
	font-size: 11px;
}

#footer #search {
	width: 280px;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 1px;
	position: relative;
	height: 18px;
	margin: 5px 0 0 0;
}
#footer #copyright #search input.txtbox {
	border: 0;
	height: 15px;
	width: 250px;
	font-size: 11px;
	line-height: 1em;
	position: absolute;
	left: 1px;
	top: 3px;
}
#footer #copyright #search a {
	background-image: url(../images/bttn-search.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	left: 263px;
}
#footer #copyright #search a span {
	display: none;
}
