@charset "Shift_JIS";


/*------------------------------------
  共通
------------------------------------*/
/* 見出し */
#contentArea h1 {
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;	
	font-size: 135%;
}
#contentArea h2 {
	clear: both;
	background: url(../../img/common/h2_bg.gif) repeat-x left center;
	margin-top: 30px;
	margin-bottom: 12px;
	font-size: 120%;
}
#contentArea h2 span {
	background: #fff;
	padding-right: 7px;
	color: #007297;
}
#contentArea h3 {
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 104%;
}

/* 段落 */
#contentArea p {
	margin-bottom: 10px;
}
#contentArea p strong {
	color: #008fbf;
}

/* リンク */
#contentArea a {
	color: #039;
}

/* マージン */
#contentArea .mb10 {
	margin-bottom: 10px;
}
#contentArea .mb15 {
	margin-bottom: 15px;
}
#contentArea .mb20 {
	margin-bottom: 20px;
}
#contentArea .mb30 {
	margin-bottom: 30px;
}

/* ページトップに戻る */
#contentArea p.toPageTop {
	clear: both;
	margin: 20px 10px 0 0;
	text-align: right;
}


/*------------------------------------
  トップページ
------------------------------------*/
#contentArea.top {
	width: 733px;
	margin-right: 0;
	margin-left: 17px;
}

/* メインコンテンツ */
#contentArea.top #mainArea {
	float: left;
	width: 533px;
}
#contentArea.top #mainArea h2 {
	margin-top: 18px;
	margin-left: 2px;
	font-size: 0;
}
#contentArea.top #mainArea dl {
	overflow: hidden;
	margin-top: 10px;
	margin-left: 4px;
}
#contentArea.top #mainArea dl dt {
	clear: left;
	float: left;
	width: 6em;
	margin-bottom: 4px;
}
#contentArea.top #mainArea dl dd {
	margin-bottom: 4px;
	margin-left: 6em;
}

/* トップ（サイド）メニュー */
#contentArea.top #topMenuArea {
	float: right;
	width: 185px;
}
#contentArea.top #topMenuArea ul.upper li {
	margin-bottom: 6px;
}
#contentArea.top #topMenuArea ul.lower {
	background: url(../../img/top/topmenu_low_frm.gif) no-repeat;
}
#contentArea.top #topMenuArea ul.lower li {
	font-size: 90%;
	font-weight: bold;
	padding: 7px 12px;
	background: url(../../img/top/topmenu_low_x.gif) repeat-x left bottom;
}
#contentArea.top #topMenuArea ul.lower li a {
	color: #008fbf;
	text-decoration: none;
}
#contentArea.top #topMenuArea ul.lower li a:hover {
	text-decoration: underline;
}
#contentArea.top #topMenuArea ul.lower li img {
	vertical-align: text-top;
	margin-right: 5px;
}


/*------------------------------------
  2ndページ共通
------------------------------------*/
/* 地域別タブメニュー */
#contentArea ul.tab {
	overflow: hidden;
	width: 713px;
	min-height: 83px;
	background: url(../../img/common/tab_frm.gif) repeat-x 0 32px;
	border-bottom: 1px solid #b3c7d7;
	margin-bottom: 30px;
}
#contentArea ul.tab li {
	float: left;
	width: auto;
	margin-right: 2px;
}
#contentArea ul.tab li.last {
	margin-right: 0;
}
#contentArea ul.tab li img {
	vertical-align: top;
	cursor: pointer;
}
#contentArea ul.area {
	overflow: hidden;
	width: 713px;
	min-height: 30px;
	margin-top: -60px;
	margin-left: 25px;
}
#contentArea ul.area li {
	background-image: url(../../img/common/link_rivet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-right: 22px;
	padding-left: 14px;
	color: #7f99cc;
}
#contentArea ul.area li {
	float: left;
	width: auto;
}
#contentArea ul.area li.off {
	background-image: url(../../img/common/link_rivet_off.gif);
}
#contentArea ul.area li.current {
	background-image: url(../../img/common/link_rivet_in_doc.gif);
	font-weight: bold;
	color: #000;
}

