@charset "utf-8";
body  {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #001B33;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 13px;
}

.twoColFixLt #container {
	width: 1024px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.twoColFixLt #header{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color: #E3EBEE;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}

.twoColFixLt #topL {
	float: left;
	width:420px;
	margin: 0px;
	padding: 0px;
}

.twoColFixLt #topR {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 450px;
	padding: 0px;
} 

.twoColFixLt #fontsize_table {
	background-color: #E2E9EC;
	font-size:14px;
	}

.twoColFixLt #fontsize_table th {
	background-color: #ffffff;
	font-size:14px;
	color: #3366FF;
	}
	
.twoColFixLt #fontsize_table td {
	background-color: #E2E9EC;
	font-size:14px;
	}
	
.twoColFixLt #fontsize_table a {
	color:#000000;
	text-decoration:none;
	}
.twoColFixLt #mainArea {
	background-image: url(../images/bg_sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
}

.twoColFixLt #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #E3EBEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	display: inline;
}

.twoColFixLt #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 

.twoColFixLt #MidashiWall {
	background-image: url(../images/MidashiWall01.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 20px;
	letter-spacing: 0.5em;
}

.twoColFixLt #GoToLSide {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.twoColFixLt #GoToRSide {
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.Footer {
	text-align: center;
	width: 1004px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #033;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.Footer #FooterMain{
	text-align: right;
	width: 994px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}

.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}

.SearchBox {
	font-size: 8pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ClearBoth {
	clear: both;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfloat_Left { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfloat_Right { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.BtnWaku01 {
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
}

.border_table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse:collapse;
}

.border_table th {
	color: #ffffff;
	background-color: #707070;
	text-align:center;
	font-weight:100;
	font-size:90%;
}

.border_table td,.border_table th{
	padding: 0.2em 0.5em;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	line-height: 1.2em;
}

.Info_Line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #069;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}

.ContentsLink {
	font-size: 11px;
	text-align: right;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.ContentsLink #Visit_Link {
	color: #600;
}

.RssBox01{
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 0.7em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

a.RssLink01{
	font-size: 15px;
	background-color:#FFFFFF;
	display:block;
	height: 1.1em;
	width: 100%;
}

a.RssLink01:active{
	text-decoration:none;
	color: #063;
}

a.RssLink01:link{
	text-decoration:none;
	color: #063;
}

a.RssLink01:visited{
	text-decoration:none;
	color: #063;
}

a.RssLink01:hover{
	background-color:#FFC;
	text-decoration:none;
	color: #900;
}

.ImeOn
{
    IME-MODE: active
}

.ImeOff
{
    IME-MODE: disabled
}

.CollapsiblePanel01 {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCC;
}

.CollapsiblePanel02 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	width: 730px;
}
