@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
}
.toppage #sidebar1 .style1 {
	font-size: 11.75px;
	line-height: 1.5em;
	padding-left: 5px;
	color: #990000;
}
.toppage #sidebar1 .style2 {
	font-size: 11.75px;
	line-height: 1.5em;
	color: #000099;
	padding-left: 5px;
}
.toppage #container {
	width: 930px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
	padding: 0px;
} 
.toppage #sidebar1 style3 {
	font-size: 13px;
	color: #006600;
}
.toppage #mainContent {
	margin-bottom: 0px;
	float: left;
	width: 580px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
} 
.toppage #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 335px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
	margin: 0px;
}
.toppage #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.toppage #sidebar2 {
	font-size: 12px;
	color: #006600;
	text-align: left;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
p.footer {
	font-size: 11px;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #006600;
	height: 33px;
	float: none;
	visibility: inherit;
	text-align: center;
}
p.header {
	font-size: 1px;
	background-color: #006600;
	height: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* CSS Document */

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.news {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
}
.title {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