/* ページ内リンク */
#contentArea ul.tab.inPage li ul li {
	background-image: url(../../img/common/link_rivet_in_doc.gif);
}
#contentArea ul.tab.inPage li ul li.off {
	background-image: url(../../img/common/link_rivet_in_doc_off.gif);
}

/* リスト */
#contentArea ul.common li {
	background: url(../../img/common/list_rivet.gif) no-repeat 0 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	padding-left: 13px;
}
#contentArea ul.common li ul {
	margin-top: 5px;
}
#contentArea ul.common li ul li {
	background: url(../../img/common/list_rivet_lev2.gif) no-repeat 0 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-left: 13px;
}

#contentArea ul.common.sq li {
	background: url(../../img/common/list_rivet_sq.gif) no-repeat 0 4px;
	padding-left: 15px;
}

/* リンクリスト */
#contentArea ul.link li {
	background: url(../../img/common/link_rivet.gif) no-repeat 0 5px;
	padding-left: 13px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#contentArea ul.link li img {
	vertical-align: middle;
}

/* リンクボタン */
#contentArea p.btn {
	clear: both;
	margin-bottom: 12px;
	margin-left: 10px;
}

/* 注意 */
#contentArea span.note {
	color: #f00;
}


/*------------------------------------
  ソフトの特長
------------------------------------*/
#contentArea div.merit {
	clear: both;
	float: left;
	width: 445px;
	margin-bottom: 20px;
}
*+ html #contentArea div.merit {
	margin-bottom: 0;
}
#contentArea div.merit h3 {
	margin-top: 0;
}
#contentArea p.merit_img {
	float: left;
	width: 260px;
	margin-bottom: 30px;
	text-align: center;
}
*+ html #contentArea p.merit_img {
	margin-bottom: 0;
}
*+ html #contentArea p.merit_img.mb20 {
	margin-bottom: 20px;
}
#contentArea p.merit_img img {
	vertical-align: top;
}
#contentArea ul.merit_list li h3 {
	margin-top: 0;
	font-weight: bold;
	font-size: 95%;
}
#contentArea ul.merit_list li p {
	margin-left: 15px;
}


/*------------------------------------
  ユーザ事例
------------------------------------*/
/* ユーザ一覧 */
#contentArea h2.case {
	background: none;
	margin: 10px 2px;
	font-size: 90%;
	color: #333;
}
#contentArea h2.case.top {
	margin-top: 20px;
}
#contentArea ul.user {
	width: 713px;
	padding-bottom: 20px;
	border-bottom: 1px solid #b3c7d7;
}


/*------------------------------------
  展示・説明会
------------------------------------*/
#contentArea h2.trial {
	background: none;
	margin: 20px 2px 5px;
	font-size: 110%;
	color: #333;
}

/* 開催詳細内容 */
#contentArea dl.details {
	overflow: hidden;
	width: 700px;
	margin-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #121a21;
}
#contentArea dl.details.event {
	border-bottom: none;
}
#contentArea dl.details dt {
	clear: left;
	float: left;
	width: 10em;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 3px;
	border-top: 1px dotted #121a21;
}
#contentArea dl.details dd {
	margin-left: 10em;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 3px;
	border-top: 1px dotted #121a21;
}
#contentArea dl.details h3 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}
#contentArea dl.details dl {
	overflow: hidden;
	width: 100%;
	margin-left: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#contentArea dl.details dl dt {
	float: none;
	width: auto;
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	border-top: none;
}
#contentArea dl.details dl dd {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
	padding-left: 0;
	border-top: none;
}
#contentArea dl.details ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
#contentArea dl.details ul li {
	margin-bottom: 10px;
	margin-left: 1.4em;
	text-indent: -1.4em;
}
#contentArea dl.details ul ul {
	margin-top: 10px;
	margin-bottom: 0;
}
#contentArea dl.details ul ul li {
	margin-left: 1.4em;
	text-indent: -1.4em;
}
#contentArea dl.details p {
	width: auto;
	margin-bottom: 0;
}


