﻿/* Screen layout: */
/* "* html body" で始まる記述は、IE6以下の特別対応 */
/* 参考URL = http://www.lucky-bag.com/archives/2006/06/css-hacks.html
	バージョン 6 以下の IE にのみ適用	* html body
	バージョン 7 の IE にのみ適用	*+html body
	バージョン 7 を含む全ての IE にのみ適用	*+html body, * html body
	IE7 を含むモダンブラウザにのみ適用（バージョン 6 以下の IE を除外）	html>body
	IE7 を除くモダンブラウザにのみ適用	html>/**\/body（実際には\は不要）
*/

/* win環境　firefox2, IE6 で確認済み、要確認IE7 */

/* 全般の設定 */

	body {
		padding: 0;
		margin: 0;
		font: 12px /*tahoma, verdana, */MS UI Gothic, sans-serif;
		/* background: #e6e6e6; */
		background: #ececec;
		/* color: #303030;  2008/7/15修正　*/
		color: #000000;
	}
	
	* html body {
		text-align:center;
	}
	
	a {
		text-decoration: none;
		/* color: #0458ff;　2008/7/14変更　*/
		/*008cea*/
		color: #0000ff;
	}
	
	h1 {
		margin: 0 0 20px 0;
		font-size: 1.6em;
		font-weight: bold;
	}
	
	h2 {
		margin: 10px 0 15px 0;
		font-size: 1.3em;
		font-weight: bold;
		clear: both;
/*		border-left: 18px solid #d0d0d0;*/
/*		border-bottom: 3px solid #ea3100;*/
		padding-left: 5px;
		line-height: 1.5em;
	}
	
	h3 {
		margin: 20px 0 15px 0;
		font-size: 1.2em;
		font-weight: bold;
		clear:both;
	}
	
	p {
		margin: 0 0 15px 10px;
		line-height: 1.5em;
		text-align: left;
	}
	
		p.telstrong {
			font-size: 2em;
			font-weight: bold;
			text-align: center;
/*			letter-spacing: 0.33em;*/
		}
		
		p.hr {
			border-bottom: 1px solid #c0c0c0;
		}
		
		p.nexttopic {
			text-align:	center;
		}
		
		p.album {
			text-align: center;
		}
		
		p.answer {
			margin-left: 20px;
		}
	
	li {
		line-height: 1.5em;
		margin: 0 0 15px 0;
	}
	
	span {}

		span.none {
			color: #e0e0e0; /* (1)の背景と同じカラー設定 */
		}
		
		span.eee {
			color: #eee;
		}
		
		span.white {
			color: #fff;
		}
	
	img {}
	
		a img {
			border: 0;
		}
		
		img.right {
			float: right;
			margin-left: 15px;
		}
		
		img.left {
			float: left;
			margin-right: 15px;
			margin-bottom: 10px;
		}
		
		img.picleft {
			float:left;
		}
		
		img.verticallymiddle {
			vertical-align: middle;
		}
	
	.block {
		background: #ffea8b;
		padding: 15px;
	}
	
	.blockli {
		background: #ffea8b;
		padding: 15px;
		margin-left: 30px;
	}
	
	.b_quote {
		background: #f0f0f0;
		padding: 15px;
	}
	
	.b_quoteli {
		background: #f0f0f0;
		padding: 15px;
		margin-left: 30px;
	}

	.right {
		text-align: right;
	}
	
	.photo {
		padding: 5px;
		display: block;
		margin: 0 auto;
		/*background-color: #f0f0f0;*/
	}
	
	.hide {
		display: none;
	}
	
	.stress {
		color: #ea3100;
		font-weight: bold;
	}

/* semantic	= HPの大分類メニュー（サービス内容以外） */
/* id	= toptabs */ 

	#toptabs {
		margin: 10px auto -15px auto;
		font-size: 100%;
		width: 760px;
		top: -1px;
	}
	
	* html body #toptabs {
		top: 0px;
	}
	
	#toptabs p {
		text-align: right;
		color: #808080;
	}

	/* semantic	= #toptabs中の個別タブで、ページ内容に該当しないタブ */
	/* class	= toptab */
	
		.toptab {
			padding: 3px 5px 3px 5px;
			margin: 0 0 0 4px;
			text-decoration: none;
			background: #fff url(../images/corner2.gif) top right no-repeat;
			color: #606060;
			border-bottom: 1px solid #fff;
		}
		
		.toptab:hover {
			background: #ea3100 url(../images/corner2hover.gif) top right no-repeat;
			border-bottom: 1px solid #eaeaea;
			color: #fff;
			text-decoration: none;
		}
	
	/* semantic = #toptabs中の個別タグで、ページ内容に該当するタブ */
	/* class	= activetoptab */

		.activetoptab {
			padding: 3px 5px 3px 5px;
			margin: 0 0 0 4px;
			color: #fff;
			text-decoration: none;
			background: #ea3100 url(../images/corner2hover.gif) top right no-repeat;
			border-bottom: 1px solid #fff;
		}
		
		.activetoptab:hover {
			text-decoration: none;
			background: #ea3100 url(../images/corner2hover.gif) top right no-repeat;
		}

