@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

#main{
    height:100%;
	width:744px;
	background:#F2F2F2;
	margin-top:20px;
	margin-bottom:25px;
	border:1px;
	border-style:solid;
	border-color:#333333;
}

#main-in{
    height:100%;
	width:744px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
}	
#main-base{
    height:12px;
	width:744px;
}
#top{
    width:100%;
	height:119px;
	background:#000000;
	background-image:url(img/logo1.png);
}
#content{
    width:100%;
	height:100%;
	background-color:#FFFFFF;
	background-image:url(img/4.png);
}

#content-in{
    width:734px;
	height:100%;
	background-color:#fff;
}

#content-in-left{
    width:170px;
	height:100%;
	background:#FFF;
	float:left;
	border-right:#CCCCCC 0px solid;
}

#content-in-left-1{
    width:170px;
	height:20px;
	background:#FFF;
	margin-top:5px;
	z-index:0;
}

#content-in-left-2{
    width:160px;
	height:120px;
	background-color:#fff;
	margin-top:80px;
	z-index:1;
}

#content-in-left-2-in{
    width:160px;
	height:120px;
	margin-top:0px;
	background-color:#fff;
}
#content-in-right{
    width:560px;
	height:100%;
	background-color:#FFFFFF;
	float:right;
}

#content-in-right-in{
    width:556px;
	height:100%;
	background-color:#F7F7F7;
	margin-bottom:4px;
	margin-right:5px;
	margin-top:5px;

}

#footer{
    width:100%;
	height:45px;
	background-color:#333333;
	background-image:url(img/footer-1.png)
}