/*
 * FUN-TECH
 * Style Sheet for index.html
 * 20100722
 *
 */



/* keyvisual
 * -------------------------------------------------------------------------------- */

#keyvisual{
	z-index: 1;
}

#keyvisual .inner{
	height: 280px;
}


/* index_newprod
 * -------------------------------------------------------------------------------- */

#index_newprod{
	background: transparent url(../images/index_newprod_bg.gif) scroll repeat-x 0 20px;
}

#index_newprod .inner{
	height: 300px;
}

#index_newprod_wrapper{
	overflow: hidden;
	width: 960px;
}

#index_newprod_iframe{
	overflow: hidden;
	width: 960px;
	height: 240px;
}

#index_newprod iframe{
	overflow: hidden;
	width: 960px;
	height: 280px;
}


/* container_wrapper
 * -------------------------------------------------------------------------------- */

#container_wrapper{
	padding: 40px 0 20px 0;
	background: transparent url(../images/index_container_wrapper_bg.gif) scroll repeat-x 0 0;
}


/* topics
 * -------------------------------------------------------------------------------- */

#topics h2.block_left_edge{
	margin-top: 0;
	margin-left: -21px;
	margin-bottom: 20px;
	padding: 0;
	border-left: none;
}

#topics dl{
	margin: 0;
	font-size: 77%;
}

#topics dl dt{
	margin: 0;
}

#topics dl dd{
	margin: 0 0 1em 0;
}








