/* *********************************************************************
StyleSheet for 日経テレコン21
CSS FILE help.css
********************************************************************* */
/* *********************************************************************
1.initialize default Stylesheet
********************************************************************* */
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ , Meiryo , "ＭＳ Ｐゴシック", Verdana, monospace;
	color: #000;
	font-size: 11pt;
	line-height: 1.4;
	letter-spacing: 0;
	text-indent: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
pre {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-Mono", arial, 'Lucida Grande', monospace;
}
/* Link Styles
********************************************************************* */
a:link {
}
a:visited {
}
a:hover {
}

/* Headline Style
********************************************************************* */
h1 { font-size: 150%; margin: 10px 0; font-weight: bold; }
h2 { font-size: 140%; margin: 10px 0; font-weight: bold; }
h3 { font-size: 130%; margin: 10px 0; font-weight: bold; }
h4 { font-size: 120%; margin: 10px 0; font-weight: bold; }
h5 { font-size: 110%; margin: 10px 0; font-weight: bold; }
h6 { font-size: 100%; margin: 10px 0; font-weight: bold; }

/* List Styles
********************************************************************* */
ul,ol,dl {
	margin: 10px 20px;
	list-style-image: none;
	list-style-position: outside;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
dt {
	margin: .5em 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: 0 2em;
	padding: 0;
	font-weight: normal;
}

/* *********************************************************************
2.Clear Fix
********************************************************************* */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearFix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/

/* *********************************************************************
3.Help Panel
********************************************************************* */
.panel {
	overflow: visible;
}
.panelContent {
	margin: 0;
	padding: 0;
	border-width: 0;
}
#rootPanel {
	top: 0;
	left: 0;
	border: 0px solid #333;
	padding: 10px 0 10px 10px;
}
#headerPanel {
	position:relative;
	height: 50px;
	padding: 0;
}
#bodyPanel {
	padding: 10px 10px 10px 0;
}
.headerLogo {
	width: 110px;
	height: 40px;
	float: left;
	background: url("../images/logo.gif") no-repeat;
	display: block;
	text-indent: -1000px;
}
.headerImg {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 100%;
	height: 8px;
}

/* コピーライト
********************************************************************* */
.helpCSS_copyright {
	font-size: 80%;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin: 40px 0;
	padding: 5px 0;
	clear: both;
}
/* ヘルプコンテンツ
********************************************************************* */
.helpCSS_message {
	margin: 30px 0;
}
.helpCSS_status {
	display: none;
}
.helpCSS_description {
	margin: 10px 0;
	font-weight: bold;
	text-align: center;
}
.helpCSS_description h3 {
	font-size: 150%;
}
.helpCSS_description p {
}
.helpCSS_go2home {
	margin: 10px 0;
	text-align: center;
}
/* ヘルプ構造
********************************************************************* */
.topic {
}
.exp {
	margin: 10px;
}
.subexp {
	margin: 20px;
}
.subexp img {
	padding: 5px;
	border: 10px solid #ddd;
}
.attn,
.attn2,
.attn3 {
	margin: 10px 20px;
	padding: 5px;
	font-size: 90%;
}
.attn {
	background-color: #fee;
}
.attn2 {
	background-color: #efe;
}
.attn3 {
	height: 10em;
	overflow: auto;
	background-color: #eef;
}
.attn4 {
	background-color: #FFFF23;
}
.attn + .attn {
	margin: -8px 20px;
}
.attn2 + .attn2 {
	margin: -8px 20px;
}
.attn ul,
.attn ol,
.attn dl,
.attn2 ul,
.attn2 ol,
.attn2 dl {
	margin: 0 20px 0 20px;
	padding: 0;
}
table.sub {
	margin: 0 0 10px 20px;
	border: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 90%;
}
table.sub th,
table.sub td.th {
	padding: 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #E1E2E6;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	word-break:keep-all;
}
table.sub td.center {
	text-align: center;
}
table.sub td {
	padding: 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #EFF2F3;
}
table.sub caption {
	margin: 5px 0 0 20px;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #D1E2D6;
	text-align: left;
	font-weight: bold;
}
table.bunrui {
	margin: 0 0 10px 20px;
	border: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 90%;
}
table.bunrui th,
table.bunrui td.th {
	padding: 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #E1E2E6;
	text-align: center;
	font-weight: bold;
}
table.bunrui td {
	padding: 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #EFF2F3;
}
table.bunrui caption {
	margin: 5px 20px 0 20px;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #D1E2D6;
	text-align: left;
	font-weight: bold;
}
table.haishi {
	margin: 0 0 10px 20px;
	border: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 80%;
}
table.haishi th,
table.haishi td.th {
	padding: 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #d1d2d6;
	text-align: center;
	font-weight: bold;
}
table.haishi td {
	padding: 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #dFe2e3;
}
table.haishi caption {
	margin: 5px 0 0 20px;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #c1d2c6;
	text-align: left;
	font-weight: bold;
}
img.imgGetAcrobat {
	margin: 5px;
}
div.scroll{
	overflow: auto;
	height:10em;
	border:1px #888 solid;
	padding: 10px;
	margin: 10px;
	background-color: #EFF2F3;
}
.helpBack {
	position:absolute;
	display: block;
	text-indent: -2000px;
	width: 95px;
	height: 18px;
	top: 50%;
	left: 100%;
	margin-top: -9px;
	margin-left: -100px;
	float: right;
	background: url(../images/help_back.gif) no-repeat center center;
}
ul.noStyle {
	list-style: none;
	padding: 0;
}
ul.noStyle img {
	margin-right:5px;
}
ul.horizontal,
dl.horizontal {
	clear: both;
	padding: 0;
}
ul.horizontal li,
dl.horizontal dd {
	float: left;
	display: block;
	list-style: none;
	margin-right: 0;
}
.c17 li,
.c17 dd {
	min-width: 17em;
}
.c12 li,
.c12 dd {
	min-width: 12em;
}
.c10 li,
.c10 dd {
	min-width: 10em;
}
.c2 li,
.c2 dd {
	min-width: 2em;
}
table.dankumi {
	float: left;
}
table.dankumi + table.dankumi {
	margin-left: 5px;
}
table.w500 {
	width: 500px;
}
span.fault {
	margin-right: .5em;
	color: #f06;
}
span.correct {
	margin-left: .5em;
	margin-right: .5em;
	color: #0c9;
	font-weight: bold;
}
/* ****************** メインコンテンツ（お知らせ） ****************** */
/* 見出し */
.infotitle01{font-size:110%;font-weight:bold;border:#999999 solid;border-width:0px 0px 1px 0px;margin-top:4px;margin-bottom:2px;padding-left:3px;padding-bottom:2px;}
/* 見出しリンク色 */
.infotitle01 A:Link{color:#0000FF;text-decoration:none;}
.infotitle01 A:visited{color:#990066;text-decoration:none;}
.infotitle01 A:hover{color:#0066FF;text-decoration:none;}
.infotitle01 A:active{color:#0066FF;text-decoration:none;}

.caution {
	margin: 10px;
	padding: 5px;
	clear: both;
	color: #CC0000;
	font-size: 90%;
}

/* 囲み
********************************************************************* */
.ruled {
	margin: 0 10px 20px;
	padding: 5px;
	float: left;
	width: 600px;
	text-align: center;
	border: 1px solid #5084E4;
}


