@charset "utf-8";
@import url("../_common/_common.css");
@import url("./manual_cmn.css");

#ContentsBody {
}

h2 {
	clear: both;
	margin: 30px 5px 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
	_letter-spacing: .1em;
	color: #213C64;
	border-bottom: 3px solid #213C64;
}

.Exp {
	margin: .5em 5px 0;
	padding: 0;
	line-height: 1.5;
	text-align: center;
}
.Exp a ,
.Flow td a {
	color: #00c;
}
.Exp a:hover ,
.Flow td a:hover {
	color: #06f;
}

h3 {
	margin: 25px 5px 0;
	padding: 6px 0 3px;
	text-align: center;
	font-size: 16px;
	_font-size: medium;
	_letter-spacing: .1em;
	color: #fff;
	background-color: #213C64;
	background-image: url("images/h2bg.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.Flow {
	margin: 25px 5px 0;
	width: 740px;
	border-collapse: collapse;
}
.Flow th {
	padding: 5px 0 50px;
	width: 200px;
	vertical-align: top;
	white-space: nowrap;
	font-size: 14px;
	_font-size: 105%;
	line-height: 1.5;
	color: #213C64;
	background: #C8C9D8;
	background-image: url("images/flow.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.Flow .Continue th ,
.Flow .Trouble th {
	padding: 0;
	background-image: none;
}
.Flow td {
	padding: 5px 5px 10px 15px;
	vertical-align: top;
	line-height: 1.3;
}
.Flow .Trouble th .Esp {
	margin: 0 0 0 20px;
	padding: 10px 0;
	height: 40px;
	border: 1px solid #213C64;
	border-right: 0 none;
	background: #ADB0C6;
}
.Flow .Trouble td {
	padding: 0;
}
.Flow .Trouble td .Esp {
	margin: 0;
	padding: 10px;
	height: 40px;
	border: 1px solid #213C64;
	border-left: 0 none;
	background: #E2E3EB;
}

.End {
	margin: 0 5px 40px;
	padding: 20px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background-color: #213C64;
}

