@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
.sidebar_ul     {
	margin: 10px 0;
	padding: 0px;
	list-style-type: none;
	color: #CCCCCC;
}

.Style2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #999999;
}
.Style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.sidebar_ul li    {
	margin: 0 0 5px 10px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
}

#mainContent .member img {
	display: block;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent img {
	display: inline;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container  {
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin: 0px auto;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 0;
	height: 100%;
	background-color: #40402F;
} 
#header  {
	background: #30321D;
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	margin: 0;
	text-align: center;
} 
#header  h1  {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
#sidebar1  {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 160px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0;
	text-align: left;
}
#sidebar2  {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 140px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 0; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0;
}
#mainContent  {
	padding: 10px 0 10px 0;
	background-color: #787856;
	text-align: center;
	margin: 0px 140px 0px 160px;
	width: 600px;
	height: auto;
} 
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}






@charset "utf-8";
#wrapper {
	margin: 0px auto;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 0;
	height: 100%;
	background-color: #40402F;

}
#content_header {
	padding: 10px 0;
	background-color: #38460B;
	color: #DEDCC3;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 600px;
	float: left;
	margin: 0;
}
#header {
	background-color: #30321D;
	width: 900px;
	height: auto;
	margin: 0;
	padding: 15px 0;
	color: #C1C0AB;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 10px;
	line-height: 1.5em;
}

a:link,a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #EBEBE2;
}


a:hover {
	color: #30321D;
	background-color: #F7F9EE;
}
#rightcontent {
	float: right;
	width: 150px;
	height: 500px;
	margin: 0;
	padding: 20px 0;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.5em;
	text-align: center;
	background-color: #40402F;
	font-size: 13px;
	font-weight: bold;
	color: #787856;
}

#sidemenu {
	float: left;
	width: 140px;
	height: 100%;
	margin: 0;
	padding: 20px 0;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.5em;
	text-align: center;
	background-color: #40402F;
	font-size: 13px;
	font-weight: bold;
	min-height: 100%;
	color: #787856;
}
#sidemenu ul li {
	color: #787856;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.5em;
}



body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #C1C0AB;
	text-align: center;
	background-attachment: fixed;
	line-height: normal;
}
img {
	margin: 0;
	padding: 0px;
	border-width: 0px;
	line-height: 0px;
}

hr {
	width: 80%;
	margin: 0px auto;
	border-top: dotted #666 1px;
}

.member {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #99CCCC;
	margin: 10px auto;
	font-weight: normal;
	display: block;
}
#footer {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 8pt;
	background-color: #30321D;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #C1C0AB;
	display: block;
	clear: both;
	width: auto;
	height: 10px;
}

.embedtxt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #68674D;
	background-color: #30321D;
	width: 400px;
	margin: 0px auto;
	overflow: auto;
	padding: 0;
	height: 50px;
	text-align: left;
	white-space: normal;
}
.cap1 {
	font-size: 11px;
	color: #40402F;
	margin: 5px;
	padding: 0px;
	display: block;
}

h1 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #787856;
	margin: 0;
	padding: 10px;
	line-height: 1em;
	display: inherit;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	display: inline;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 10px auto;
	padding: 10px 0 5px 0;
	display: block;
	color: #FFFFFF;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 5px;
	width: auto;
	margin: 10px auto 5px auto;
	border-bottom-width: 0px;
	border-top: dotted #DEDCC3 1px;
	border-bottom: dotted #DEDCC3 1px;
}
