@charset "utf-8";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("default.css");
@import url("txt.css");
@import url("form.css");
@import url("decorate.css");

.topNav{
	display:block;
	margin:8px 5px 0 0;
	float:right;
	width:1000px;
	*width:991px;
	height:89px;
	background:url(../asset-Images/shared/bg_fujimenu-TopNav.jpg) bottom right no-repeat;
}
.col-01{
	display:block;
	float:left;
	width:260px;
	text-align:left;
}
.col-02{
	display:block;
	float:left;
	width:740px;
	text-align:left;
}
.col-01-home{
	margin:25px 0 0 0;
}
.col-02-home{
	padding:0px 12px 9px 12px;
}
.promotion-content{
	display:block;
	float:left;
}
.bg-No{	
	display:block;
	float:left;
	padding-top:3px;
	width:21px;
	height:21px;
	background:url(../asset-Images/shared/bg_No.gif) top left no-repeat;
}	
.loading{
	background:url(../asset-Images/shared/loading.gif) center no-repeat;
	width:auto;
	height:auto;	
}