@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_fujigroup-TopNav.jpg) top right no-repeat;
}
.col-01{
	display:block;
	float:left;
	width:322px;
	text-align:left;
}
.col-02{
	display:block;
	float:left;
	width:361px;
	text-align:left;
}
.col-03{
	display:block;
	float:left;
	width:317px;
	text-align:left;
}
.col-04{
	display:block;
	float:left;
	width:678px;
	text-align:left;
}
.col-01-home, .col-01-Coco{
	margin:25px 0 0 0;
}
.col-02-home{
	margin:14px 0 0 0;
	padding:0;
}
.col-03-home{
	margin:25px 0 0 0;
	padding:0;
}
.col-04-home{
	margin:0 0 0 322px;
	padding:0;
}
/* Coco */
.col-02-Coco{
	display:block;
	float:left;
	width:378px;
	text-align:left;
}
.col-03-Coco{
	display:block;
	float:left;
	width:300px;
	text-align:left;
}
div.col-02-Coco div{
	padding:0 10px 0 0;
}
#tabs{

}
#tabs a{
display: block;
width:auto; /*width of tab image */
height:auto; /*height of tab image */
margin:0 10px 9px 0;
float: left;
display: inline;
cursor:pointer;
}
#tabs a.current{

}
#tabcontentcontainer{
width:auto;
padding:0 /*width of 2nd level content*/
/*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}
.tabcontent{
display:none; /*Remove on Develop*/
}