* {
  margin: 0;
  padding: 0;
}
html, body {
	height: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:14px; line-height:22px; color:#000;
}
body {
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	background:url(../img/main_bg.jpg);
}
#header {
	background-color: #000;
	height: 36px;
}
#container 	{
	width: 100%;
  position: relative;
  height: 100%;
  min-height: 100%;

}
body > #container {
  height: auto;
}
#contents {
	padding-bottom: 80px;
	background:url(../img/main_bg_re.jpg) repeat-x;
}
#mainarea {
	width:936px;
	margin:0 auto;
	  background:url(../img/shadow_bg.png) repeat-y top center;
}
#footer {
	width: 100%;
	background: #000;
  position: absolute;
  bottom: 0;
  height: 80px;
}
#footer p {
	color:#fff;
	text-align:center
}
#footer a {color:#fff; text-decoration: underline; outline : 0;}
#footer a:hover {color:#fff; text-decoration: none;}

.rsidemainbg {
	background:url(../img/index_menu_bg.png);
	height:100%;
}