﻿/* ===== base.css ========================================================== */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	font-size: 80%;
}

form {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 100%;
}

p {
	margin: 0;
	padding: 0;
	line-height: 140%;
}

em, strong {
	font-style: normal;
	font-weight: bold;
}

small {
	font-size: 80%;
}

img {
	-ms-interpolation-mode: bicubic;
}

.fClearL {
	clear: left;
}

.fClearR {
	clear: right;
}

.fClear {
	clear: both;
}

.hiddenImg {
	display: none;
}

.layTbl {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

.layTbl th, .layTbl td {
	padding: 0;
	border: none;
	border-collapse: collapse;
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.nw {
	white-space: nowrap;
}

.caption {
	color: #576266;
	font-size: 90%;
}

.lead {
	color: #672a35;
	font-size: 110%;
}

/* ===== 文字色 ============================================================ */
.brwn {
	color: #672a35;
}

.red {
	color: #db535a;
}

.gray {
	color: #a9a9a9;
}

.lgray {
	color: #cccccc;
}

.vred {
	color: #ff0000
}

/* ===== リスト ============================================================ */

ul {
	margin: 1em 0;
	padding: 0 0 0 20px;
}

ol {
	margin: 1em 0 1em 20px;
	padding: 0 0 0 20px;
}

li {
	line-height: 140%;
}


/* ===== リンク ============================================================ */

a:link {
	color: #0089be;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #0089be;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #ec9800;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: none;
}

a.footerlink:link, a.footerlink:visited, 
a.footerlink:hover, a.footerlink:active {
	font-weight: normal;
}


/* ===== 行間 ============================================================== */
.m-t0 {
	margin-top: 0 !important;
}

.m-t1 {
	margin-top: 1em !important;
}

.m-t2 {
	margin-top: 2em !important;
}

.m-b0 {
	margin-bottom: 0 !important;
}

.m-b1 {
	margin-bottom: 1em !important;
}

.m-b2 {
	margin-bottom: 2em !important;
}


/* ===== ヘッダ ============================================================ */

.headArea {
	position: absolute;
	z-index: 10;
	top: 0;
	margin: 0 auto;
	padding: 0 19px;
	width: 800px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #d3d3d3;
}

.headLogo {
	display: block;
	width: 296px;
	height: 49px;
}

.headLogo img {
	width: 296px;
	height: 46px;
}

.headMenu {
	float: right;
	margin: -49px 0 0;
	width: 500px;
	text-align: right;
}

.headMenuItem {
	margin-left: 10px;
}


/* ===== メニューバー ====================================================== */

.menuBar {
	position: absolute;
	z-index: 11;
	top: 50px;
	margin: 0 auto;
	padding: 0;
	width: 840px;
	height: 25px;
	background-image: url(../images/bar_bg.gif);
	background-repeat: repeat-x;
}

.menuBar .layTbl {
	margin: 0 auto;
}

.menuBarL {
	width: 83px;
	background-image: url(../images/bar_left.gif);
	background-repeat: no-repeat;
}

.menuBarR {
	width: 83px;
	background-image: url(../images/bar_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.menuBarLine {
	width: 2px;
	background-image: url(../images/bar_line.gif);
	background-repeat: no-repeat;
}

#productsImg, #systemImg, #contentsImg, #seminarImg, #engineerImg, #pickupImg {
	width: 110px;
	height: 25px;
}


/* ===== サブメニュー ====================================================== */

#subMenu {
	margin: 0 auto;
	width: 840px;
	height: 100px;
	position: absolute;
	top: -500px;  /* ウィンドウの外に移動 */
	z-index: 100;
}

.subLay {
	position: absolute;
	top: 525px;  /* 移動分500px + メニューバー25px */
	border-top: 1px solid #6c7884;
	border-left: 1px solid #6c7884;
	border-right: 2px solid #0a0c0f;
	border-bottom: 2px solid #0a0c0f;
}

.subLay a {
	display: block;
	padding: 10px 20px 8px 20px;
	height: 12px;
	white-space: nowrap;
}

.subLay a:link, .subLay a:visited {
	background-image: url(../images/bar_subbg1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #414950;
	color: #ffffff;
	font-size: 80%;
	font-weight: normal;
	line-height: 100%;
}

.subLay a:hover {
	background-image: url(../images/bar_subbg2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #0a0c0f;
	color: #66d4ff;
	font-size: 80%;
	font-weight: normal;
	line-height: 100%;
}

#layHome {
	left: 84px; /* 83+2-1 */
	visibility: hidden;
}

#layProducts {
	left: 196px; /* 85+110+2-1 */
	visibility: hidden;
}

#layServices {
	left: 308px; /* 197+110+2-1 */
	visibility: hidden;
}

#layProfile {
	left: 420px; /* 309+110+2-1 */
	visibility: hidden;
}

