@charset "utf-8";
/* Safari only \*/
html:first-child body {
font-size: 88%;
}
/* */
/*======================
 Setting Start 
 =======================*/
*{
	font-size: 100%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body{
	margin: 0px;
	padding: 0px;
	background-image: url(../img/body_back.jpg) !important;
	background-image: url(../img/body_back2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #400;
	color: #ccc;
}
h1{
	background-image: url(../img/index_biu_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 143px;
	width: 190px;
	float: left;
}
p#langage-jp,
p#langage-en{
	display: block;
	height: 50px;
	width: 108px;
	float: right;
}
p#langage-jp a{
	background-image: url(../img/index_jp.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 90px;
	margin-top: 12px;
	overflow: hidden;
}
p#langage-en a{
	background-image: url(../img/index_en.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 90px;
	margin-top: 12px;
	overflow: hidden;
}
p#langage-jp a:hover,
p#langage-en a:hover{
	background-position: 0px -25px;
}
div#maincontainer{
	padding: 0px;
	height: 100%;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/index_container_back.jpg);
	background-repeat: repeat-y;
}
div#headarea{
	background-image: url(../img/index_head.jpg);
	height: 143px;
	width: 900px;
	background-repeat: no-repeat;
}
div#mainnav{
	width: 690px;
	float: left;
	height: 50px;
	padding-top: 19px;
}
div#mainnav p{
	padding-top: 8px;
}
div#mainnav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#mainnav ul li{
	float: left;
	padding: 0px;
	margin-top: 0px;
	text-indent: -9999px;
}
div#mainnav ul li a{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	overflow: hidden;
}
div#mainnav ul li a:hover{
	background-position: 0px -30px;
}
li#nav01 a{
	background-image: url(../img/index_nav01.jpg);
	width: 115px;
}
li#nav02 a{
	background-image: url(../img/index_nav02.jpg);
	width: 108px;
}
li#nav03 a{
	background-image: url(../img/index_nav03.jpg);
	width: 101px;
}
li#nav04 a{
	background-image: url(../img/index_nav04.jpg);
	width: 103px;
}
li#nav01{
	margin-right: 75px;
}
li#nav02{
	margin-right: 75px;
}
li#nav03{
	margin-right: 75px;
}
li#nav04{
	margin-right: 0px;
}

div#mainarea{
	padding-bottom: 5px;
}

img#mainimage{
	float: left;
	height: 507px;
	width: 515px;
}
div#explanation{
	float: right;
	width: 385px;
	background-image: url(../img/index_ex_back.jpg);
	background-repeat: no-repeat;
}
div#explanation p{
	line-height: 150%;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 1em;
	font-size: 80%;
}
p.moreinfo a{
	background-image: url(../img/moreinfo_b.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	background-position: 0px 0px;
	height: 25px;
	width: 210px;
	overflow: hidden;
}
p.moreinfo-jp a{
	background-image: url(../img/moreinfo_jp.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	background-position: 0px 0px;
	height: 25px;
	width: 195px;
	overflow: hidden;
}
p.moreinfo a:hover,
p.moreinfo-jp a:hover{
	background-position: 0px -25px;
}
div#footer{
	background-image: url(../img/index_footer.jpg);
	background-repeat: no-repeat;
}
hr{
	display: none;
}
address{
	font-size: 70%;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
}

div.searchword{
	display: none;
}
div#information p{
	font-size: 80%;
	line-height: 150%;
	color: #FF9900;
	margin-bottom: 15px;
	text-align: center;
}
div#information a{
	color: #FF9900;
}
div#information a:hover{
	color: #FFCC33;
}
div#bannerarea{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	text-align: left;
	padding-top: 15px;
}
div#bannerarea img{
	vertical-align: text-top;
	margin-right: 5px;
	margin-left: 5px;
	border-style: none;
}
div#bannerarea p{
}
/*======================
 Huck 
 =======================*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix{display:inline-block;}
/* hides from IE-mac¥*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/
