@charset "Shift_JIS";

/* 全体背景
---------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

/* 各背景設定
---------------------------------------------------- */
#header-bg {  
  background:  url(../images/hdr_bg.jpg) repeat-x;
}
#top-bg {  
  background:  url(../images/top_bg.jpg) repeat-x;
}
#side-left {
	background-image: url(../images/side_left.jpg);
	background-repeat: repeat-y;
}
#side-right {
	background-image: url(../images/side_right.jpg);
	background-repeat: repeat-y;
}
#dot_gray-bg {  
  background:  url();
}
