
ul,li{
	margin:0;
	padding:0;
	}
#privacy {
	clear: both;
	font-size: 12px;
	background-image: url(../images/tx_policy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 138px;
	line-height: 120%;
}

#banner_area {
	margin-top: 23px;
}
#banner_area li {
	list-style: none;
	margin-right: 34px;
	width: 280px;
	float: left;
	font-size: 12px;
	text-align: center;
}
#banner_area li img {
	margin-bottom: 5px;
}
#box_wrapper {
	background-image: url(../images/side_box_b.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
	margin-bottom:20px;
}


#left_box {
	width: 655px;
	float: left;
}
#right_box {
	width: 210px;
	float: right;
	background-color: #EBEBEB;
}
#mobile {
	background-repeat: no-repeat;
	font-size: 71.5%;
	padding: 15px 10px;
	line-height: 150%;
}


/*clear*/

#banner_area,
#box_wrapper{
    zoom: 100%;
}

#banner_area:after,
#box_wrapper:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
