﻿/* 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: 76% /*tahoma, verdana, */MS UI Gothic, sans-serif;
		background: #fff;
		color: #303030;
	}
	
	* html body {
		text-align:center;
	}
	
	a {
		text-decoration: none;
		color: #00f; /*008cea*/
	}
	
	h1 {
		margin: 0 0 20px 0;
		font-size: 1.6em;
		font-weight: bold;
	}
	
	h2 {
		margin: 10px 0 25px 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 0;
		line-height: 1.5em;
		text-align: left;
	}
	
		p.telstrong {
			font-size: 2.3em;
			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 {
		display: none;
	}
	
	* 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 {
		margin: 0 auto 0 auto;
		width: auto;
	}
	
	* html body #container {
		text-align:left;
		width: auto;
	}
	
	/* semantic	= ロゴと検索窓の行 */
	/* id	= logo */

		#logo {
			/*margin: 15px 0 0 0;*/
			margin: 0;
		}
		
		#logo a:hover {
			background-color: #fff;
		}
	
		/* semantic	= google検索窓 */
		/* id	= google */

			form#google {
				display: none;
			}
			
			/* 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 {
			display: none;
		}

		* 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: #e6e6e6 url(../images/corner.gif) top right no-repeat;
				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: auto;
			color: #fff;
			padding: 0;
			/* background: #fff url(../images/front.jpg) top left no-repeat; */
			overflow:hidden;
			clear: both;
			margin: 0;
		}
		
		#desc p {
			width: auto;
			font-size: 1em;
			line-height: 1.3em;
			padding: 0;
		}
		
		* html body #container #desc p {
			width: auto;
		}
		
		#desc h1 {
			width: auto;
			padding: 10px 0 0 0;
			color: #fff;
		}
		
		* html body #container #desc h1 {
			width: auto;
		}
		
		#desc a {
			color: #fff;
			text-decoration: underline;
		}

	/* semantic	= descの下のページの本文エリア */
	/* id	= main */

		#main {
			width: auto;
			padding: 0;
			font-size: 100%;
		}

		* html body #container #main {
			width: auto;
		}
		
		#main a:hover {
			text-decoration: none;
			position: relative;
			top: 1px;
		}
		
		#main h2.toiawase {
			display: none;
		}
		
		#main h2.toiawase_e {
			display: none;
		}
		
		#bread {
			display: none;
		}

		/* semantic	= 会社地図のgoogle mapエリア */
		/* id	= map */

			#map {
				text-align: center;
				font-weight: bold;
				margin-bottom: 20px;
			}

	/* semantic	= ページ本文の関連情報などへのリンクを張るエリア */
	/* id	= sidebar */
		#sidebar {
			display: none;
		}
		
		#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: #e6e6e6 url(../images/corner.gif) top right no-repeat;
				padding: 3px 4px 3px 5px;
				margin: 5px 10px 5px 0;
				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 {
		display: none;
	}

/* semantic	= ページ最下段のフッター */
/* id	= footer */

	#footer {
		display: none;
	}
	
	#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 {
	display: none;
}	



/****************************************************************/

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;
	}
	
	.colbody a img {
		display: none;
	}
	
	.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;
}

p.toiawasebutton {
	text-align: center;
}

#tottoku {
	display: none;
}

h2.toiawase_scan {
	display: none;
}

h2.toiawase_e {
	display: none;
}

p.noprint {
	display: none;
}
