@charset "UTF-8";

/* 初期スタイル
-------------------------------------------------*/
* {
}
body {
	font-size: 12px;
	font-family: sans-serif;
	line-height: 1.25;
	background: #fff url(../img/bg/root_bg.gif) left top repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
table,td,th {
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
table {
	/*\*/
	text-align: left;
	/**/
}
form {
	margin: 0;
	padding: 0;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	vertical-align: top;
}
a {
	color: #333399;
}
a:hover {
	text-decoration: none;
	position: relative;
}
a img {
	border: none;
}
.imgover {
}

/* 文章
-------------------------------------------------*/
.reading {
	text-align: justify;
	text-justify: inter-ideograph;
}
.reading h2 {
	color: #3283aa;
	margin-bottom: 1em;
}
.reading h3 {
	margin-bottom: 1em;
}
.reading p {
	margin-bottom: 1em;
}
.reading p.note {
	font-size: 84%;
}
.continueReading {
	padding-top: 12px;
}
.continueCasestudy {
	padding-top: 15px;
}

/* SWF
-------------------------------------------------*/
.swfObject {
	margin-bottom: 25px;
}

/* 区切り
-------------------------------------------------*/
.mainCell {
	background: url(../img/bg/frame_mid_bg.gif) left top repeat-y;
}
.main {
	padding: 0 50px 0 50px;
	background: url(../img/bg/frame_mid_top.gif) left top no-repeat;
}
.dividerCell01 {
	border-left: 1px solid #ddd;
}

/* フォント
-------------------------------------------------*/
.tg10 {
	color: #CCC;
	font-size: 84%;
}
.lh15 {
	line-height: 1.5;
}
.uniqueTitle {
	line-height: 1;
	border-bottom: 1px solid #ddd;
	color: #3283aa;
	margin-bottom: 0.8em;
	padding-bottom: 5px;
}
.multiHeading {
	margin-bottom: 1em;
}
.multiHeading .chapterNumber {
	display: block;
	color: #3283aa;
	margin-bottom: 0.5em;
}
.multiHeading .chapterTitle {
	display: block;
	color: #000;
}
.multiHeading .chapterHeading {
	color: #000;
	font-weight: normal;
}

/* ナビゲーション
-------------------------------------------------*/
.navigation {
	width: 185px;
}
.navigation h2 {
	line-height: 1;
	padding: 7px 0 7px 25px;
	background: url(../img/bg/navigation_hr.gif) left bottom no-repeat;
}
.navigation li {
	line-height: 1;
	padding: 0 0 1px 0;
	background: url(../img/bg/navigation_hr.gif) left bottom no-repeat;
}
.navigation li ul {
	line-height: 1;
	padding: 1px 0 0 0;
	background: url(../img/bg/navigation_hr.gif) left top no-repeat;
}
.navigation li ul li {
	margin-left: 22px;
	padding: 0 0 1px 0;
	background: url(../img/bg/navigation_hr.gif) left bottom no-repeat;
}
.navigation li ul li.lastChild {
	padding: 0;
	background: none;
}

/* 雑誌・製品紹介・図版
-------------------------------------------------*/
.intoroduce {
	font-size: 84%;
	text-align: justify;
}
.intoroduce .cover {
	margin-bottom: 13px;
}
.intoroduce .capture {
	margin-bottom: -1px;
}
.intoroduce h2,p {
	margin-bottom: 5px;
}
.flashCover {
	margin-left: -10px;
}
.getFlash {
	font-size: 84%;
}
.getFlash h2 {
	color: #CCC;
	margin-bottom: 15px;
}
.getFlash .button {
	margin-bottom: 9px;
}
.multiIntoroduce .intoroduce {
	margin-bottom: 23px;
}
.jump {
	background: url(../img/bg/arrow_gray.gif) left center no-repeat;
	padding-left: 16px;
}

/* フッター
-------------------------------------------------*/
.footer {
	position: relative;
	width: 750px;
	line-height: 1;
	font-size: 84%;
	margin: 0 auto;
}
.footer table {
	border-top: 1px solid #ddd;
}
.footer .copyright a {
	color: #000;
}

/* ページ遷移
-------------------------------------------------*/
#transPage {
	position: absolute;
	left: 250px;
	top: -40px;
	width: 450px;
}
#transPage table {
	border-top: none;
	line-height: 1.25;
}
.nextLink {
	margin-bottom: 25px;
	padding-right: 16px;
	background: url(../img/bg/arrow_next.gif) right center no-repeat;
}
.prevLink {
	margin-bottom: 25px;
	padding-left: 16px;
	background: url(../img/bg/arrow_prev.gif) left center no-repeat;
}
