/* html,bodyタグの設定 */
            html, body{
				font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 11pt;
	line-height:120%;
	color: #fff;
                margin: 0;         /* 余白の削除 */
                padding: 0;        /* 余白の削除 */
                width:100%;
                height:100%;
				background-color:#D3D3D3;
				background:url(../images/bk.jpg) repeat;
            }
            
            /* ヘッダーの固定 */
            div#header-fixed
            {
                position: fixed;            /* ヘッダーの固定 */
                top: 0px;                   /* 位置(上0px) */
                left: 0px;                  /* 位置(右0px) */
                width: 100%;                /* 横幅100%　*/
                height: 25px;              /* 縦幅 */
            }
            
            
            div#header-bk { 
                background-color:#444;     /* 背景色(黒) */
				color:#fff;     /* 文字色(白) */
				line-height:160%;
                padding:4px 10px 0px;       /* 上10px、下0pxをあける */
                height:41px;              /* 縦の高さ110px */
                width:960px;                /* 横の幅を100% */
				margin: auto; 
				background:url(../images/header_bk.png) no-repeat;
            }
            
            
            div#header { 
                height: 100%;              /* 縦の表示領域はheader-bkと同じ */
                width: 980px;              /* 横の幅970px */
                margin: auto;              /* 中央揃え */
            }
			
			#top,
			#campaign,
			#topics,
			#presents {
				margin-top:-27px;
				padding-top:27px;
			}
            
            
            /* フッターの固定 */
            div#footer-fixed
            {
                bottom: 0px;                /* 位置(下0px) */
                left: 0px;                  /* 位置(左0px) */
                width: 100%;                /* 横幅100%　*/
                height: 25px;              /* 縦幅 */
            }
            
            div#footer-bk
            {
                background-color:#444;     /* 背景色(黒) */
				color:#fff;     /* 文字色(白) */
				line-height:160%;
                padding:0px 15px 5px;       
                height:20px;              /* 縦の高さ */
                width:950px;                /* 横の幅 */
				margin:0px auto;
				background:url(../images/footer_bk.png) no-repeat;
            }
            
            div#footer { 
                width: 980px;              /* 横の幅 */
                margin: 0px auto;              /* 中央揃え */
				text-align: right; 
            }
            
            
            /* ボディの定義 */
            div#body-bk{
                padding:28px 0px 0px 0px;    /* 上下に50px 25pxを余白を取る */
            }
            
            div#body{
                width:980px;
                margin:0px auto;
				background-color:#444;
				
            }
			
			a.anchor{
				padding-top:50px;
				margin-top:-50px
			}
			
			
			/* 	コンテンツの定義 */
			div#top-banner{
				height: 100px; 
                padding:4px 10px;
				background-color:#fff;
            }
			div#content{
                width:960px;
				margin:0px;
                padding:0px; 
            }
			.content02{
                width:960px;
				margin:4px 10px 0px 10px;
                padding:5px 0 5px; 
            }
			.content03{
                width:960px;
				margin:0px 10px 0px 10px;
                padding:0px 0 5px; 
            }
			
			.colR {
				float:right; }
			.colL {
				float:left;
			}
			.colR_header {float:right;
			padding:1px 20px 1px 0px;}
			.colR_header02 {float:right;
			padding:1px 30px 0px 0px;}
			.colR_con {
				float:right; 
				width:520px;
				padding:4px 0px 0px 0px;
				}
				.colR_con02 {
				float:right; 
				width:500px;
				padding:4px 0px 0px 0px;
				}
			
			.colL01 {
	float:left;
	width:642px;
			}
			.colR02 {
				float:right; 
				width:750px;
				padding:0px;
				margin:0px;
			}
			.colL02 {
				float:left;
				width:200px;
				padding:0px 0px 10px;
			}
			
.box01 {
	width:960px;
	height:156px;
	margin:0px;
	background:url(../images/slide_area.jpg) no-repeat;
	padding:1px 12px 0px 0px;
}

.box02_mid {
	width:750px;
	margin:0px;
	padding:0px 0px 0px 19px;
	background:url(../images/box02_middle.png) repeat-y;
	word-break:break-all;
}

.box02_bottom {
	width:750px;
	height:20px;
	margin:0 auto;
	background:url(../images/box02_bottom.png) no-repeat;
}

