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

/*--------------------------------------
	left-contentes
---------------------------------------*/
.shared #left { 
	float: left;
	width: 640px;
	margin: 10px 0px;
	padding:0;
	border: 0;
	text-align: left;
	background: #fff;
}

#left img {
    border:0;
    display:block;
    margin: 10px auto;
    text-align: center;
}


.shared #leftcontent1 {
    border: 1px solid #b5b5b5;
    background: #fff url("../../img/shared/body_bg.gif") repeat-x top; 
	width: 630px;
	padding:0px 5px 5px 5px;
	margin: 0;
	margin-bottom:10px;
}

/*--------------------------------------
	menu
---------------------------------------*/
ul#menu{
    list-style:none;
	display:block;
    width:902px;
	height:35px;
	padding:0;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border:0;}

ul#menu li{
    list-style:none;
    float:left;
}
ul#menu a{
    display:block;
    height:35px;
    text-indent:-100px;
    overflow:hidden;
}
a.home{
	display:block;
	width:105px;
	height:35px;
	background: #fff url("../../img/shared/menu_01.gif") ;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
	margin:0;
}
a:hover.home{
    background-position:0px -36px;
}
a.feature{
	display:block;
	width:100px;
	height:35px;
	background: #fff url("../../img/shared/menu_02.gif") ;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
	margin:0;
}
a:hover.function{
    background-position:0px -36px;
}
a.function{
	display:block;
	width:100px;
	height:35px;
	background: #fff url("../../img/shared/menu_03.gif") ;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
	margin:0;
}
a:hover.feature{
    background-position:0px -36px;
}
a.mall{
	display:block;
	width:100px;
	height:35px;
	background: #fff url("../../img/shared/menu_04.gif") ;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
	margin:0;
}
a:hover.mall{
    background-position:0px -36px;
}
a.charge{
	display:block;
	width:100px;
	height:35px;
	background: #fff url("../../img/shared/menu_05.gif") ;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
	margin:0;
}
a:hover.charge{
    background-position:0px -36px;
}
a.introduction{
	display:block;
	width:100px;
	height:35px;
	background: #fff url("../../img/shared/menu_06.gif") ;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
	margin:0;
	background-position:0px -36px;
}
a:hover.introduction{
    background-position:0px -36px;
}
a.question{
	display:block;
	width:100px;
	height:35px;
	background: #fff url("../../img/shared/menu_07.gif") ;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
	margin:0;
}
a:hover.question{
    background-position:0px -36px;
}
a.case{
	display:block;
	width:100px;
	height:35px;
	background: #fff url("../../img/shared/menu_08.gif") ;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
	margin:0;
}
a:hover.case{
    background-position:0px -36px;
}
a.contact{
	display:block;
	width:97px;
	height:35px;
	background: #fff url("../../img/shared/menu_09.gif") ;
	text-indent:-9999px;
	float:left;
	overflow:hidden;
	margin:0;
}
a:hover.contact{
    background-position:0px -36px;
}

/*--------------------------------------
	list
---------------------------------------*/

#leftcontent1 ul{
    list-style:none;
    width:630px;
	height:490px;
}

dl.list01 dt {
  font-size:14px;
  margin: 0 0 0 10px ;
  display:block;
  width: 150px;
  height:38px;
  background:#fff url("../../img/mall/fusen.jpg") no-repeat; 
  border:0;
  padding-top:11px;
  padding-left: 12px;
  color: #505050;
  font-weight:bold;
}

dl.list01 dd {
  margin: 0px;
  margin-left: 10px;
  margin-bottom: 15px;
  padding-left: 25px;
  display:block;
}