@charset "UTF-8";
/* CSS Document */

html{
    height: 100%;
}

body {
	margin:0;
	padding:0;
    background: #ccc url(../../img/index/bg_top_03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
 	background-size: cover;
	color:#fff;
	font: 100%/1.231 Meiryo,"¥á¥¤¥ê¥ª","£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic","¥Ò¥é¥®¥Î½Ç¥´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	font-size:12px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height:auto !important; /*IE6Œ²ß*/
	}


img {
	border-style: none;
	
}

h2{
  margin: 30px 20px 10px 20px;
  letter-spacing: 3px;
}

h3{
  margin: 30px 20px 10px 20px;
  letter-spacing: 3px;
  border-bottom: 1px rgb(97, 95, 95) dotted;
  font-size: 16px;
}
	h3.top{
	  margin: 60px 20px 20px 5px;
	  letter-spacing: 3px;
	  border: none;
	}


a:link {
	color: #ccc;
	text-decoration:none;	
}
a:visited {
	color: #888;
	color: inherit;
	text-decoration:none;
}
a:hover {
	color: #0092FF;
	text-decoration:none;
}

ul,li {
	list-style-type:none;

}
	
	
#logo {
	margin-top: 50px;
	margin-left: 70px;
	text-decoration: none;
}

#wrapper{
	margin: 0 auto;
	width:100%;
	min-height: 100%;
	height: auto !important;
    height: 100%;
	position: relative;
}

/* header */
#header {

  right: 0;
  float: right;
  font-size: 12px;
  width: 300px;
}


#header ul,li{
}
	#header li{
	  background: url(/kuis/labo/gci_top/common/img/icn_arrow_bb.gif) center left no-repeat;
	  padding-left: 15px;
	  margin-left: 20px;
	  float:left;
	font-size:11px;
	color:  #9A9A9A;;
	}
	
	.search{
		margin-right: 20px;
		float: right;
	}


/*¡¡content */
#content {
}

/* main */
#main {

	padding-left: 360px;
	width:100%;
	display:block;
}

	.index_lead {
	  width: 400px;
	  color:#232D4A;
	  text-shadow: -1px 0 3px #fff, -1px 0 4px #fff, 1px 0 3px #fff;
	  line-height: 1.4em;
	  letter-spacing: 1px;
	  font-weight: normal;
	  float: left;
	  margin-right: 40px;
	}

	#news_labo_gci {
	  float: left;
	  width: 400px;
	  background-color: rgba(8, 8, 8, 0.5);
	  color: #fff;
	  padding: 10px 20px;
	}
	
.mt1 { margin-top: 10px; }
.right {
	text-align:right;
}

/* footer */
#footer {
	position: fixed;
    bottom: 0;
	right: 0;
    float: right;
	font-size: 12px;
	margin-top:30px;
}