@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #2B2C21;
	background-image: url(../img/top/main_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FF3399;
}
a:active {
	text-decoration: none;
}
.rrb  #container {
	width: 840px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.rrb #container img{
border: none;
}  
.rrb #header {
	background-color: #000000;
} 
.rrb #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

.rrb #main {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 220px;
}

.rrb #sidebar1 {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	text-align: left;
}
.rrb  #sidebar1  h3 {
	margin: 0px;
}
.sidecommon {
	font-size: 10px;
	padding-right: 110px;
	line-height: 16px;
	padding-left: 10px;
	height: 80px;
}

.side1 {
	background-image: url(../img/page/side__f.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px dotted #666666;
}
.side2 {
	background-image: url(../img/page/side__a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	border: 1px dotted #666666;
}
.side3 {
	background-image: url(../img/page/side__s.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	border: 1px dotted #666666;
}

.side4 {
	background-image: url(../img/page/side__c.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	border: 1px dotted #666666;
}
.sidem {
	background-image: url(../img/page/side_mobile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	border: 1px dotted #666666;
	padding-left: 80px;
	font-size: 10px;
	line-height: 15px;
	padding-right: 10px;
	font-weight: bold;
}







.rrb #footer {
	background-color: #000000;
	text-align: right;
} 
.rrb #footmenu {
	color: #999999;
	height: 22px;
	font-size: 10px;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
}
.rrb #footcopy {
	color: #FFFFFF;
	padding-top: 40px;
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	letter-spacing: 1px;
	padding-bottom: 10px;
	text-align: center;
}



/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.notcata {
	letter-spacing: 1px;
	font-size: 12px;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #CCCCCC;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 16px;
}