/* semantic	= toptabs以下のコンテンツエリア */
/* id	= container */

	#container {
	width: 760px;
	background: #fff url(../images/container_top.gif) top left no-repeat;
	padding: 5px 20px 0 20px;
	margin: 0 auto;
	}
	
	* html body #container {
		text-align:left;
		width: 800px;
	}
	
	/* semantic	= ロゴと検索窓の行 */
	/* id	= logo */

		#logo {
			/*margin: 15px 0 0 0;*/
			margin: 5px 0 15px 0;
		}
		
		#logo a:hover {
			background-color: #fff;
		}
	
		/* semantic	= google検索窓 */
		/* id	= google */

			form#google {
				display: inline;
				position:relative;
				top: -10px;
				left:230px;
			}
			
			/* semantic	= 検索窓の中 */
			/* id	= search_string */

				#search_string{
					width: 100px;
					background-color: #f0f0f0;
					padding: 0 3px;
				}
				
				#search_string:hover {
					background-color: #fff;
				}
				
				#search_string:active {
					background-color: #fff;
				}
				
				#search_string:focus {
					background-color: #fff;
				}
			
			/* semantic	= 検索開始ボタン */
			/* id	= search_button */

				#search_button{
					width: 50px;
				}

	/* semantic	= サービス紹介のタブグループ */
	/* id	= navitabs */

		#navitabs {
			clear: both;
			position: relative;
			right: 1px;
			top: 1px;
		}

		* html body #navitabs {
			top: 0px;
		}
		
		/* semantic	= #navitabs中の個別タブで、ページ内容に該当しないタブ） */
		/* class	= navitab */

			.navitab {
				padding: 4px 8px 4px 8px;
				margin: 0 0 4px 0;
				text-decoration: none;
				letter-spacing: 1px;
				background: #f0f0f0 url(../images/corner.gif) top right no-repeat;
/*				background: #e6e6e6 url(../images/corner.gif) top right no-repeat; 8/9修正*/
				border-bottom: 1px solid #fff;
				border-left: 1px solid #fff;
				color: #000;
			}
			
			.navitab:hover {
				text-decoration: none;
				background: #ea3100 url(../images/cornerhover.gif) top right no-repeat;
				color: #fff;
			}
			
		/* semantic	= #navitabs中の個別タブで、ページ内容に該当するタブ） */
		/* class	= activenavitab */

			.activenavitab {
				padding: 4px 8px 5px 8px;
				color: #fff;
				margin: 0 0 5px 0;
				text-decoration: none;
				/**/letter-spacing: 1px;
				background: #ea3100 url(../images/cornerhover.gif) top right no-repeat;
				border-left: 1px solid #fff;
			}
			
			.activenavitab:hover {
				text-decoration: none;
				background: #ea3100 url(../images/cornerhover.gif) top right no-repeat;
			}
	/* semantic	= イメージ画像と文字でそのページの一番のキャッチ絵とフレーズを表現するエリア */
	/* id	= desc */

		#desc {
			height: 200px;
			color: #333;
			padding: 0;
			/* background: #fff url(../images/front.jpg) top left no-repeat; */
			overflow:hidden;
			clear: both;
			margin: 5px 0 0 0;
		}
		
		#desc p {
			width: 290px;
			/*6/27　font-size: 1.0em→1.1em;に変更*/
			font-size: 1.1em;
			line-height: 1.3em;
			padding: 0 0 0 10px;
		}
		
		* html body #container #desc p {
			width: 313px;
		}
		
		#desc h1 {
			width: 290px;
			padding: 15px 15px 0 15px;
			color: #333;
		}
		
		* html body #container #desc h1 {
			width: 313px;
		}
		
		#desc a {
			/*
			color: #fff;
			text-decoration: underline;
			*/
			overflow: hidden;
			outline: none;
		}
		
		#desc a:hover {
			text-decoration: none;
			position: relative;
			top: 1px;
		}

		
		#desc a img:hover {
			text-decoration: none;
			position: relative;
			top: 2px;
		}


	/* semantic	= descの下のページの本文エリア */
	/* id	= main */

		#main {
			width: 550px;
			float: left;
			/*8/21変更　float: left;*/

			padding: 0 15px 0 0;
			border-right: 1px solid #d0d0d0;
			/*6/27変更　font-size: 100%→110%;*/
			font-size: 100%;
		}

		* html body #container #main {
			width: 563px;
		}
		
		#main a:hover {
			text-decoration: none;
			position: relative;
			top: 1px;
		}
		
		#main a img:hover {
			text-decoration: none;
			position: relative;
			top: 1px;
		}
		
		#main h2 {
			background-image:url(../images/h2back.gif);
			padding: 10px;
		}
		
		#main h3 {
			background-image:url(../images/h3back.jpg);
			padding: 10px 22px;
		}
		
		#main h2.toiawase {
			background-image:url(../images/toiawase_tokyo.gif);
			font-size: 12px;
			text-align: right;
			padding-bottom: 20px;
		}
		
		#main h2.toiawase_scan {
			background-image:url(../images/toiawase_scan.gif);
			font-size: 14px;
			text-align: right;
			/* padding-bottom: 20px; 2008/7/15修正*/
			padding-bottom: 19px;
		}
		
		#main h2.toiawase_e {
			background-image:url(../images/toiawase_ebina.gif);
			font-size: 12px;
			text-align: right;
			padding-bottom: 20px;
		}
		
		#bread {
			font-size: 80%;
			margin-bottom:-6px;
		}
		

		/* semantic	= 会社地図のgoogle mapエリア */
		/* id	= map */

			#map {
				text-align: center;
				font-weight: bold;
				margin-bottom: 20px;
			}

	/* semantic	= ページ本文の関連情報などへのリンクを張るエリア */
	/* id	= sidebar */
		#sidebar {
			width:180px;
			float: right;
			/*8/21変更　float: right;*/
		}
		
		#sidebar p a img:hover {
			position: relative;
			top: 1px;
		}
		
		#sidebar p {
			/*font-size: 0.9em;*/
			line-height: 1.3em;
			margin: 0 0 12px 0;
		}
		
		#sidebar h2{
			margin: 15px 0 5px 0;
			font-size: 1.2em;
			font-weight: bold;
			clear: both;
			border-left: none;
			border-bottom: none;
			padding-left: 0;
		}
		
		* html body #container #sidebar a img.photo {
			text-align:center;
		}
		
		* html body #container #sidebar img.photo {
			text-align:center;
		}

		/* semantic	= sidebar内のリンク記事1件分 */
		/* class	= sidelink */

			.sidelink {
				text-align: left;
				display: block;
				width: 160px;
				background: #f0f0f0 url(../images/corner.gif) top right no-repeat;
		/*		background: #e6e6e6 url(../images/corner.gif) top right no-repeat;   8/9修正*/
				padding: 3px 4px 3px 5px;
				margin: 5px 10px 5px 0;
				/* 8/22削除　border-left: 5px solid #ea3100;*/
			}
			
			* html body #container #sidebar .sidelink {
				width: 175px;
			}
			
			.sidelink:hover {
				background: #ea3100 url(../images/cornerhover.gif) top right no-repeat;
				/*background: #003399 url(../images/corner.gif) top right no-repeat;*/
				color: #fff;
				text-decoration: none;
			}
		
		/* semantic	= sidebar内の非リンク記事1件分 */
		/* class	= sidenolink */

			.sidenolink {
				text-align: left;
				display: block;
				width: 160px;
				background: #ea3100 url(../images/cornerhover.gif) top right no-repeat;
				color: #fff; /* */
				padding: 3px 4px 3px 10px;
				margin: 5px 10px 5px 0;
			}
			
			* html body #container #sidebar .sidenolink {
				width: 175px;
			}

