@charset "utf-8";
/* CSS Document */

body#customer div#contents {
	width:904px;
	clear:both;
	position:relative;
}

/*ヘッダーバナーエリア*/

body#customer div#contents div#header {
	width:904px;
	margin-bottom:25px;
	padding:0;
	overflow:hidden;
}

body#customer div#header div#h_left{
	width:677px;
	float:left;
}

body#customer divdiv#header div#main_img{
	clear:both;
}


body#customer div#header div#r_left{
	width:227px;
	float:left;
}


body#customer div#header div#h_right {
	width:217px;
	float:left;
}

body#customer div#header div#h_right img {
	margin:0;
}

/*ヘッダーバナーエリアend*/

body#customer div#f_page_menu {
	width:900px;
	position:relative;
	height:20px;
	margin-bottom:5px;
}

body#customer div#f_page_menu p.next_page {
	background:url(../img/icon_bpage.jpg) no-repeat top left;
	padding-left:18px;
	font-size:10px;
	height:15px;
	position:absolute;
	top:2px;
	right:100px;
}

body#customer div#f_page_menu p.page_top03 {
	background:url(../../common/img/btn_page_top.gif) no-repeat top left;
	padding-left:18px;
	font-size:10px;
	height:15px;
	position:absolute;
	top:9px;
	left:818px;
}

body#customer div#f_page_menu p.forward_page {
	background:url(../img/icon_fpage.jpg) no-repeat top left;
	padding-left:18px;
	font-size:10px;
	height:15px;
	position:absolute;
	top:2px;
	left:0;
}	


body#customer div#f_page_menu p.prod_page {
	background:url(../img/icon_vector.jpg) no-repeat top left;
	padding-left:18px;
	font-size:10px;
	height:15px;
	position:absolute;
	top:2px;
	left:522px;
	width: 111px;
}


body#customer div#main_contents div#siryou {
	position:absolute;
	left:0px;
	bottom:12px;
}



/**********************************************

メインコンテンツ

**********************************************/


body#customer div#main_contents {
	width:904px;
	position:relative;
	margin-bottom:10px;
}



body#customer div#main_contents p.mg10{
	height:134px;
	display:block;
}

body#customer div#main_contents div#fls {
	margin:0 0 10px 0;
}



/*  clearfix
------------------------------------------------------------------------*/

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix{display: inline-table;  overflow:hidden; zoom:1;/*for IE 5.5-7*/}


/* Hides from IE-mac \*/
.clearfix{display: block;}
/* End hide from IE-mac */

.clear{
	clear:both;
}
