
body {
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";
	background:#000000;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

#wrap {
	padding: 0px;
}

section {
	margin-bottom: 1em;
	padding: 10px;
}


p {
	margin-bottom: 1em;
}

/* clearfix */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* メインロゴ */
.main_logo {
	float: left;
}

/* CATVロゴ */
.catv_logo {
	text-align: right;
}

/* 検索部メニュー */
#menu_search {
	width: 149px;
	height: 35px;
}

.menu_search {
	float: left;
}

/* サブメニュー */
#sub_menu {
 	//text-align: right;
}

/* ログインリンク */
.menu_login {
	float: left;
}

/* メニューリスト */
.menu_list {
    float: left;  
}

/* 今月のおススメ動画メニュー */
.menu_osusumemovie {
}


/* 画像プリロード */
.imgBox{
	//background:url(../images/loading.gif) 50% 50% no-repeat;
}

/* 番組セクションの項目名 */
.sec_title {
	color:#0069ED;
	font-weight: bold;
}

/* 詳細を見るボタン */
.detail_btn {
	border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	font-size: 85%;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	margin-bottom:8px;
}

.detail_btn a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding:10px;
	color: #444444;
	text-decoration: none;
}

/* 詳細を見るボタン2 */
.button-gray {
  text-align: center;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  font-size: 85%;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  width: 90%;
  margin: 0 auto;
  margin-top:8px;
}

.button-gray a {
	display: block;
	padding:8px;
	color: #444444;
	text-decoration: none;
}

/* 写真キャプション */
.photo_caption{
	margin-bottom:8px;
}

h2 {
	font-size: 121%;
	color: #ffffff;
	margin-bottom: 10px;
}

/* ナビゲーション */
nav {
	margin:0;
	padding:0;
	margin:0 0 4px 0;
}


/*---------- topMenu ----------*/
div.topMenu{
	margin:0;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(60,60,60)),color-stop(1, rgb(0,0,0)));
	background-image:-moz-linear-gradient(center top,rgb(60,60,60) 0%,rgb(0,0,0) 100%);
	border-bottom:1px solid #666666;
}

div.topMenu + div.topMenu{
	border-bottom:1px solid #666666;
}

div.topMenu ul{
	margin:0;
	font-size:0;
}

div.topMenu li{
	display:inline-block;
	padding:0;
	width:32.5%;
	border-right:1px solid #666666;
	text-align:center;
	font-size:13px;
	line-height:0;
}

div.topMenu li a {
	display: block;
	margin:0;
	padding: 0;
}

div.topMenu li:nth-child(4),
div.topMenu li:last-child{
	border-right:none;
}

div.topMenu li img{
	width:75px;
	height:32px;
}

#btnTop {
	border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}

#copywrite {
	text-align: center;
	margin-bottom:5px;
	font-size:85%;
}

footer {
	border-top: 1px solid #ebebeb;
//	padding-top: 10px;
	background: url(../images/bg_footer.png) repeat-x;
}

footer p {
	clear: both;
	padding: 0;
}
footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}


/* カテゴリータイトル */
.category_title {
//	border-top: 1px solid #ebebeb;
//	padding-top: 10px;
	background: url(../images/bg_title.png) repeat-x;
}

.category_title p {
	clear: both;
	padding: 0;
}
.category_title img {
	vertical-align: top;
}
.category_title p:last-child {
	margin: 0;
}

/* 録画予約お願いメールリンク */
.rec_mail{
	color:#FFFF66;
}