#layContact {
	left: 532px; /* 421+110+2-1 */
	visibility: hidden;
}

#layPickup {
	left: 644px; /* 533+110+2-1 */
	visibility: hidden;
}


/* ===== コンテンツ ======================================================== */

.mainCon {
	margin: 0 auto;
	width: 840px;
}

.sh {
	margin: 0 0 10px;
}

.sh1 {
	color: #0089be;
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
}

.sh2 {
	margin: 18px 0 10px;
	padding: 0 0 0 5px;
	border-left: 10px solid #0089be;
	color: #0089be;
	font-weight: bold;
	line-height: 100%;
}

.bannerMS {
	margin: 20px 0;
	text-align: center;
}

.bannerImg {
	margin: 0 0 10px;
	text-align: center;
}

.bannerImg2 {
	margin: 10px 0;
	text-align: center;
}

.topbannerImg {
	margin: 0 0 20px;
	text-align: center;
}

/* ===== リード ============================================================ */

.lead {
	margin: 85px 0 20px;
	width: 840px;
}


/* ===== HOME：センターカラム ============================================== */

.centerClmn {
	margin: 20px 0 0 168px;
	width: 504px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* トピックス */
/* 
.event {
	margin: 0 0 18px;
	padding: 0 0 9px;
}

.topics {
	margin: 0 0 18px;
	padding: 0 0 36px;
	border-bottom: solid 1px #0089be;
	background-image: url(../images/bg_topics.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
*/

.topics, .events {
	width: 504px;
	height: 200px;
	margin: 0 0 18px;
	padding: 0;
	border-bottom: solid 1px #0089be;
	overflow: hidden;
}

.topics iframe, .events iframe {
	width: 504px;
	height: 200px;
}

body#topicsframeCon {
	margin: 0;
	padding: 10px 5px 10px 0;
	background-image: url(../images/bg_topics.gif);
	background-repeat: no-repeat;
	background-position: 410px 124px;
	background-attachment: fixed;
}

body#eventsframeCon {
	margin: 0;
	padding: 10px 5px 10px 0;
}

.topicDate {
	margin: 0 0 0.2em 0;
	padding: 0 0 0 5px;
	border-left: 5px solid #0089be;
	line-height: 100%;
	font-weight: bold;
}

ul.topicText {
	margin: 0 10px 0.5em 25px;
	padding: 0;
}

ul.topicText li {
	list-style-type: square;
}

/* サービス概要 */
.serviceGuide {
	margin: 0 0 18px;
	width: 504px;
}

.serviceGuide td {
	padding: 10px 14px 18px;
	width: 213px;
	border: 1px solid #0089be;
	background-image: url(../images/bg_serviceguide.gif);
	background-repeat: no-repeat;
}

.serviceGuide td.sgsp {
	padding: 0;
	width: 18px;
	border: none;
	background-image: none;
}

.sgsh {
	height: 48px;
	color: #0089be;
	font-weight: bold;
	line-height: 120%;
}

