@charset "utf-8";

html .header{
	height: 400px;
	background: url(../img/bg_head_index.jpg) no-repeat center top;
	overflow: hidden;
}

.header h2{ position: absolute; margin: 0; top:150px; width:520px; height: 140px; z-index: 11;}
/*透過png対応のためhtcファイルをcssフォルダに*/
.header img{ display: block;}

.header .baseW{ position: relative;}

.header_img{ position: absolute;  left:0; top:0;}
.header_img div{ position: absolute;}
.imgL{ left:436px; top: 101px; width:85px; height: 76px;}
.imgC{ left:497px; top: 168px; width:188px; height: 138px;}
.imgR{ left:707px; top: 226px; width:260px; height: 161px;}


/* index ページ */
.title_index{ height: 60px; background-image:url(../img/title_index.jpg);}
.intro{
	position: relative;
	width: 879px;
	height: 245px;
	line-height:1.5;
}
.intro p{
	position:absolute;
	top:20px;
	z-index: 500;
}
.intro div{
	position:absolute;
	right: 0;
	width: 275px;
	height: 240px;
	z-index: 400;	
}
.intro img{ display: block;}



/*バナーリンク*/
.index_point{ padding-bottom: 10px; zoom:1;}
.index_point li{
	display: block;
	float: left;
	width: 290px;
}


.point1{ background: url(../img/bnr_index_vietnam_on.jpg) no-repeat left top;}
.point2{ background: url(../img/bnr_index_product_on.jpg) no-repeat left top;}
.point3{ background: url(../img/bnr_index_mail_on.jpg) no-repeat left top;}
.index_point a{
	display:block;
	margin-right: 10px;
	width: 280px;
	height: 130px;
	font-size: 11px;
	text-decoration:none;
	text-indent: 10px;
	overflow: hidden;
}
.point1 a{ background: url(../img/bnr_index_vietnam.jpg) no-repeat left top;}
.point2 a{ background: url(../img/bnr_index_product.jpg) no-repeat left top;}
.point3 a{ background: url(../img/bnr_index_mail.jpg) no-repeat left top;}
.index_point a:hover{ background: none;}

.index_point a span{
	display: block;
	height: 110px;
	text-indent: -9999px;
}


/*フッターとコンテンツの間*/
.bg{ padding-bottom:30px;}