﻿@charset "utf-8";
/* CSS Document */


/* Font.Background */
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #333333;
	height: 100%;
	width: 100%;
}

/* ページ幅780px */
#container {
	background-image: url(images/bg-img.jpg);
	background-repeat: repeat;
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

/* コンテンツ幅715px */
#contents {
	padding: 0px;
	height: auto;
	width: 715px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	background-color: #FFFFFF;
	margin-right: auto;
}

/* コンテンツ内padding指定枠 */
.section {
	width: 675px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
}
/* 準備中ページ用 */
.section2 {
	width: 675px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	height: 500px;
}

/* フロートのクリア */
.clr {
	clear: both;
	height: auto;
}
/* 透過PNG用class */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* コンテンツ枠内のリンクテキスト色指定 */
#contents a {
	color: #3366FF;
}

/* ヘッダ */
#header {
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 66px;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 5;
}
/* メインロゴ配置 */
#company-logo {
	background-image: url(images/hanoiadvancedlab-logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 72px;
	width: 384px;
	display: block;
}
/* メインロゴリンクLeftOff */
#company-logo h1 a {
	display: block;
	height: 40px;
	width: 350px;
	text-indent: -9999px;
	text-decoration: none;
	margin-top: 10px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	margin: 0px;
	padding: 30px 0px 0px;
	height: 31px;
	width: 780px;
	display: block;
}

/* コンテンツページ上部ピン止めImage */
.head-pin {
	background-image: url(images/head-pin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	padding: 0px;
	height: 38px;
	width: 727px;
}
.head-pin2 {
	background-image: url(images/head-pin2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 38px;
	width: 727px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
}
/* コンテンツページ右側Shadow */
#page-shadow {
	background-image: url(images/shadow-left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 727px;
}
/* コンテンツページ下部紙の折り返し */
#contents-foot {
	background-image: url(images/pagebottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 727px;
}
/* メインナビゲーション枠 */
#grovnavi {
	margin: 0px;
	padding: 13px 0px 0px;
	float: right;
	height: 18px;
	width: 380px;
}
/* メインナビゲーションロールオーバー時のちらつき防止用背景 */
#grovnavi ul {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 355px;
	background-image: url(images/menu-tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* メインナビゲーション要素のBlock化 */
#grovnavi li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	height: 18px;
	display: block;
	width: 68px;
}

/* メインナビゲーション要素幅指定・要素名のLeftOff */
#grovnavi a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 68px;
}
.contents-page-frame {
	height: auto;
	width: 780px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.head-pin-interview {
	background-image: url(service/images/head-pin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 49px;
	width: 727px;
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 26px;
}
p {
	line-height: 160%;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#hiddenmenus {
	height: auto;
	width: 380px;
	float: right;
}
#hiddenmenus a {
	text-decoration: none;
	color: green;
}

/* ドロップダウンメニュー */
div#hiddenmenus ul {
	list-style: none; /* リスト先頭の記号を消す */
	margin: 0px;    /* 本来の余白をなくす */
	padding: 0px;   /* 本来の余白をなくす */
	font-size: 90%; /* 文字を小さめにする */
	width: 80px;
}
div#hiddenmenus li {
	border-color: green; /* 線の色：緑 */
	padding: 0.1em 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}

#menu1 { visibility: hidden; }
#menu2 { visibility: hidden; }
#menu3 { visibility: hidden; }
#menu4 { visibility: hidden; }
#menu4 { visibility: hidden; }

#menu3 {
	z-index: 100;
	width: 84px;
	left: 136px;
	float: left;
	position: relative;
}
#menu3 ul {
	height: auto;
	width: 90px;
	z-index: 100;
}
#menu3 li {
	background-color: #F9FEF8;
	padding: 5px;
	z-index: 101;
}
#menu5 {
	z-index: 100;
	width: 84px;
	float: left;
	position: relative;
	left: 190px;
}
#menu5 ul {
	height: auto;
	right: 80px;
}
#menu5 li {
	background-color: #F9FEF8;
	padding: 5px;
}
.section-box01 {
	width: 100%;
	margin-bottom: 30px;
}
.section-box01 .left-l {
	float: left;
	height: auto;
	width: 410px;
}
.section-box01 .right {
	float: right;
}
.member-table {
	border: none;
	margin-top: 10px;
	margin-bottom: 30px;
}
.member-table td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
}
.section-box02 {
	width: 100%;
	height: auto;
	text-align: justify;
	margin-bottom: 30px;
}
.img-3clm {
	margin-right: 58px;
}
.section-box03 {
	clear: both;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.section-box03 .left {
	float: left;
	margin-right: 20px;
}
.section-box03 right {
	float: right;
}

.section-box04 {
	margin-bottom: 30px;
}
.img-2clm {
	margin-right: 80px;
	margin-left: 45px;
}
.section-box05 {
	margin-bottom: 30px;
	margin-top: 30px;
	clear: both;
}
.section-box05 .left {
	margin-right: 10px;
	float: left;
}
.section-box05 .right {
	float: left;
	height: auto;
	width: 460px;
}
.section-box06 {
	margin-bottom: 30px;
	clear: both;
}
.section-box06 .left {
	float: left;
	margin-right: 10px;
	width: 450px;
}
.section-box06 .right {
	float: left;
}
.section-box07 {
	margin-bottom: 30px;
	padding-top: 30px;
}
.section-box07 .left {
	float: left;
	width: 350px;
}
.section-box07 .right {
	float: right;
	margin-top: 20px;
}
