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

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

*{
    margin:0;padding:0;
}

html {
  height:100%;
	overflow: hidden;
}

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

#header,
#headerEn {
	top:0;
	position:fixed;
	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);
}

#header p {
	background:url(../imgs/indexLogo_header.png) no-repeat 0 0;
	text-indent:-9999px;
	width:275px;
	height:70px;
	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) no-repeat 0 0;
	-moz-background-size:cover;
	background-size:cover;
	behavior: url(./PIE-1.0.0/PIE.htc);
}

#screen img,
canvas {
	position: absolute;
	left: -9999px;
	cursor: pointer;
	image-rendering: optimizeSpeed;
	-moz-box-shadow: 0 5px 15px rgba(51,51,51,0.8);
	-moz-border-radius-bottomright: 1px;
	-webkit-box-shadow: 0 5px 15px rgba(51,51,51,0.8);
	-webkit-border-bottom-right-radius: 1px;
	behavior: url(./PIE-1.0.0/PIE.htc);
}

#screen .href {
	border: #FFF dotted 1px;
}

#screen .fog {
	position: absolute;
	background: #fff;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

#titleContainer,
#titleContainerEn {
	background-image:url(../imgs/bg_titleContainer.png);
	background-repeat:repeat-x;
	background-position:top;
	width: 250px;
    height:100%;
    min-height:100%;
	position:absolute;
	left: 2em;
	top: 0;
	padding:0;
	border-right: 1px solid #90B8B7;
	border-left: 1px solid #90B8B7;
	z-index: 10000001;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#55ffffff, endcolorstr=#75000000, gradienttype=0);
	behavior: url(./PIE-1.0.0/PIE.htc);
}
:root #titleContainer,
:root #titleContainerEn {
	background-color: rgba(0,0,0,0.5);		/*IE以外*/
}

#titleContainer h1 {
	background:url(../imgs/indexLogo_left.png) no-repeat 0 0;
	text-indent:-9999px;
	width:228px;
	height:200px;
	margin:10px 11px 20px;
	padding:0;
}
#titleContainerEn h1 {
	background:url(../imgs/indexLogo_left_en.png) no-repeat 0 0;
	text-indent:-9999px;
	width:228px;
	height:182px;
	margin:20px 11px 60px;
	padding:0;
}
#guidance {
	color:#fff;
	font-size:93%;
	width:212px;
	margin:0 19px 20px;
	padding:0;
}
#guidance p {
	line-height:1.5em;
	margin-bottom:20px;
}
#guidance ul {
	margin:0;
	padding:0;
}
#guidance ul li {
	background:url(../imgs/lm_arrow.png) no-repeat 0 3px;
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	list-style-position:outside;
}
#guidance ul li a,
#guidance ul li a:link,
#guidance ul li a:visited,
#guidance ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#guidance ul li a:hover {
	color:#EBDDA5;
	text-decoration:none;
}
#btnSearch {
	font-size:189%;
	line-height:50px;
	text-align:center;
	width:163px;
	height:50px;
	margin:0 43px;
	bottom:40px;
	position:fixed;
	display:block;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border:solid 1px #C0C6BF;
behavior: url(./PIE-1.0.0/PIE.htc);
}
#btnSearch a {
	width:161px;
	height:48px;
	display:block;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border:solid 1px #15639A;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #666 0px 2px 6px;
-moz-box-shadow: #666 0px 2px 6px;
box-shadow: #666 0px 2px 6px;
background: #D1E9FC;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D1E9FC), to(#45A8E0));
background: -webkit-linear-gradient(#D1E9FC, #45A8E0);
background: -moz-linear-gradient(#D1E9FC, #45A8E0);
background: -ms-linear-gradient(#D1E9FC, #45A8E0);
background: -o-linear-gradient(#D1E9FC, #45A8E0);
background: linear-gradient(#D1E9FC, #45A8E0);
-pie-background: linear-gradient(#D1E9FC, #45A8E0);
behavior: url(./PIE-1.0.0/PIE.htc);
}
#btnSearch a,
#btnSearch a:link,
#btnSearch a:visited,
#btnSearch a:active {
	color:#000033;
	text-shadow: 1px 1px 1px #fff;
	text-decoration:none;
}
#btnSearch a:hover {
border: 1px solid #696;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #666 0px 2px 6px;
-moz-box-shadow: #666 0px 2px 6px;
box-shadow: #666 0px 2px 6px;
background: #D9FFEC;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D9FFEC), to(#33FF66));
background: -webkit-linear-gradient(#D9FFEC, #33FF66);
background: -moz-linear-gradient(#D9FFEC, #33FF66);
background: -ms-linear-gradient(#D9FFEC, #33FF66);
background: -o-linear-gradient(#D9FFEC, #33FF66);
background: linear-gradient(#D9FFEC, #33FF66);
-pie-background: linear-gradient(#D9FFEC, #33FF66);
behavior: url(./PIE-1.0.0/PIE.htc);
}

#footer {
	text-align:right;
	bottom:0;
	position:fixed;
	z-index:10000000;
	width:100%;
	color:#fff;
}
#footer p {
	background-color: rgba(0,1,31,0.5);
	margin:0;
	padding:0.2em 0.5em 0.2em 0;
}
#footer #copyright {
	background-color: rgba(0,51,0,0.8); /* FireFox, Webkit, Opera, IE9 */
	padding:0.5em 1em;
	border-top: 1px solid #646477;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B4003300, endcolorstr=#B4003300, gradienttype=0); 
	behavior: url(./PIE-1.0.0/PIE.htc);
}
/*--------------------------------------------------------------------------------
フロートクリア
--------------------------------------------------------------------------------*/
.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 */
