@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------------
-----Top Block-----Top Block-----Top Block-----Top Block-----Top Block-----Top Block-----Top Block----------- 
-------------------------------------------------------------------------------------------------------------*/
body{
	background:url(../image/home_banner.jpg) center top no-repeat;
}
#top_block{
	height:436px;
	background:url(../image/home_banner.jpg) center top no-repeat;
}
#branding{
	position:absolute;
	left:30px;
	top:10px;
	z-index:20;
}
#main_navi{
	position:absolute;
	right:0;
	top:60px;
	width:770px;
}

/*-----------------------------------------------------------------------------------------------------------
 -----Content Block-----Content Block-----Content Block-----Content Block-----Content Block------------------ 
 ------------------------------------------------------------------------------------------------------------*/
#content_block{
	height:292px;
}
#col1{
	float:left;
	width:314px;
	overflow:hidden;
	text-align:center;
}
#col2{
	float:left;
	width:368px;
	overflow:hidden;
	text-align:center;
}
#col3{
	float:right;
	width:314px;
	overflow:hidden;
	text-align:center;
}
#news{
	width:285px;
	margin:0 auto;
	text-align:left;
}
	#news_list{
		padding-left:6px;
	}
		#news_list li{
			background:url(../image/home_news_bullet.gif) left center no-repeat;
			padding-left:13px;
			border-bottom:#bbbbbb 1px dotted;
		}
			#news_list li a{
				display:block;
				padding:8px 0;
			}
			#news_list li a:link{
				color:#333333;
				text-decoration:none;
			}
			#news_list li a:visited{
				color:#333333;
				text-decoration:none;
			}
			#news_list li a:hover{
				color:#FF6600;
				text-decoration:none;
			}
#quick{

}
#welcome{

}
#product{
	text-align:center;
}
	#prod_list{
		width:266px;
		margin:0 auto;
		color:#333333;
	}
		#prod_list .prod_desc{
			padding:3px 0 3px 10px;
			text-align:left;
			line-height:18px;
		}
		#prod_list table{
			margin:12px 0;
		}
		#prod_list h3{
			background:url(../image/home_prod_bullet.gif) left center no-repeat;
			padding-left:15px;
			color:#36a0cc;
		}
		#prod_list p{
		
		}
			#prod_list p a:link{
				color:#333333;
				text-decoration:none;
			}
			#prod_list p a:visited{
				color:#333333;
				text-decoration:none;
			}
			#prod_list p a:hover{
				color:#FF6600;
				text-decoration:underline;
			}
 
 
  /*------------------------------------------------------------------------------------------------------------
-----Foot Block-----Foot Block-----Foot Block-----Foot Block-----Foot Block-----Foot Block-----Foot Block-----
--------------------------------------------------------------------------------------------------------------*/