/* semantic	= ページ本文とフッターの間 */
/* id	= knee */

	#knee {
		clear: both;
		width: 800px;
		margin: 0 auto;
		background: #fff url(../images/footer_bottom.gif) bottom left no-repeat;
		color: #808080;
		padding: 5px 0;
		text-align: right;
	}

/* semantic	= ページ最下段のフッター */
/* id	= footer */

	#footer {
		width: 800px;
		margin: 0 auto;
		color: #606060;
		font-size: 0.9em;
		padding: 8px 0;
		text-align: center;
	}
	
	#footer a {
		color: #808080;
	}

/****************************************************************/

table.company {
	width: 100%;
	margin-bottom: 1em;
}

table.company th {
	border-collapse: collapse;
	/*border-bottom: solid 1px #a0a0a0;*/
	/*border-right: solid 1px #a0a0a0;*/
	border-left: solid 5px #ea3100;
	padding: 3px 5px;
	text-align: center;
	font-weight: normal;
	background-color: #e0e0e0; /* (1) */
	white-space: nowrap;
}

* html body #container #main table.company tr th {
	font-size: 76%;
}

table.company th.none {
	border-collapse: collapse;
	border-bottom: solid 1px #fff;
	/*border-right: solid 1px #fff;*/
	border-left: solid 1px #fff;
	padding: 3px 5px;
	text-align: left;
	font-weight: normal;
	background-color: #fff;
}

