@charset "Shift_JIS";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

/* タグ */

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#FFFFFF;
	background-image: url(https://www.sanriobb.com/conte/images/back.gif);
	background-repeat:repeat-x;
	background-attachment: fixed;
	color: #4B4B4B;
	font-size: 80%;
}
h1,h2,h3,p {
	margin: 0px;
}
ul li {
	display:inline;
}
img {
	border:none;
}
a:link,a:visited{
	color:#FF3366;
	text-decoration:underline;
}
a:hover{
	color:#FF3366;
	text-decoration: none;
}

/* 余白 */
.m5 {
	margin:5px;
}
.m10 {
	margin:10px;
}
.m20 {
	margin:20px;
}
.mt3 {
	margin-top:3px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.indent{
	margin-left:0.5em;
	text-indent:-0.5em;
}
.center{
	text-align: center;
}
.clear{
	clear: both;
}

/* コンテンツ枠 */
#wrapper {
     margin-left:auto;
     margin-right:auto;
     text-align:left;
     width:800px;
}
.contents {
  margin-top:0px;
  width:800px;
  background-color:#FFFFFF;
}

.side {
  width:200px;
  background-image: url(https://www.sanriobb.com/conte/images/side.jpg);
  background-repeat:repeat-y;
}

.sideMenu {
  margin-top:5px;
  margin-left:0px;
}

/* ナビゲーション */
.navi {
	margin-top: 4px;
	text-align: center;
	width: 180px;
}
.menu {
	margin-top: 10px;
	text-align: center;
	width: 180px;
}
.menu2 {
	margin-top: 20px;
	text-align: center;
	width: 180px;
}
/*
.form_m {
	margin: 0px;
	width: 180px;
	display:inline;
}
*/
#subnavi1,#subnavi2,#subnavi3 {
	display: none;
	margin-bottom: 5px;
	margin-left: 20px;
	width: 139px;
}

#bb_ban {
	padding-left: 8px;
	padding-top: 30px;
	clear: both;
	padding-bottom: 50px;

}
/* このページの上へ */
.pagetop{
	font-size: 80%;
	background-image: url(https://www.sanriobb.com/conte/images/hana.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 16px;
	margin-left: 480px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.bbfla {
	margin-left: 20px;
	margin-top: 10px;
}

/* コピーライト */
#copy {
	font-size: 80%;
	color: #999999;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 50px;
	margin-right: 20px;
}
#copy ul{
	margin-bottom: 20px;
}
#copy .foot_kei {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 12px;
	padding-right: 10px;
}
#copy p {
	margin-top:3px;
}
.contents_r {
	margin-right: 20px;
}

