/*---import CSS-----------------------------------*/
@import "base_layout.css";
@import "common_parts.css";
/*---import CSS-----------------------------------*/

/*---textbox-----------------------------------*/
#textbox_left{
	width: 365px;
	display: block;
	float: left;
}

#textbox_right{
	width: 365px;
	margin-left: 30px;
	display: block;
	float: left;
}


/*---main-----------------------------------*/

.company{
	margin-bottom: 30px;
}

.if_bg{
	width: 365px;
	height: 250px;
	background: url(../../img/about/if_bg.jpg) no-repeat center;
	display: block;
}

.map{
	margin: 10px;
}

.pagetop a{
	outline: none;
	display: block;
	width: 85px;
	height: 20px;
	margin: 30px 0px 30px 695px;
	background: url(../../img/menu/page_top.jpg) no-repeat center;
	text-indent: -9999px;
	}

.pagetop a:hover{
	outline: none;
	display: block;
	width: 85px;
	height: 20px;
	margin: 30px 0px 30px 695px;
	background: url(../../img/menu/page_top_on.jpg) no-repeat center;
	text-indent: -9999px;
	}

/*firefox*/
#sideRight .box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #sideRight .box {
    height: 1em;
}

#sideRight .box {
    display: block;
}
/*firefox*/

