BODY {
	margin : 0px;
	padding : 0px;
	background-image : url("../img/bg.jpg");
	background-position : left top;
	background-repeat : no-repeat;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
a{
	color: #0066CC;
}
a:hover{
	text-decoration: none;
}
/* menu*/
#menu  {
	padding : 9px 0px 0px 55px;
}

#menu a {
	color : #000000;
	text-decoration : none;
	font-size : 14px;
	font-weight : bolder;
	padding-left : 10px;
}
#menu a:hover {
	color: #558FCB;
}
/* menu sub*/
#menu div {
	border-left: 1px solid #666666;
	padding-left : 3px;
	margin-left : 3px;
	margin-top : 5px;
	line-height : 20px;
}
#menu div a{
	color: #666666;
	text-decoration : underline;
	font-size : 12px;
	font-weight : normal;
}
/* home*/
#home {
	padding-top: 75px;
}
/* home text*/
#home div{
	padding-left: 15px;
	padding-bottom : 5px;
}
#home div a{
	color: #0066CC;
	text-decoration : none;
	font-weight : bold;
}
#home div a:hover{ 
	color: #558FCB; 
}
/* production*/
#production { 
	padding-top: 16px; 
}
/* production text*/
#production div{
	padding-left: 5px;
	padding-bottom : 5px;
	text-align : left;
}
#production div a{
	color: #0066CC;
	text-decoration : none;
	font-weight : bold;
}
#production div a:hover{ 
	color: #558FCB; 
}
/* slogan*/
#slogan{
	padding-left: 55px;
	padding-right : 30px;
	padding-bottom : 20px;
	color : #666666;
	width : 300px;
	line-height : 26px;
	text-align : justify;
}
#slogan .a{
	font-size: 16px;
}
#slogan .b{
	font-size: 18px;
	color : #999999;
}
#slogan .c{
	color: #528DCA;
	font-size : 18px;
	font-weight : bold;
}
#slogan .d{
color: #528DCA;
  }
  #slogan .e{
	color: #999999;
	font-size : 20px;
	font-weight : bold;
}
#slogan .f{
	font-size: 24px;
	color: #999999;
	font-weight : bold;
}
/* text */
#text {
	border-left: 1px solid #666666;
	padding-left : 20px;
	padding-right : 35px;
	color : #666666;
}
/* icon home */
#icon{
	padding-right: 35px;
}

