/* Copyright (c) 2001-2014 Tanakajimaru Inc. All rights reserved. */
/* 著作権法により、このコンテンツを無断で転載・改変などすることは禁じられています */

BODY {
	background-color: White;
	color: Black;
	/*padding-left: 0.5em;*/
}
A {
	color: MediumBlue;
}
.TabHead, .TabBody {
	background-color: White;
}

H1, H2, H3, H4 {
/*	margin-left: -0.5em;*/
}
H3 {
	font-size: 110%;
}
H4 {
	font-size: 105%;
}
P {
	padding-left: 0.5em;
	text-indent: 0.5em;
}
DT {
	padding-left: 0.5em;
	font-size: 90%;
	font-weight: 900;
}
DD {
	font-size: 90%;
	margin-bottom: 0.7em;
	margin-left: 1.5em;
}
OL {
	padding-left: 1.5em;
}
LI {
	margin-bottom: 0.7em;
}

.DisabledLink {
	color: Black;
	text-decoration: none;
}

.HelpTitle {
	font-size: 150%;
}

.HelpConrolPanel {
	white-space: nowrap;
	margin-bottom: 0.2em;
}

.HelpTreeLink {
	white-space: nowrap;
	font-size: 70%;
}

.HelpHeaderLink {
	white-space: nowrap;
	font-size: 80%;
}

.HelpFooterLink {
	font-size: 80%;
}

.CenterImage {
}

.CenterImageFrame {
	text-indent: 0em;
	text-align: center;
}

.CenterImageCaption {
	font-size: 80%;
	text-align: center;
}

.Warning {
	color: Red;
}

.Hint {
	color: Blue;
}

.BrowserLimit {
	font-size: 80%;
	color: Red;
	display: inline-block;
	white-space: nowrap;
}

.FlashBorder {
	border-style: solid;
	border-width: 5px;
	border-color: LightGreen;
}

/* Howto */

.L1_Frame {
	margin-bottom: 1em;
}
.L2_Frame, .L3_Frame {
	margin: 0.5em 0em 0em 0.7em;
}

.L1_Title, .L2_Title, .L3_Title {
	padding: 0.2em;
	color: White;
	background-color: #5331DE;
	font-size: 180%;
	cursor: pointer;
	border-radius: 5px;
	text-align: right;
}
.L1_Title {
	background-color: #5331DE;
	font-size: 180%;
}
.L2_Title {
	background-color: #8531DE;
	font-size: 150%;
}
.L3_Title {
	background-color: #BF2E7C;
	font-size: 130%;
}

.L1_Caption, .L2_Caption, .L3_Caption {
	float: left;
}

.L1_Body, .L2_Body, .L3_Body {
	background-color: White;
	padding: 0.2em;
	border-radius: 5px;
	clear: both;
}

.DirectLink {
}
.DirectLink_Frame {
	text-align: right;
	padding-right: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.Navigation {
	margin-left: 1em;
}
.Operation {
	font-weight: bold;
}
.Operation_Frame {
}

.DummyLI {
	margin-bottom: 0.7em;
}