table.company td {
	border-collapse: collapse;
	border-bottom: solid 1px #d0d0d0;
	padding: 3px 7px;
	line-height: 1.5em;
}

* html body #container #main table.company tr td {
	font-size: 76%;
}

/****************************************************************/

table.album {
	width: 100%;
	margin-bottom: 1em;
}

table.album td {
	padding: 3px 7px 20px 7px;
	line-height: 1.5em;
	text-align: center;
}

/****************************************************************/

table#hikarifile {
	width: 400px;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 100%;
}

table#hikarifile td {
	padding: 3px;
	border: 1px solid #000;
}

table#hikarifile caption {
	caption-side: top;
	margin-bottom: 10px;
}


/*7/8追加　paper_check　*/
table#paper_check {
	width: 500px;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 100%;
}

table#paper_check td {
	padding: 5px;
	border: 1px solid #000;
}

table#paper_check caption {
	caption-side: top;
	margin-bottom: 10px;
}




/*6/27追加　bottom_link　*/
table#bottom_link {
	width: 400px;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 1.1em;
}	

table#bottom_link td {
	padding: 5px;
	border: 0px solid #000;
}

table#bottom_link caption {
	caption-side: top;
	margin-bottom: 20px;
}




/****************************************************************/

ul#topleftcol{
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0;
	position:	relative;
	left: 10px;
	float:left;
	width: 170px;
}

ul#topmiddlecol{
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0;
	position:	relative;
	left: 20px;
	float:left;
	width: 170px;
}

ul#toprightcol{
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0;
	position: relative;
	left: 30px;
	float:left;
	width: 170px;
}

	.coltitle {
		margin: 0;
		padding: 0;
	}

	.colhead {
	/*	background: #38598E url(../images/corner.gif) no-repeat top right;
		color: #fff;
		padding: 2px 0 2px 5px;
		margin:0;
		font-weight: bold;*/
		background: #fff url(../images/colhead.gif) no-repeat bottom left;
		padding: 0;
		margin: 0;
	}
	
	.colbody {
		padding: 0 0 0 8px;
		margin: 0;
		background-color: #eee;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
	}
	
	.colfoot {
		background: #fff url(../images/colfoot.gif) no-repeat top left;
		padding: 0;
		margin: 0 0 5px 0;
	}

ul#bottomcol{
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear:left;
	position: relative;
	left: 10px;
	width: 530px;
}

.bottomcolhead {
	background: #fff url(../images/bottomcolhead.gif) no-repeat bottom left;
	padding: 0;
	margin: 0;
}

.bottomcolfoot {
	background: #fff url(../images/bottomcolfoot.gif) no-repeat top left;
}

/* */

table#dev_exp {
	width:100%;
	border-collapse:collapse;
}

table#dev_exp th {
	background:#ea3100 url(../images/cornerhover.gif) no-repeat top right;
	color: #fff;
	width: 260px;
	padding: 2px;
	font-weight: normal;
}

* html body #container #main table#dev_exp tr th {
	font-size: 76%;
}

table#dev_exp td {
	background-color: #eee;
	padding: 3px 0 3px 10px;
}

* html body #container #main table#dev_exp tr td {
	font-size: 76%;
	padding: 4px 0 4px 10px;
}

table#dev_exp td.no {
	background-color: #fff;
	padding: 2px;
}

/* */

table#inquiry {
	width: 100%;
	border: none;
}

table#inquiry th {
	font-weight: normal;
	vertical-align: top;
	background-color: #ffea8b;
	padding: 10px;
	text-align: left;
}

* html body #container #main table#inquiry tr th {
	font-size: 76%;
}

* html body #container #main table#inquiry tr td {
	font-size: 76%;
}

table#inquiry td textarea {
	font-size: 100%;
	margin-left: 5px;
}

table#inquiry td input {
	margin-left: 5px;
}

table#inquiry td iframe {
	height: 100px;
	border: 1px solid #999;
}

.release_note {
	border-bottom: 1px solid;
	font-size: 1.0em;
	font-weight: bold;
}

.pl2trialmark {
	position: relative;
	top:  0px;
	left: 0px;
}

.plbtrialmark {
	position: relative;
	top:  0px;
	left: 0px;
}

#desc p.widthlong {
	width: 380px;
}

.organnot_download {
	padding-left: 2.0em;
}

.organnot_download img {
	vertical-align:middle;
}

.download_mini img {
	vertical-align:middle;
}


table.plb {
  margin-left: 1em;
  margin-bottom: 2em;
  width: 530px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
  table-layout: fixed;
}

table.plb td {
  padding: 4px 6px;
}

table.plb td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: center;
  white-space: nowrap;
  width: 106;
}

