@charset "euc-jp";
* {
	margin: 0;
	padding: 0;
}
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #CCC;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr #container {
	width: 810px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.twoColFixLtHdr #header {
	background: white;
	text-align: center;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 130px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 5px;
	background-color: #cadbd0;
}
.twoColFixLtHdr #sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.twoColFixLtHdr #sidebar1 ul li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.twoColFixLtHdr #sidebar1 ul li ul li {
	display: list-item;
	list-style: none;
	margin-left: 20px;
	font-size: 80%;
	line-height: 110%;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 135px; /* この div エレメントの左マージンにより、ページの左側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツ量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	width: 620px;
} 
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 140%;
	font-weight: bold;
	color: #030;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #030;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 5px;
	margin-bottom: 0.5em;
}
.twoColFixLtHdr #container #mainContent h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 120%;
	font-weight: bold;
	color: #030;
	padding-top: 0.2em;
	border-bottom-width: 2pt;
	border-bottom-style: dotted;
	border-bottom-color: #030;
}
.twoColFixLtHdr #container #mainContent h4 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 90%;
	font-weight: bold;
	color: #030;
	padding-left: 10pt;
}
.twoColFixLtHdr #container #mainContent p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.twoColFixLtHdr #container #mainContent ol, .twoColFixLtHdr #container #mainContent ul {
	margin-left: 2em;
}
.twoColFixLtHdr #container #mainContent dl {
	margin: 0.5em 0 0.5em 0;
}
.twoColFixLtHdr #container #mainContent dl dt {
	font-size: 80%;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent dl dd {
	padding: 0 0 0.2em 2em;
}
.twoColFixLtHdr #container #mainContent div.howto {
	border-style: solid;
	border-width: 1px;
	border-color: #a0a0a0;
	padding: 0 0.3em 0 0.3em;
}
.twoColFixLtHdr #container #mainContent span.shadow-jp {
	font-size: 80%;
	font-weight: bold;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#DDDDDD;
	font-size: 80%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent em {
	font-size: 80%;
	font-style: italic;
}
strong {
	font-weight: bold;
	color: red;
}
strong.simple {
	font-weight: bold;
	color: black;
}
span.kakomi {
	border: 1px solid black;
	margin-right: 0.3em;
}
.notice {
	font-size: 80%;
}
