@charset "shift_jis";

/* ==== 共通 ==== */

/* ==== インデックス ====
[1] レイアウト指定
[2] ヘッダーブロック
[3] コンテンツブロック
[4] サイドバー
[5] フッターブロック
[6] イメージ指定
========================= */

/* ==== 共通 ==== */
/* 全ての要素の余白をゼロ */
* { margin: 0; padding: 0; }

/* 文字指定 */
p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

ol {
	margin-left: 2.5em;
	margin-bottom: 1em;
}

li {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

.clear { clear: both; }

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a { overflow: hidden; }
a:link { color: #00f; }
a:visited { color: #fff; }
a:hover { color: #f00; }
a:active { color: #f00; }

/* 斜体 */
.a_italic { font-style: italic; }
/* 下線 */
.a_under { text-decoration: underline; }
/* 右寄せ（英語表記等） */
.a_right { text-align: right; }
/* 公式等 */
.a_formula { text-align: right; }
.a_formula_max { width: 900px; text-align: right;}
/* ======== マーカー ====== */
/* ドジャーブルー */
.a_marker {
	padding: 0 0.4em;
	color: #fff;
	background-color: #1e90ff;
}

/* ======== POPマーカー ====== */
/* ==== 内部の英数字は斜体に== */
/* 1.ドジャーブルー */
.a_pop1 {
	margin: 0;
	padding: 0 0.4em;
	max-width: 80%;
	font-size: 120%;
	font-style: italic;
	color: #fff;
	background-color: #1e90ff;
}
/* 2.ライムライト */
.a_pop2 {
	margin: 0;
	padding: 0 0.4em;
	max-width: 80%;
	font-size: 120%;
	font-style: italic;
	background-color: #fff799;
}
/* 3.キャロットオレンジ */
.a_pop3 {
	margin: 0;
	padding: 0 0.4em;
	max-width: 80%;
	font-size: 120%;
	font-style: italic;
	color: #fff;
	background-color: #ed6d35;
}
/* ==== 今後使用機会があれば== */
/*
		 background-image: -moz-linear-gradient(transparent 50%, rgb(127,255,255) 50%);
	background-image: -webkit-linear-gradient(transparent 50%, rgb(127,255,255) 50%);
						background: -ms-linear-gradient(transparent 50%, rgb(127,255,255) 50%);
*/

/* 数値タイプ */
.a_deci {
	margin: 0;
	padding-right: 1px;
	text-align: right;
	font-style: italic;
}
.a_deci_l {
	margin: 0;
	padding-left: 1px;
	text-align: left;
	font-style: italic;
}
/* 文字タイプ */
.a_vari {
	margin: 0;
	padding: 0;
	text-align: center;
}
/* 回転 : cos sin -sin cos : Y軸下向きが正 */
.a_rote {
	display:inline-block;
	transform:matrix(1, 0, 0, -1, 0, 0);
	-moz-transform:matrix(1, 0, 0, -1, 0, 0);
	-webkit-transform:matrix(1, 0, 0, -1, 0, 0);
}
/*-- ライン --*/
hr.st_0 {
	border: 0;
	height: 0;
	text-align: left;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
hr.st_1 {
	border: 0;
	height: 1px;
	background: #f5f5f5;
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
hr.st_2 {
	border: 0;
	border-top: 1px solid #06c;/* TOPへと同色 */
}

/* ==== [1] レイアウト指定 ==== */
html{
	overflow-y: scroll;
	overflow-x: auto;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 90%;
}

/*-- 背景 --*/
#bg {
	text-align: left;
}

/*-- 全体包含 --*/
#wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 900px;
}

/*-- ヘッダー部分 --*/
#header {
	position: relative;
	width: 100%;
	height: 180px;
	background-image: url(img/bg_header.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#home #header {
	height: 310px;
	background-image: url(img/bg_header_home.gif);
}

/*-- 検索ボックス --*/
#elp_search {
	float: right;
	margin-top: 10px;
	width: 50%;
}
/* 配置崩れ制御 */
#gs_tti50 {
	vertical-align : top;
}
.gsib_a {
	padding-right: 8px;
	padding-left: 8px;
}
.gsib_a, .gsib_b {
	vertical-align: top;
}
.gsib_a {
	width: 100%;
	padding: 4px 6px 0px;
	height: 10px;
}

/* ==== [2] ヘッダーブロック ==== */
/* サイトタイトル */
.logo {
	position: absolute;
	top: 10px;
	left: 0;
}
.logo img {
	width: 300px;
	height: 30px;
}

/* 見出し */
h1 {
	font-size: 150%;
	position: absolute;
	top: 125px;
	left: 30px;
	letter-spacing: 7px;
	color: #fff;
}

/* 概要 */
.description {
	font-size: 120%;
	line-height: 1.5em;
	position: absolute;
	top: 50px;
	left: 50px;
	color: #fff;
}

#home .description { top: 190px; }

/* ==== [3] コンテンツブロック ==== */
/*-- コンテンツ部分 --*/
#contents {
	margin-bottom: 50px;
	width: 670px;
	float: left;
}
#contents_dl {
	margin-bottom: 50px;
	width: 770px;
	float: left;
}
/* 見出し */
h4 {
	margin-bottom: 0.5em;
	padding-left: 30px;
	vertical-align: middle;
	font-size: 110%;
	line-height: 30px;
	background: url(img/bg_h4.png) no-repeat 0 0;
	color: #06c;
}

/* ==== [4] サイドバー ==== */
/*-- サイドバー部分 --*/
#sidebar {
	margin-top: 25px;
	width: 200px;
	float: right;
}
/* サイドバー リンクの色 */
#sidebar a,
#sidebar a:visited {
	color: #00f;
}

