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

/*--------------------------------------
	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;
	background-position:0px -36px;
}
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;
}
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;
}

/*--------------------------------------
	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;
}

.shared #leftcontent2 {
    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;
}
.shared #leftcontent3 {
    border: 1px solid #b5b5b5;
    background: #ffffff url("../../img/shared/body_bg.gif") repeat-x top; 
	width: 550px;
	padding:0px 5px 5px 5px;
	margin: 5px 0px;
}

/*--------------------------------------
	list
---------------------------------------*/
ul.fusen{
    list-style:none;
	height:100px;
	width:550;
}

li.fusen {
	display:block;
	width:150px;
	height:38px;
	margin:0;
	float:left;
    border: 0px ;
	background: #ffffff url("../../img/mall/fusen.jpg") no-repeat;
	list-style:none;
    padding-left:12px;
	padding-top:11px;
}

ul.fusen-b{
    list-style:none;
	height:200px;
	width:550;
}

li.fusen-b {
	display:block;
	width:150px;
	height:76px;
	margin:0;
	float:left;
    border: 0px ;
	background: #fff url("../../img/mall/fusen_b.jpg") no-repeat;
	list-style:none;
    padding-left:12px;
	padding-top:12px;
}

