@charset "UTF-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #808080;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 80%;
	background-color: #FFF;
}
img {
	border: 0px;
}
.JCFmain #container {
	width: 960px;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.JCFmain #header {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.JCFmain #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

/* #sidebar1 に関するヒント：
1. 単位は相対単位であるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は全体の幅に追加されるため、実際の幅が不特定の幅になります。 
2. サイドバーの値の単位として em が使用されているので、その幅が初期設定のテキストサイズに応じて変化することに注意してください。
3. 「.JCFmain #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
.JCFmain #sidebar1 {
	float: left;
	width: 220px; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #808080;
	background-color: #FFF;
	padding-bottom: 240px;
}
.JCFmain #sidebar1 h3, .JCFmain #sidebar1 p {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
}
/* K.Tanaka 2009/11/27 start */
.JCFmain #sidebar1 ul li ul li {
	margin-left: 4px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 2px;
}
/* K.Tanaka 2009/11/27 end */

/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
2. #mainContent div の幅より広いエレメントが #mainContent div 内に配置されると、フローティングエレメントの落下（フローティング状態ではない #mainContent 領域がサイドバーの下に配置されること）が発生する可能性があります。ハイブリッドレイアウトの場合（全体の幅の単位はパーセント、サイドバーの単位は em）、使用可能な幅を正確に計算できない場合があります。ユーザーのテキストサイズが平均よりも大きい場合、#sidebar1 div が広くなるため、#mainContent div のスペースが狭くなります。クライアントが Contribute を使用してコンテンツを追加する予定である場合は、この制限に注意してください。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグを回避できます。
*/
.JCFmain #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 250px;
	text-align: left;
} 
#mainContent h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	background-color: #000;
	line-height: 200%;
	display: block;
	padding-left: 10px;
	font-weight: normal;
}
.cbox_Title {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.JCFmain #footer {
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 20px;
} 
.JCFmain #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 80%;
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#topics {
	width: 345px;
	float: left;
}
#TopInfo {
	margin-left: 355px;
}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cbox_R {
	line-height: 180%;
	text-align: right;
	padding-top: 40px;
}
.cbox_L {
	line-height: 180%;
	padding-bottom: 30px;
}
#topics table tr th {
	font-family: "Courier New", Courier, monospace;
	vertical-align: text-top;
	padding-right: 10px;
}
#topics h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 150%;
	color: #000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 10px;
	margin-top: 40px;
}
#TopInfo table {
	margin-top: 40px;
}
#topics td {
	vertical-align: text-top;
}
#sidebar1 ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

/* K.Tanaka 2009/11/27 start */
#sidebar1 .head {
	display: block;
	width: 200px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999;
	text-decoration: none;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}

#sidebar1 ul li ul li a {
	display: block;
	text-decoration: none;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	color: #666;
}
/* K.Tanaka 2009/11/27 end */

/* K.Tanaka 2010/01/09 start */
#sidebar1 .head2 {
	display: block;
	width: 200px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999;
	text-decoration: none;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}
/* K.Tanaka 2010/01/09 end */

.ContentsBox h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 110%;
	color: #000;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000;
	margin-bottom: 30px;
	margin-top: 40px;
}
.cbox_L p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.ContentsBox ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
.cbox_L ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.float_L {
	float: left;
	margin-right: 1em;
	margin-bottom: 5px;
}
.float_R {
	float: right;
	margin-bottom: 5px;
	margin-left: 1em;
}
/* K.Tanaka 2009/11/27 start */
#sidebar1 .head:hover {
	margin-bottom: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F00;
}
#sidebar1 .head.selected { 
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F00;
}
#sidebar1 ul li ul li a:hover {
    background-color: #EDEDED;

}
/* K.Tanaka 2009/11/27 end */

/* K.Tanaka 2010/01/09 start */
#sidebar1 .head2:hover {
	margin-bottom: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F00;
}
#sidebar1 .head2.selected { 
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F00;
}
/* K.Tanaka 2010/01/09 end */

.cbox_L table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.cbox_L td {
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}
.cbox_L th {
	line-height: 200%;
	margin-left: 20px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	background-color: #808080;
	font-weight: normal;
	font-size: 100%;
}
.cbox_L table a {
	color: #808080;
	text-decoration: none;
}
.cbox_L table a:hover {
	color: #C00;
	text-decoration: none;
}
.c2 {
	background-color: #E6E6E6;
}
.c3 {
	background-color: #808080;
	color: #FFF;
	text-align: center;
}
.tdTop {
	padding-top: 10px;
	text-align: left;
}
.cbox_L table ul {
	padding-left: 15px;
	list-style-type: square;
}
.chronological {
	line-height: 150%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.chronological td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
.chronological th {
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	text-align: center;
}

.chronological2 {
	line-height: 150%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.chronological2 td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	text-align: right;
}
.chronological2 th {
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	text-align: center;
}

.ContentsBox a {
	color: #600;
	text-decoration: none;
}

.ContentsBox a:hover {
	color: #C00;
	text-decoration: none;
}
h5 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 100%;
	color: #666;
	padding-left: 15px;
	background-color: #F3F3F3;
	line-height: 200%;
}
.gz {
	padding-left: 20px;
	overflow: auto;
}
.news {
    zoom: 100%;
}
.news :after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.textFloatR {
	float: right;
}
.CenterB {
	text-align: center;
	font-weight: bold;
}
.ptcTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	line-height: 240%;
}
.ptcTable th {
	background-color: #F3F3F3;
	color: #666;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
}
.ptcTable td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
}
.textCenter {
	text-align: center;
}
.imgCenter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h6 {
	font-size: 100%;
	font-weight: normal;
}
.sitemaplist {
	text-decoration: none;
	list-style-type: square;
}
.sitemaplist li {
	padding-bottom: 15px;
}
.sitemaplist li a {
	color: #808080;
}
#topics a {
	color: #900;
	text-decoration: none;
}
.gzLeft {
	float: left;
	width: 125px;
	margin-right: 15px;
}
.gzLeft ul {
	list-style-image: url(../img/ic_dw.gif);
	margin-top: 10px;
}
.gzLeft p {
	text-align: center;
}
.cbox_L2 {
	line-height: 180%;
	padding: 10px;
	border: 1px solid #900;
	margin-top: 30px;
}
.cbox_L3 {
	line-height: 180%;
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
.eq_titile {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	color: #666;
}
.eq_titile2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	color: #600;
}
.text_red {
	color: #600;
}
#header h1 a {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #600;
	text-decoration: none;
	vertical-align: middle;
}
#mainContent a {
	color: #600;
}
