@charset "utf-8";
.v5  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 17px;
}
#page {
	width: 720px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding: 0px;
	border: 0px none #000000;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #003399;
}

.link0 {
	color: #0000FF;
	text-decoration: none;
}

 
#header {
	height: 85px;
	margin: 0px;
	padding: 0;
	font-size: 12px;
} 

#leftside {
	float: left;
	padding: 0px;
	margin: 0px;
}

.sidemenu {
	width: 160px;
	background-color: #d6e8f6;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border: 1px solid #33210e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	right: 5px;
}

.sideim1 {
	width: 160px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	margin: 0px;
	padding: 0px;
	border-top-color: #33210e;
	border-right-color: #33210e;
	border-left-color: #33210e;
	background-color: #ff393e;
	height: 20px;
}
.sideim2 {
	width: 160px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	margin: 0px;
	padding: 0px;
	border-top-color: #33210e;
	border-right-color: #33210e;
	border-left-color: #33210e;
	background-color: #1973fa;
	height: 20px;
}
.sideim3 {
	width: 160px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	margin: 0px;
	padding: 0px;
	border-top-color: #33210e;
	border-right-color: #33210e;
	border-left-color: #33210e;
	background-color: #3b800f;
	height: 20px;
}
.sideim4 {
	width: 540px;
	padding: 0px;
	background-color: #3b800f;
	height: 20px;
	margin: 0px;
}
#rightside {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	top: 0px;
	padding: 0;
	width: 540px;
	float: right;
} 

.leftmenu {
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#footer {
	font-size: 11px;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	width: 720px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	background-position: center center;
	text-align: center;
	line-height: 15px;
} 
#footer2 {
	font-size: 10px;
	width: 720px;
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#kawaraban {
	font-size: 13px;
	line-height: 21px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	width: 520px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.v-link1 {
	color: #000000;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 17px;
	right: 5px;
	padding-left: 5px;
}

.v-link1:link {
	color: #333333;
	text-decoration: none;
}
.v-link1:visited {
	color: #333333;
	text-decoration: none;
}
.v-link1:hover {
	color: #FF0000;
	text-decoration: underline;
}

.news {
	color: #000000;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 26px;
}

.td-cell {
	background-color: #fdfdea;
	color: #000000;
	border-color: #666666 #666666 #666666 #666666;
	border-style: solid solid solid solid;
	border-width: 0px 1px 1px 1px;
	font-size: 12px;
	line-height: 14px;
}
.td1-cell {
	background-color: #defde9;
	color: #000000;
	border-color: #666666 #666666 #666666 #666666;
	border-style: solid solid solid solid;
	border-width: 0px 1px 1px 1px;
	font-size: 12px;
	line-height: 14px;
}
.th-cell {
	color: #333333;
	background-color: #f2e2b3;
	border-color: #666666 #666666 #666666 #666666;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	font-size: 12px;
}

.font11 {
    font-size:11px}

.font12 {
    font-size:12px}	
	
#sabright {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 203px;
	margin-right: 0px;
	float: right;
	margin-left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#sableft {
	font-size: 12px;
	line-height: 14px;
	float: left;
	width: 325px;
	margin-bottom: 0px;
	margin-top: 10px;
	border: 1px solid #666666;
}
#eventlog {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	background-color: #CCCC99;
	margin-top: 3px;
	width: 318px;
	border: 1px solid #000099;
	margin-right: 3px;
	margin-left: 3px;
}
#event {
	font-size: 13px;
	width: 320px;
	padding-top: 5px;
	padding-left: 5px;
	color: #333333;
}
#event2 {
	font-size: 13px;
	width: 320px;
	padding-top: 5px;
	padding-left: 5px;
	color: #333333;
}
.tb-sji {
	font-size: 10px;
}
