@charset "UTF-8";
/* CSS Document */
/*******************************************************************************/
/*** topFlash Settings                                                       ***/
/*******************************************************************************/
div#flashBox {
	width:100%;
	height:375px;
	background:#b7c0c4;
}
div#flashBox h2 {
	width:900px;
	height:375px;
	margin:0 auto;
}
/*******************************************************************************/
/*** topFlash end                                                            ***/
/*******************************************************************************/

/*******************************************************************************/
/*** searchBox Settings                                                      ***/
/*******************************************************************************/
ul#searchBox {
	width:900px;
	height:280px;
	margin:20px auto 0 auto;
	background:url(../img/search_header.jpg) no-repeat top left #edeae4;
}
ul#searchBox li {
	float:left;
	display:inline;
	width:169px;
	height:225px;
	margin:45px 0 0 9px;
}
ul#searchBox li a{
	display:block;
	width:169px;
	height:225px;
	text-indent:-9999px;
}
ul#searchBox li a.pole {background:url(../img/search_pole.jpg) no-repeat top right;}
ul#searchBox li a.faundation {background:url(../img/search_faundation.jpg) no-repeat top right;}
ul#searchBox li a.wall {background:url(../img/search_wall.jpg) no-repeat top right;}
ul#searchBox li a.civil {background:url(../img/search_civil.jpg) no-repeat top right;}
ul#searchBox li a.materials {background:url(../img/search_materials.jpg) no-repeat top right;}
/*******************************************************************************/
/*** searchBox end                                                           ***/
/*******************************************************************************/

/*******************************************************************************/
/*** newsBox&bannerArea Settings                                             ***/
/*******************************************************************************/
div#left {width:556px; height:220px; margin:25px 0 0 0; float:left; clear:both; display:inline; background:url(../img/wn_headerjpg.jpg) no-repeat top left;}
div#right {width:291px; float:right; display:inline; margin:25px 0 0 0;}
/*newsBox*/
div#left ul {
	width:539px;
	margin:30px 0 0 0;
	height:170px;
	padding:20px 5px 0 10px;
	border:solid #bfbfbf;
	border-width:0 1px 1px 1px;
	overflow:auto;
}
div#left ul li {font-size:108%; color:#666666; line-height:1.6;}
div#left ul li span {color:#005aa7;}
div#left ul li a {color:#005aa7; text-decoration:none;}
/*end*/
/*bannerArea*/
div#right img {vertical-align:bottom;}
/*end*/
/*******************************************************************************/
/*** newsBox&bannerArea end                                                  ***/
/*******************************************************************************/

