@charset "utf-8";
body  {
	background: #888888;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: left; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: black;
	font-family: Tahoma, Geneva, sans-serif;
	font-variant: normal;
	font-weight: normal;
}
.twoColHybLtHdr #container {
	background: white;
	margin-left: 1%;
	width: 98%;
	border: 1px solid black;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	height: auto;
} 
.twoColHybLtHdr #header {
	background: #900000;
	width: 100%;
	padding: 0 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	color: white;
	border-bottom-color: black;
	border-bottom-width: 2px;
	border-bottom-style: solid;

} 
.twoColHybLtHdr #header h1 {
	background: #900000;
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 5px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

/* #sidebar1 に関するヒント：
1. 単位は相対単位であるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は全体の幅に追加されるため、実際の幅が不特定の幅になります。 
2. サイドバーの値の単位として em が使用されているので、その幅が初期設定のテキストサイズに応じて変化することに注意してください。
3. 「.twoColHybLtHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
.twoColHybLtHdr #sidebar1 {
	float: right;
	width: 24.9%; /* 13em このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	background: #dddddd; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0 0 0 0; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	background-image: url(img/leftbg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: auto;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: black;
	border-top-width: 0px;
	border-top-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-right-width: 1px;*/
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 0px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
}

/* #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 固有のバグを回避できます。
*/
.twoColHybLtHdr #mainContent {
	float: left;
	width: 74.9%;
	background-color: white;
	margin: 0px 0px 0 0em; /* 13em 右マージンは、パーセントまたはピクセルで設定できます。これにより、ページの右側にスペースが設定されます。 */
	border-left-color: #999;
	border-left-style: solid;
	border-left-width: 0px;
	border-top-color: black;
	border-top-width: 0px;
	border-top-style: solid;

	padding-top: 5px;
	padding-bottom: 5px;
/*	padding-left: 5px;*/
	text-align: center;
	height: auto;
	text-align: left;
	text-indent: 2ex;
} 

.twoColHybLtHdr #footer {
	background:#900000;
	font-family: "Times New Roman", Times, serif;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 2px;
	text-align: right;
	font-size: x-small;
	height: auto;
	padding: 1em;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: right;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	background-color: white;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-spacing: 0;
}
.twoColHybLtHdr #container #header #sitenav {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: medium;
	text-align: right;
	vertical-align: top;
	float: right;
	height: 70px;
}
.twoColHybLtHdr #container #header #logo {
	float: left;
	overflow: hidden;
}

.twoColHybLtHdr #container #mainContent #nav{
	font-size: small;
	text-align: right;
}
div.itembox    {
	border: 1px dotted #999;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
	padding-right: 1em;
	padding-left: 1em;
}
.aboutitem{
	float: right;
	text-align: right;
	font-size: small;
}
.itemtitle {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	border: 0px solid #DDDDDD;
	margin-top: 0;
	padding-top: 0;
}

div.komameitem{
	border: 1px dotted #999;
	padding: 0;
	margin: 0;
	float: left;
}
table.komameglobal {
	float: left;
	width: 100%;
	background-color: white;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
td.komameglobal{
	border: 1px dotted #999;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#aboutkomameglobal {
	background-color: #FFC;
	display: none;
	border: 1px solid #FC9;
	width: 80%;
	margin-left: 10%;
}
.whitehr {
	background-color: white;
	height: 2px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}
.thinredhr {
	background-color: #900000;
	height: 4px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}
.redhr {
	background-color: #900000;
	height: 32px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}

div#topimage{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding-left: 3em;
	text-indent: 0;
	width: 99%;
}

#aboutgmf {
	background-color: #FFC;
	display: none;
	border: 1px solid #FC9;
	width: 80%;
	margin-left: 10%;
}

ul.globalnav{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-image: url(/img/arrow.gif) ;
}
li.globalnavitem {
	padding: 0;
	margin: 0 0 0 1em;
	float: left;
	list-style-type: square;
	list-style-position: inside;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: white;
	text-align: center;
	width: 28.3%;
	line-height: 3ex;
	border-style: solid;
	border-color: black;
	border-width: 0 0 2px 0px;
}

.globalnavitemhr {
	float: left;
	width: 2px;
	background-color: white;
}

a:link.sitenav {
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-family: "Century Gothic", "Arial", "Helvetica", "Osaka",sans-serif;
	font-weight: bold;
}
a:visited.sitenav {
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-family: "Century Gothic", "Arial", "Helvetica", "Osaka",sans-serif;
	font-weight: bold;
}
a:hover.sitenav {
	color: #a0a0a0;
	background-color: transparent;
	text-decoration: none;
	font-family: "Century Gothic", "Arial", "Helvetica", "Osaka",sans-serif;
}
a:active.sitenav {
	color: black;
	background-color: white;
	text-decoration: none;
	font-family: "Century Gothic", "Arial", "Helvetica", "Osaka",sans-serif;
}
a:link.globalnav {
	color: #900000;
	background-color: white;
	text-decoration: none;
	font-family: "Century Gothic", "Arial", "Helvetica", "Osaka",sans-serif;
}
a:visited.globalnav {
	color: #900000;
	background-color: white;
	text-decoration: none;
	font-family: "Century Gothic", "Arial", "Helvetica", "Osaka",sans-serif;
}
a:hover.globalnav {
	color: white;
	background-color: #900000;
	text-decoration: none;
	font-family: "Century Gothic", "Arial", "Helvetica", "Osaka",sans-serif;
}
a:active.globalnav {
	color: black;
	background-color: white;
	text-decoration: none;
	font-family: "Century Gothic", "Arial", "Helvetica", "Osaka",sans-serif;
}

a:link {
	color: #400000;
	background-color: transparent;
	text-decoration: none;
	font-family: "Century Gothic", "Arial", "Helvetica", "Osaka",sans-serif;
}
a:visited {
	color: #400000;
	background-color: transparent;
	text-decoration: none;
	font-family: "Century Gothic", "Arial", "Helvetica", "Osaka",sans-serif;
}
a:hover {
	color: black;
	background-color: transparent;
	text-decoration: underline;
	font-family: "Century Gothic", "Arial", "Helvetica", "Osaka",sans-serif;
}
a:active {
	color: #333399;
	background-color: transparent;
	text-decoration: none;
	font-family: "Century Gothic", "Arial", "Helvetica", "Osaka",sans-serif;
}
#aboutbanners {
	background-color: #FFC;
	display: none;
	border: 1px solid #FC9;
	width: 80%;
	margin-left: 10%;
}
li{
	text-indent: 0;
}

dl.leftmenu {
	margin: 0.5em;
	padding: 0;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: black;
}
dd.leftmenu{
 font-size: medium;
 margin-left: 0;
 padding-left: 1em;
}

.sideboxcontainer{
	width: 90%;
	margin-top: 1em;
	margin-right: 4.5%;
	margin-left: 4.5%;
	padding: 0;
	position: relative;
	left: 5px;
	top: 5px;
}
.sideshadowcontainer{
	background-color: #404040;
}
.sideshadowcontainer .innerdiv{
	padding: 0.5em;
	list-style-type: square;
	list-style-position: outside;
	background-color: white;
	border: 1px dotted black;
	position: relative;
	left: -5px;
	top: -5px;
	overflow: hidden;
}

.sideboxtitle {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	color: #900000;
	border-style: solid;
	border-color: black;
	border-width: 0 0 2px 0px;
	margin-top: 0;
	padding-top: 0;
}