/* 書籍情報 */
.bookNews {
	margin: 0 0 18px;
	padding: 0 0 18px;
	background-image: url(../images/books_bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #672b36;
}

.bookBg {
	background-image: url(../images/books_photo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bookNews p {
	margin: 0 0 18px 24px;
	width: 255px;
	color: #672b36;
}

.newlyPub {
	margin: 0 0 5px 24px;
	width: 255px;
}

.pubNews {
	margin: 0 0 0.5em 24px;
	padding: 0 0 0 15px;
	width: 240px;
	background-image: url(../images/books_newsico.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	color: #672b36;
	line-height: 120%;
}

.pubNews a:link, .pubNews a:visited {
	color: #672b36;
	font-weight: normal;
}

.pubNews a:hover, .pubNews a:active {
	color: #ec9800;
	font-weight: normal;
}


/* ===== PickUp ============================================================ */

.rightClmnHome {
	position: absolute;
	top: 285px;
	margin-left: 690px;
	width: 150px;
}

.rightClmn {
	position: absolute;
	top: 95px;
	margin-left: 690px;
	width: 150px;
}

.rcsh {
	padding: 9px 0 10px 20px;
	border-top: 1px solid #0089be;
	background-image: url(../images/bg_rightside.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	color: #0089be;
	font-weight: bold;
	line-height: 100%;
}

.rctext {
	margin: 0 0 20px;
}

.rightbn {
	margin: 0 0 10px 0;
}


/* ===== HOME：サービス一覧 ================================================ */

.leftClmnHome {
	position: absolute;
	top: 285px;
	width: 150px;
	font-size: 80%;
}

.leftClmn {
	position: absolute;
	top: 95px;
	width: 150px;
	font-size: 80%;
}

.servicesList a:link, .servicesList a:visited, 
.servicesList a:hover, .servicesList a:active {
	display: block;
	margin: 0 0 0.8em;
	font-weight: normal;
	line-height: 100%;
}

.serviceCtg {
	margin: 0 0 1em 0;
	padding: 0 0 0 5px;
	border-left: 5px solid #0089be;
}

.serviceCtg a {
	color: #000000;
}

.serviceCtg a:hover, .serviceCtg a:active {
	color: #ec9800;
}

.services {
	margin: 0 0 2em 0;
}


/* ===== メインカラム ====================================================== */

.mainClmn {
	margin-top: 95px;
	width: 662px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* パン屑リスト */
.brList {
	margin: 0 0 18px;
	color: #808080;
	font-size: 80%;
	line-height: 100%;
}

.brList a {
	font-weight: normal;
}

/* 本文 */
.mainClmn p {
	margin: 0 0 1em;
}

/* 問い合わせバナー */
.bannerContact {
	margin: 36px 0 18px;
	text-align: center;
}

.bannerDK {
	float: right;
	padding: 0 0 20px 20px;
	width: 380px;
	text-align: right;
}

.bannerDK img {
	margin: 0 0 15px 0;
}

.charge {
	margin: -42px 0 22px 430px;
	height: 20px;
	color: #672b36;
}

.charge_note {
	margin: -42px 0 22px 293px;
	height: 20px;
	color: #672b36;
}

.ContactOpen {
	margin: 0 auto;
	width: 622px;
	position: relative;
	top: 30px;
	color: #672b36;
	line-height: 140%;
}

.ContactOpen2 {
	margin: 2em 0 !important;
	color: #672b36;
	line-height: 140%;
}

.ContactOpen2 span {
	font-weight: bold;
}

.innerRclmn {
	float: right;
	margin: 0 0 20px 15px;
	width: 145px;
}

ul.pagelink {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 20px;
	width: 120px;
	border-top: solid 5px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color: #f5f5f5;
	font-size: 90%;
}

ul.pagelink li {
	padding-bottom: 3px;
}

/* 見出し */
.st {
	margin: 0 0 18px;
	padding: 18px 0 0;
}

.case {
	clear: left;
	padding: 2px 0 3px 10px;
	border-left: 10px solid #0089be;
	border-bottom: 1px solid #0089be;
	background-image: url(../images/bg_case.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	line-height: 140%;
}

.case a:link, .case a:visited {
	color: #000000;
}

.case a:hover, .case a:active {
	color: #ec9800;
}

.caseSupport {
	margin: 2em 0 1em;
	padding: 0 0 0 10px;
	font-weight: bold;
	line-height: 140%;
	border-left: 10px solid #0089be;
}

.caseDetail {
	margin: 1em 0 3em;
}

.caseDetailHead {
	clear: left;
	float: left;
	padding: 0 0 5px;
	width: 100px;
}

.caseDetailText {
	margin: 0;
	padding: 0 0 5px 110px;
}

.caseDetail_sh2 {
	margin: 0 0 10px 110px;
	padding: 0 0 0 5px;
	border-left: 10px solid #0089be;
	color: #0089be;
	font-weight: bold;
	line-height: 100%;
}

.caseDetailList {
	margin: 0;
	padding: 0 0 5px 130px;
}

.caseDetailIco {
	float: left;
	width: 32px;
}

.caseDetailIcoText {
	padding: 0 0 5px 42px;
}

.caseEx {
	clear: left;
	margin: 1em 1em 0;
	padding: 10px;
	border: 2px dotted #cccccc;
	background-color: #f5f5f5;
}

.caseExDetail {
	margin: 1em;
}

.fig {
	text-align: center;
}

.fig2 {
	margin: 0 0 0 20px;
}

.map {
	border: 1px solid #000000;
}

.date {
	color: #808080;
	text-align: right;
	line-height: 140%;
}

.icoArrow1 {
	padding: 0 0 0 18px;
	background-image: url(../images/ico_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

a.icoArrow1 {
	padding: 0 0 0 16px;
	_height: 12px;
	min-height: 12px;
	background-image: url(../images/ico_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.goPageTop {
	margin: 18px 0;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	font-size: 80%;
	text-align: right;
}

.goPageTop2 {
	padding: 23px 5px;
	font-size: 80%;
	text-align: right;
}

.note {
	margin: 1em 0;
	padding: 3px;
	color: #db535a;
	font-weight: bold;
	text-align: right;
}

/* DTP */
.dtp, .dtp th, .dtp td {
	border: 1px solid #a9a9a9;
}

.dtp th {
	padding: 5px 10px;
	width: 140px;
	background-color: #f5f5f5;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.dtp th.col2 {
	width: 301px;
}

.dtp td {
	padding: 5px 10px;
	width: 140px;
	text-align: right;
}

/* セミナー・事例詳細・会社案内・採用情報 */
.semTbl {
	margin: 0 0 36px;	
	width: 100%;
	border: 1px solid #9ab6c6;
}

.semTbl th {
	padding: 5px 10px;
	color: #00468b;
	font-weight: bold;
	text-align: left;
	line-height: 140%;
	white-space: nowrap;
	border: 1px solid #9ab6c6;
}

.semTbl td {
	padding: 5px 10px;
	line-height: 140%;
	border: 1px solid #9ab6c6;
}

.semTbl ul.nom {
	margin: 0;
	padding: 0 0 0 20px;
}

/* ソリューション */
.solTools1 {
	border: 1px solid #db535a;
	background-color: #db535a;
	color: #ffffff;
	font-weight: bold;
}

.solTools2 {
	border: 1px solid #9ab6c6;
	background-color: #9ab6c6;
	color: #ffffff;
	font-weight: bold;
}

.dlTbl {
	margin: 1em auto 0;
/*	width: 620px; */
	width: 100%;
	border: 1px solid #9ab6c6;
	border-collapse: collapse;
}

.newsTbl {
	margin: 0 0 1em;
	width: auto;
}

.dlTbl th {
	padding: 5px;
	border: 1px solid #9ab6c6;
	background-color: #9ab6c6;
	color: #ffffff;
	/* text-align: left; */
	vertical-align: top;
}

.dlTbl td {
	padding: 5px;
	border-bottom: 1px solid #9ab6c6;
	vertical-align: top;
}

.dlNote {
	margin: 0 auto 3em;
	padding: 1em 21px 0;
}

.prodTbl th {
	border: 1px solid #ffffff;
	border-top: 1px solid #9ab6c6;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 140%;
}

.prodTbl th:first-child {
	border-left: 1px solid #9ab6c6;
}

.prodTbl th.thEnd {
	border-right: 1px solid #9ab6c6;
}

.prodTbl th.th2 {
	background-color: #8aa4b2;
}

.prodTbl th.name {
	background-color: #8aa4b2;
}

.prodTbl td {
	border: 1px solid #9ab6c6;
	line-height: 140%;
}

.prodTbl td.header {
	width: 130px;
	background-color: #f0f6fa;
}

.spTbl td.header {
	width: 180px;
}

.spTbl th {
	text-align: center;
}

.prodTbl td.partsset {
	background-color: #f7f0f0;
	font-weight: bold;
	color: #4c2628;
}

.prodTbl td.partsset:first-child {
	background-color: #fbe2e4;
}
.newsTbl td:first-child {
	width: auto;
}

.linkbn {
	margin: 5px 0;
}


/* コピペルナー */
.copy th {
	background-color: #f5f5f5;
	color: #000000;
	vertical-align: top;
	white-space: nowrap;
}

.copy th.license {
	background-color: #cfdde5;
	color: #000000;
}

.copy td {
	border-left: 1px solid #9ab6c6;
	vertical-align: middle;
}

/* お問い合わせ */
.contact {
	padding: 0 0 0 18px;
}


/* ===== ニュースリリース ================================================== */

/* 一覧 */
.releaseList {
	padding: 5px 0;
	border-top: 1px dashed #cccccc;
}

.releaseDate {
	float: left;
	padding: 0 0 0 10px;
	width: 110px;
	background-image: url(../images/ico01.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.releaseHL {
	margin: 0;
	padding: 0 0 0 130px;
}

.releaseHL a:link, .releaseHL a:visited, 
.releaseHL a:hover, .releaseHL a:active {
	font-weight: normal;
}

.releaseHL a:hover, .releaseHL a:active {
	font-weight: normal;
}

/* リリース */

.releaseHeader {
	margin: 1em 0 2em;
	text-align: right;
	line-height: 140%;
}

.release h2 {
	margin: 1em 0 1em;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	line-height: 140%;
}

.release h3 {
	margin: 1em 0 2em;
	color: #333333;
	text-align: center;
	line-height: 140%;
}

.release h4 {
	font-weight: bold;
	line-height: 140%;
}

.releaseAbout {
	margin: 2em 0;
	padding: 10px;
	border: 1px solid #cccccc;
}

.releaseAbout table th, .releaseAbout table td {
	text-align: left;
	vertical-align: top;
	line-height: 140%;
}

.comment {
	margin: 0 1em 2em 1em;
	padding: 1em 20px;
	background-color: #f5f5f5;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 5px solid #cccccc;
	border-bottom: 5px solid #cccccc;
}

.listTbl {
	margin: 1em 0 3em;
}

.listTbl th {
	padding: 5px 10px;
	border-bottom: solid 1px #ffffff;
	background-color: #e5e5e5;
	white-space: nowrap;
}

.listTbl td {
	padding: 5px 10px;
	border-bottom: solid 1px #ffffff;
}

.mailfig {
	position: relative;
	top: 3px;
}

.fig {
	border: solid 1px #cccccc;
}

/* ===== サイトマップ ====================================================== */

.sh2_map {
	margin: 18px 0 10px;
	padding: 5px;
	background-color: #e5e5e5;
	color: #000000;
	font-weight: bold;
	line-height: 100%;
}

.sh2_map a:link, .sh2_map a:visited {
	color: #000000;
}

.sh2_map a:hover, .sh2_map a:active {
	color: #ec9800;
}

ul.lv2 {
	margin: 0 0 0.5em !important;
}

ul.lv3 {
	margin: 0 0 0.5em !important;
}


/* ===== タブレットPCデモ ================================================== */

.demo_sample {
	float: right;
	padding: 10px;
	margin: 0 0 10px 10px;
	width: 202px;
	border: 2px dotted #cccccc;
	background-color: #f5f5f5;
}

.demo_sample img {
	border: 1px solid #000000;
}


/* ===== FAQ =============================================================== */

.qa {
}

.question {
	padding: 4px 10px;
	border-top: 1px solid #0089be;
	border-bottom: 1px solid #0089be;
	border-left: 10px solid #0089be;
	border-right: 2px solid #0089be;
	background-image: url(../images/bg_q.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #0089be;
	font-weight: bold;
}

.question_mo {
	padding: 4px 10px;
	border-top: 1px solid #0089be;
	border-bottom: 1px solid #0089be;
	border-left: 10px solid #0089be;
	border-right: 2px solid #0089be;
	background-image: url(../images/bg_q.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #ec9800;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.answer {
	padding: 15px;
	border-left: 1px solid #0089be;
	border-right: 2px solid #0089be;
	border-bottom: 2px solid #0089be;
	background-image: url(../images/bg_a.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* ===== フッタ ============================================================ */

.footer {
	clear: both;
	margin: 18px auto 0;
	padding: 0 0 20px;
	width: 840px;
}

.footer p {
	color: #576266;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}