*{
	margin:0;padding:0;
}

html, body{
	height: 100%;
}

.container{
	min-height: 100%;
}

.page_container{
	overflow:auto;
	padding-bottom: 95px;
	width:910px;
	min-height: 578px; /*768-95-95(header, footer)*/
	margin:0 auto;
	clear:both;
}

#header_mask{
	min-width: 910px;
	width: 100%;
	height: 95px;
	overflow: hidden;
	z-index: 0;
    position: relative;
}
#header{
	background-color: #fff;
	z-index: 99;
	position: relative;
	margin-top: -95px;
	height: 95px;
	clear:both;
}
#header_inner{
	width:850px;
	height: 95px;
	margin:0 auto;
}
#header_bg{
	position: absolute;
    width: 714px;
    height: 14px;
    /*background-image: url(../images/v2/nav/nav_lines.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 41px;
    margin-left: 4px;
    z-index: 99;
}
.header_nav_items{
	position: relative;
	float: left;
	z-index: 99;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    text-align: center;
    margin: 0 10px;

}
.menu_item_vl{
	position: relative;
	float: left;
    background: #DA1E47;
    margin: -2px 0px;
    line-height: 20px;
    width: 2px;
    height: 18px;
}
.header_logo{
	position: absolute;
    width: 135px;
    height: 46px;
    background-image: url(../images/v2/logo-red.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: -15px;
    margin-left: 734px;
    z-index: 99;
}
#nav_home{
	/*width: 52px;
	height: 18px;*/
	width: 28px;
	height: 18px;
	background-image: url(../images/v2/nav/nav_home.png);
	/*margin-left: 0px;*/
    margin-top: 1px;
}
#nav_newricoh{
	/*width: 104px;
	height: 18px;*/
	width: 76px;
	height: 18px;
	background-image: url(../images/v2/nav/nav_newricoh.png);
    /*margin-left: 0px;*/
}
#nav_happyoffice{
	/*width: 106px;
	height: 18px;*/
	width: 77px;
	height: 18px;
	background-image: url(../images/v2/nav/nav_happyoffice.png);
    /*margin-left: 0px;*/
}
#nav_upgrade{
	/*width: 131px;
	height: 18px;*/
	width: 104px;
	height: 18px;
	background-image: url(../images/v2/nav/nav_upgrade.png);
	/*margin-left: 0px;*/
}
#nav_plans{
	/*width: 192px;
	height: 18px;*/
	width: 160px;
	height: 18px;
	background-image: url(../images/v2/nav/nav_plans.png);
	/*margin-left: 0px;*/
}
#nav_contact{
	/*width: 94px;
	height: 18px;*/
	width: 61px;
	height: 18px;
	background-image: url(../images/v2/nav/nav_contact.png);
	/*margin-left: 0px;*/
}

#nav_newricoh.active, #nav_newricoh.current_active{
	background-image: url(../images/v2/nav/nav_newricoh_on.png);
}
#nav_happyoffice.active, #nav_happyoffice.current_active{
	background-image: url(../images/v2/nav/nav_happyoffice_on.png);
}
#nav_upgrade.active, #nav_upgrade.current_active{
	background-image: url(../images/v2/nav/nav_upgrade_on.png);
}
#nav_plans.active, #nav_plans.current_active{
	background-image: url(../images/v2/nav/nav_plans_on.png);
}
#nav_contact.active, #nav_contact.current_active{
	background-image: url(../images/v2/nav/nav_contact_on.png);
}




#footer_mask{
	width: 100%;
	min-width: 910px;
	height: 95px;
	margin-top: -95px;
	overflow: hidden;
	z-index: 0;
    position: relative;
}
#footer{
	z-index: 99;
	position: relative;
	/*margin-top: -95px;*/
	margin-top: 105px;
	height: 95px;
	clear:both;
}

#footer_bg{
	background-color: #DA1E47;
	position: absolute;
	height: 41px;
	width: 100%;
    margin-top: 54px;
    min-width: 910px
}

#footer_inner{
	width:910px;
	height: 95px;
	margin:0 auto;
}

#footer_btn{
	position: absolute;
	width:82px;
	height:82px;
	background-image: url(../images/loading-btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 0px;
	margin-left: 8px;
}
#footer_wording{
	position: absolute;
    margin-top: 61px;
    margin-left: 103px;
    line-height: 40px;
    font-size: 14px;
    background-image: url(../images/footer_slogan.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 109px;
    height: 15px;
}

#scrollToTop{
	position:fixed;
	bottom:75px;
	right:40px;
	cursor: pointer;
	background-image: url(../images/v2/top-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 47px;
    height: 110px;
    z-index: 9999999;
}

/*Opera Fix*/
body:before{
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}


#colorbox{
	z-index: 999999;
}