/* サブメニュー */
.localnavi {
	margin: 0;
	padding: 10px 5px;
	list-style-type: none;
	background-color: #eee;
	border: 1px solid #ccc;
}

.localnavi p {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url(img/bg_h4.png) no-repeat 100% 0;
	color: #06c;
}

.localnavi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
}

.localnavi li{
	margin: 0;
	padding: 0;
}
.localnavi a {
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #eee;
	color: #333;
	display: block;
}

.localnavi a:hover {
	text-decoration: none;
	border: 1px solid #06c;
	color: #06c;
}

/* お知らせ */
.sideinfo {
	margin-top: 20px;
	padding: 10px 4px;
	list-style-type: none;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: center;
}

.sideinfo dt {
	height: 30px;
	line-height: 30px;
	background: url(img/bg_h4.png) no-repeat 100% 0;
	color: #06c;
}

.sideinfo dd {
	padding: 15px 10px;
	font-size: 95%;
	background-color: #fff;
	color: #333;
}

/* ISOのロゴ,ADOBEのロゴ */
.sideinfo img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;

	display: inline-block;
	box-shadow: 5px 5px 8px -5px rgba(0, 0, 0, 0.8);
}

/* ==== [5] フッターブロック ==== */
/* ナビゲーション */
.footernavi {
	height: 1.5em;
	list-style-type: none;
	width: 90%;
	margin: 20px 10px 20px;
}

.footernavi li {
	display: inline;
	line-height: 1.5em;
	margin: 0;
	padding: 0 1em;
	border-left: 1px solid #9cf;
}

.footernavi a {
	text-decoration: none;
	color: #fff;
}
.footernavi a:hover {
	text-decoration: none;
	color: #3ff;
}

/*-- トップヘ --*/
.pagetop {
	clear: both;
	height: 20px;
	width: 100px;
	margin: 0 0 0 570px;
	padding: 0;
	background: #06c;
	text-align: center;
	line-height: 20px;
}
.pagetop a {
	text-decoration: none;
	color: #fff;
}
.pagetop a:hover {
	text-decoration: none;
	color: #3ff;
}
#contents_dl>.pagetop {
	margin: 0 0 0 670px;
}

/*-- フッター部分 --*/
/* ieのみ別定義 for_ie.css */
#footer {
	padding: 10px 5px 5px;
	min-width: 900px;
	/* 色指定 ： ieのみ別定義 for_ie.css */
	background: #06c; /* for non-css3 browsers */
	background: -moz-linear-gradient(top, #0066cc, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#0066cc), to(#ffffff));
}
#footer a {
	font-family: "ＭＳＰ ゴシック", sans-serif;
	font-size: 100%;
	color: #fff;	
	text-shadow: 2px 2px 2px #666;
}
#footer img{
	float: left;
	width: 6%;
	margin: 0 20px 0;
}

/* アドレス */
address {
	text-align: left;
	font-style: normal;
	padding:20px 20px 0;
}
/* ダウンロード画面用アドレス */
#dl_footer_add address {
	padding: 2px 0;
}

address span {
	display:block;
	font-family: "ＭＳ ゴシック", sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #0066cc;	
	text-shadow: 2px 2px 2px #fff;
}

/* ==== [6] イメージ指定 ==== */
/* イメージ全般 */
img { border: 0; }

/* 製品イメージ */
/* ieのみ別定義 for_ie.css */
.p_img {
	padding: 6px;
	position: relative;
	overflow: hidden;
	text-align: center;
	display: block;
}
.p_img img {
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	height: 160px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.p_img:before,
.p_img:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 87px;
	height: 45px;
	background: #eee;
		 -moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}
/* 左上コーナー */
.p_img:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;
}
/* 右下コーナー */
.p_img:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}

/* ノートタイプ */
.note {
	margin: 20px 0 5px 5px;
	padding: 0;
	display: inline-block;
	width:670px;
}
/* ノートタイプメッセージ */
.note_msg {
	margin: 0;
	padding: 0;
	width: 520px;
	position: relative;
	overflow: visible;
	z-index: 1;

	line-height: 30px;
	text-align: left;
	letter-spacing: 3px;
}
/*
	指定の順番に注意！
	×：グラデーションの指定、背景の指定
	○：背景の指定、グラデーションの指定
*/
/* ノートタイプイメージ ： ieのみ別定義 for_ie.css  */
.note_img {
	margin: 0;
	padding: 0;
	width: 320px;
	height: 240px;
	position: absolute;
	top: 200px;
	left: 400px;
	z-index: 0;

	background-image: url(img/main_office.png);
		 background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 20%, #fff 100%), url(img/main_office.png);
	background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 20%, #fff 100%), url(img/main_office.png);
	background-repeat: no-repeat;
}
/* イメージの説明等 */
.note_img span {
	position:absolute;
	bottom:2px;
	right:10px;
	font-size: 90%;
	color: #fff;
}