/*------------------------------------
  導入までの流れ
------------------------------------*/
#contentArea h3.step {
	clear: both;
	border-top: 1px solid #b3c7d7;
	margin-top: 30px;
	padding-top: 15px;
}
#contentArea p.step_txt {
	float: left;
	width: 420px;
	margin-bottom: 15px;
}
#contentArea p.step1_img {
	float: right;
	width: 280px;
	text-align: center;
}
#contentArea div.step3 {
	float: left;
	width: 420px;
}
#contentArea div.step3 h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 100%;
}
#contentArea div.step3 ul li {
	background: url(../../img/common/list_rivet.gif) no-repeat 0 5px;
	padding-left: 13px;
	margin-bottom: 2px;
	margin-left: 8px;
}
#contentArea div.step3 p.note {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 75%;
}
#contentArea table.step {
	float: right;
	width: 280px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 80%;
}
#contentArea table.step th {
	border: 1px solid #ccc;
	padding: 5px 5px 3px 8px;
	font-weight: normal;
	text-align: left;
}
#contentArea table.step td {
	border: 1px solid #ccc;
	padding: 5px 5px 3px 8px;
}
#contentArea table.step tr.head th {
	background: #f5f5f5;
}
#contentArea p.stepTableNote {
	clear: right;
	float: right;
	width: 275px;
	margin-top: 7px;
	margin-bottom: 0;
	font-size: 75%;
}
#contentArea p.step5_txt {
	clear: both;
	margin-top: 20px;
	line-height: 2;
	text-align: center;
}


/*------------------------------------
  日レセを体験
------------------------------------*/
#contentArea dl.noteTrial {
	border: 1px solid #ccc;
	color: #ff3434;
	padding: 11px;
}
#contentArea dl.noteTrial dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#contentArea h3.trialsiteH3 {
	float: left;
	width: 1.5em;
	margin-top: 0;
}
#contentArea p.trialsite,
#contentArea ul.trialsite {
	padding-left: 1.5em;
}
#contentArea p.trialsite.border {
	border-bottom: 1px solid #B3C7D7;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

/* 利用するにあたって */
#contentArea h2.trialsiteH2 {
	background: none;
	border-top: 1px solid #ccc;
	margin-top: 60px;
	padding-top: 20px;
}
#contentArea div.trialsiteAtt {
	background: url(../../trialsite/img/trialsiteAtt_bg.gif);
	padding: 8px 8px 1px;
}
#contentArea div.trialsiteAtt p {
	background: #fff;
	padding: 15px;
}
#contentArea p.btnAdmit {
	text-align: center;
}

/* openserver.html */
#contentArea table.trial {
	width: 500px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 90%;
	margin-bottom: 20px;
	margin-left: 1px;
}
#contentArea table.trial th {
	border: 1px solid #ccc;
	padding: 5px 5px 3px 8px;
	text-align: left;
	font-weight: bold;
}
#contentArea table.trial td {
	border: 1px solid #ccc;
	padding: 5px 5px 3px 8px;
}
#contentArea table.trial th.head,
#contentArea table.trial td.head {
	background: #f5f5f5;
}


/*------------------------------------
  導入相談
------------------------------------*/
#contentArea ul.btn {
	margin: 15px 10px 10px;
	overflow: hidden;
}
#contentArea ul.btn.dl li img {
	float: left;
	width: auto;
	margin-right: 10px;
}
#contentArea ul.btn.dl li p {
	float: left;
	width: auto;
	font-size: 80%;	
}


/*------------------------------------
  パンフレットダウンロード
------------------------------------*/
#contentArea p.dlLogo {
	float: left;
	width: 120px;
	margin-bottom: 20px;
}
#contentArea div.dl {
	clear: left;
	float: right;
	width: 580px;
}
#contentArea div.dl h3 {
	margin-top: 5px;
}