.textbox_can {
	margin:0 auto;
	padding:15px 0px 15px 15px;
	border-bottom: 1px dotted #CCCCCC;
}
.textbox_topi {
	margin:0 auto;
	padding:15px 0px 15px 80px;
	background:url(http://www.bbst.tv/images/ico_mou.gif) no-repeat;
	background-position: 1% 10% ;
	border-bottom: 1px dotted #CCCCCC;
}
.textbox_pre {
	width:750px;
	height:130px;
	margin:0 auto;
	padding:15px 0px 15px 20px;
	border-bottom: 1px dotted #CCCCCC;
}

.box01_textbk {
	width:540px;
	padding:0px 20px 0px 20px;
	margin-bottom: 10px;
	background-color:#FFFFCC;
	color:#444;
	font-weight:bold;
}

table {
	margin:0;
	border:0px;
	color:#444;
	border-collapse: collapse;
  border-spacing: 0;
  font-size: 9pt;
	}
td {
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:0px;
	margin:0px;
	}
td.bgBlue {
	background-color:#CCFFFF;
	padding:4px;
}
td.bgBlue02 {
	background-color:#FFFFCC;
	padding:4px;
}
td.noLineB {
	border-bottom:0px;
	}
table.noLineT {
	border-top:0px;
	}

h2 {
	padding:0px;
	margin: 0px;
}
.h4 {
	height:20px;
	width:492px;
	padding:2px 4px 2px 4px;
	margin-bottom: 10px;
	background-color:#FF6633;
	color:#FFFFFF;
	font-weight:bold;
}
.h4_text {
	font-size: 12pt;
	width:492px;
	padding:2px 4px 2px 4px;
	margin-bottom: 10px;
	font-weight:bold;
}

/* ul {
    overflow: hidden;
}
li {
	list-style-type: none;
    margin-top: -1px;
    border-top: 1px dotted #CCCCCC;
    padding: 12px;
} */

.btn_shityo {
	width:640px;
	margin: 0 auto;
}
.btn_top {
	width:155px;
	margin: 0 auto;
}


.red {color:#FF0099;}


/* Link Color */
a:link {color:#66CCFF; text-decoration: none;}
a:visited {color:#66CCFF; text-decoration: none;}
a:hover {color:#FF0099; text-decoration: none;}
a:active {color:#FF0099; text-decoration: none;}

a.white:link { color:#ffffff; text-decoration: none; font-size:10pt; }
a.white:visited {color:#ffffff; text-decoration: none;font-size:10pt; }
a.white:hover {color:#FFFF66; text-decoration: none;font-size:10pt; }
a.white:active {color:#FFFF66; text-decoration: none;font-size:10pt; }

h1{font-size:11pt; margin:20px 0px 0px 0px;}
h2{font-size:11pt; margin:4px 0px 0px 0px;}
h2_{font-size:10pt; margin:20px 0px 10px 0px; color:#CC0000; background-image:url(http://www.bbst.tv/images/news/maru.gif); background-repeat:no-repeat; padding-left: 15px;}
h3{font-size:12pt;  color:#FF6633; margin:5px 0px 10px 0px; clear:both;}

.smallTxt {font-size:9pt; line-height:140%;}
			
			
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
			
.c-both {clear:both}

img {border:0px;}
.margin0 {margin:0px;}
.margin5_10 {margin:5px 0px 10px 0px;}
.margin10 {margin:10px;}




 /* contentsページたち の設定 */
 
.box03_top {
	width:750px;
	height:40px;
	margin:0px;
	padding:20px 0px 0px 0px;
	background:url(../images/title_contents_bk.png) no-repeat;
	font-size:18pt;
	font-weight:bold;
	color:#FFFFFF; 
	text-align: center; 
} 
.box03_mid {
	width:670px;
	margin:0px;
	padding:5px 40px 5px 40px;
	background:url(../images/box02_middle.png) repeat-y;
	word-break:break-all;
	color:#444;
	line-height:150%;
}

.box03_bottom {
	width:750px;
	height:20px;
	margin:0 auto;
	background:url(../images/box02_bottom.png) no-repeat;
}

.imgL{
	float:left;
	padding-right:15px;
	margin-top:5px;
	margin-bottom:10px;}
	
	
	
 /* form.html の設定 */
 	
.box04_mid {
	width:670px;
	margin:0px;
	padding:10px 40px 10px 40px;
	background:url(../images/box04_middle.png) repeat-y;
	word-break:break-all;
}

.box04_bottom {
	width:750px;
	height:20px;
	margin:0 auto;
	background:url(../images/box04_bottom.png) no-repeat;
}