@charset "utf-8";

/* 初期化 
======================================================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, day_icon, day_icon2 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
  overflow-y: scroll;
}

body { 
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	background: url(../images/background.png);
}

a {
	color: #22ac38;
}

a:hover {
	color: #2F822F;
}

a:active {
	background: hsla( 0, 100%, 100%, 0.5 );
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
}
.l {
	float: left;
}
.r {
	float: right;
}
.ml5 {
	margin-left: 5px;
}
.mr5 {
	margin-right: 5px;
}
.ml10 {
	margin-right: 10px;
}
.clear {
	clear: both;
}
.pagetop {
	position: absolute;
	right: 15px;
	top: 5px;
}

.img_center{
	vertical-align: bottom;
	margin: 0 auto; 
}
/* トップページ
======================================================================================*/
/* ブロック幅 
======================================================================================*/
article {
	background: url(../images/bg_a.gif) repeat-y;
	width: 1000px;
	margin: 0 auto;
}

/* ヘッダー
======================================================================================*/
header {
	background: url(../images/bg_h.gif) bottom repeat-x;
	width: 1000px;
}
.mainpage {
	padding-top: 1px;
	padding-right: 1px;
}

/* ブロック共通
======================================================================================*/
.sl_osusume_img {
	margin-left:-6px;
}
.sl_block {
	background: url(../images/sl_th.jpg) no-repeat;
	padding: 6px 6px 3px;
	position: relative;
}

#block1, #block2 {
	padding-bottom: 10px;
}
#block1 .th, #block2 .th {
	background: url(../images/bg_th.jpg) no-repeat;
	padding: 6px 6px 3px;
	position: relative;
}

#block1 .time, #block2 .time {
	background: url(../images/bg_time.jpg) repeat-y;
	width: 110px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 1.13em;
}

#block1 .day_icon, #block2 .day_icon{
	margin-top:4px;
	margin-left:1px;
	margin-right:3px;
}

#block1 .day_icon2, #block2 .day_icon2{
	margin-top:4px;
	margin-left:1px;
	margin-right:3px;
}

/*
#block1 .th .txt, #block2 .th .txt {
	color: #6DFA9B;
	padding-left: 15px;
	font-size: 0.88em;
	padding-top: 3px;
}
*/

#block1 .th .txt, #block2 .th .txt {
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 0.88em;
	padding-top: 3px;
}

/* ブロック１
======================================================================================*/
#block1 .box {
	background: #000;
	padding: 10px;
	width: 970px;
	margin-left: 5px;
	margin-bottom: 20px;
}
#block1 .box .txt {
	width: 770px;
	color: #FFF;
	font-size: 0.75em;
	padding-left: 10px;
}

/* ブロック２
======================================================================================*/
#block2 .box {
/*
	background: #000;
*/
	background: #FFF;
	padding: 10px;
	width: 470px;
	margin-bottom: 20px;
}
#block2 .box .txt {
	width: 270px;
	color: #508B3E;
	font-size: 0.75em;
	padding-left: 10px;
}
/* js
======================================================================================*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

#cboxOverlay{background:#CCC;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.cboxIE6 #cboxTopLeft{background:url(../images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
/* kwicks
======================================================================================*/
.kwicks
{
  list-style: none;
  position: relative;
}
.kwicks li
{
  display: block;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  float: left;
  width: 410px;
  height: 29px;
  margin-right: 0px;
  background-repeat: no-repeat;
}

.kwicks a
{
  display: block;
  height: 40px;
  text-indent: -9999px;
  outline: none;
}

#kwick1
{
  background-position: 0px 0px;
  background-image: url(../images/day1.jpg);
}
#kwick2
{
  background-image: url(../images/day2.jpg);
}

#kwick1.active, #kwick1:hover {
  background-image: url(../images/day1_2.jpg);
}
#kwick2.active, #kwick2:hover {
  background-image: url(../images/day2_2.jpg);
}

#kwick1 a
{
  background-image: url(../images/end.gif);
  background-repeat: no-repeat;
  background-position: left 0px;
}

#kwick1 a:hover
{
  background-position: left -80px;
}

#kwick2 a
{
  background-image: url(../images/end.gif);
  background-repeat: no-repeat;
  background-position: right 0px;
}
#kwick2 a:hover
{
  background-position: right 0px;
}

.kwicks_still
{
  list-style: none;
  position: relative;
}
.kwicks_still li
{
  display: block;
  overflow: hidden;
  padding: 0;
  float: left;
  width: 820px;
  height: 29px;
  margin-right: 0px;
  background-repeat: no-repeat;
}


#kwick_still1
{
  background-position: 0px 0px;
  background-image: url(../images/Bar_day.jpg);
}
#kwick_still2
{
  background-image: url(../images/day2.jpg);
}

.topimg_pc {
/* Chrome,Safari4+ */
	padding: 3% 2%;
	text-align: center;
}




ul#sub_title {
  margin: 0 0 0 0;
  padding: 0;
}

ul#sub_title:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

ul#sub_title li {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type : none;
}

ul#sub_title li a img {
  border: 0;
}

.live_title_bar {
	margin-top:-5px;
	margin-left:-26px;
	margin-bottom:3px;
}

.live_chg {
	width:630px;
	margin-left:15px;
	float:left;
/*	text-align: right;*/
	font-weight: bold;
	background-color: #FFF;
	border:1px solid #000;
}

.twitter {
	width: 285px;
	float:right;
}

.live_text {
	margin-top:1px;
	margin-left:-26px;
	margin-bottom:4px;
	width: 1000px;
	height: 35px;
	color: #FFF;
	background: #000;
	font-size: 1.6em;
/*	vertical-align: middle; */
	font-weight: bold;
}

.bold_title{
	font-size: 1.12em;
	font-weight: 900;
}
.bold_title2{
	font-size: 1.2em;
	font-weight: 900;
}
