@charset "utf-8";
/*--------------------------------------------------------------------------------

  薬用植物総合情報データベース　スタート画面スタイル
  
--------------------------------------------------------------------------------*/

*{
    margin:0;padding:0;
}

html {
  height:100%;
}

body {
	font-size:13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 *font-size:small;
 *font:x-small;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#header,
#headerEn {
	top:0;
	z-index:10000000;
	width:100%;
	height:60px;
	color:#fff;
	border-bottom: 1px solid #90B8B7;
	background-color: rgba(0,51,0,0.8);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B4003300, endcolorstr=#B4003300, gradienttype=0); 
	behavior: url(./PIE-1.0.0/PIE.htc);
	position:fixed;
}

#header p {
	background:url(../imgs/indexLogo_header.png) no-repeat 0 0;
	text-indent:-9999px;
	width:275px;
	height:50px;
	float:right;
	margin:5px 1em 11px 0;
	padding:0;
}
#headerEn p {
	background:url(../imgs/indexLogo_header_en.png) no-repeat 0 0;
	text-indent:-9999px;
	width:313px;
	height:19px;
	float:right;
	margin:10px 1em 11px 0;
	padding:0;
}

#screen {
	font-size:100%;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background:url(../imgs/bg_indexBody.jpg) repeat 0 0;
	-moz-background-size:cover;
	background-size:cover;
	behavior: url(./PIE-1.0.0/PIE.htc);
}

#footer {
  width:100%;
  margin: 0;
  margin-right:3em;
  background:#034104;
  bottom: 0;
	position:fixed;
}

#footer .text {
  color: #fff;
  text-align:right;
}

.setumei{
margin-top: 60px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 40px;
color: black;
}

.setumei li{
margin-left: 2em;
}
/*--------------------------------------------------------------------------------
フロートクリア
--------------------------------------------------------------------------------*/
.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 */
