/**********************
 属性基本設定
**********************/
body,div,p,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	letter-spacing: 0px;
}
body {
	margin: 0px auto 0px auto;
	color: #333333;
	font-size: 12px;
	line-height: 140%;
	background: #ffffff url(/img/common/header/bg_header.png) repeat-x center top;
	font-family:'ＭＳ Ｐゴシック','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
* html body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
*+html body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}
td {
	word-break: break-all;
}
a {
	color: #222222;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px;
}


/**********************
 汎用クラス系
**********************/

.hidden { display:none; }
.inline-block {display:inline-block; /display:inline; /zoom:1; vertical-align:top;}

/* "float" クリアセット */
.cfix {zoom:1;} .cfix:after{content: ""; display: block; clear: both;}

.l { float: left; }
.r { float: right; }

/* フォントサイズ */
.fs10 { font-size: 10px; line-height: 12px; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; line-height: 16px; }
.fs16 { font-size: 16px; line-height: 20px; }

/* ブロック */
.mt6{margin-top:6px;}
.mt10{margin-top:10px;}
.mt16{margin-top:16px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mb6{margin-bottom:6px;}
.mb10{margin-bottom:10px;}
.mb16{margin-bottom:16px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.pd6{padding:6px;}
.pd10{padding:10px;}
.pd16{padding:16px;}
.pd0410 { padding: 4px 10px; }
.pd1020 { padding: 10px 20px; }
.boxcentering { margin-left: auto; margin-right: auto;  }

.opacity80 {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}



/**********************
 共通
**********************/

#service,
#site-head-wrapper,
#site-body,
#site-foot {
	width: 960px;
	margin: 0 auto;
}


#search_menu {
	margin-bottom: 12px;
	color: #ffffff;
	background: transparent url(/img/common/bg_black_w713.png) no-repeat left center;
}
#search_menu table {
	height: 39px;
	margin: 0px auto 0px auto;
	border-collapse: collapse;
}

h2#search_summary {
	margin-bottom: 12px;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	border-bottom: 2px solid #666666;
}


#service {
	height: 30px;
	margin: 0px auto 10px auto;
	background: url(/img/common/header/bg_header.png) repeat-x left top;
}
#service_cnt {
	width: 960px;
	margin: 0px auto 0px auto;
}
/* "float" クリア */
#service { zoom: 1; }
#service:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

#service {
	color: #ffffff;
}
#service span.off {
	color: #cccccc;
}
#service #nicomenu {
	float: left;
	margin-top: 6px;
}
#service #nicomenu a {
	color: #eeeeee;
}
#service #nicomenu a:hover {
	text-decoration: none;
}
#service #sitemenu {
	float: right;
	margin-top: 4px;
	color: #eeeeee;
	/*line-height: 32px;*/
	color: #ffffff;
}
#service #sitemenu a {
	color: #ffffff;
}
#service #sitemenu a.bdr {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid #999999;
}
#service a.parent {
	color: #eeeeee !important;
}

/* popup */

#popup_other {
	float: left;
	margin-top: 6px;
	padding-left: 10px;
	z-index: 10000;
}
#popup_other a.parent {
	color: #ffffff !important;
}
* html #popup_other a.parent,
*+html #popup_other a.parent { display: block; }
#popup_other_cnt {
	clear: both;
	display: none;
	position: absolute;
	width: 240px;
	top: 20px;
	background: #666666;
	border: 2px solid #111111;
	z-index: 10000;
}
#popup_other_cnt table {
	width: 100%;
}
#popup_other_cnt td {
	width: 50%;
	vertical-align: top;
}

#popup_other_cnt span {
	display: block;
	padding: 1px 5px;
}
#popup_other_cnt a {
	display: block;
	color : #eeeeee !important;
	padding: 1px 5px;
	text-decoration: none;
}
#popup_other_cnt a:hover {
	background: #111111;
	color : #ffffff !important;
	font-weight: bold;
}

/* popup user info */
#popup_user_cnt {
	clear: both;
	display: none;
	position: absolute;
	width: 170px;
	top: 20px;
	margin-left: -110px;
	background: #555555 url(/img/common/header/bg_submenu_common.gif) repeat-y left top;
	border: 2px solid #111111;
	z-index: 10000;
}
#popup_user_cnt a {
	display: block;
	color : #cccccc !important;
	padding: 2px 5px 2px 22px;
	text-decoration: none;
}
#popup_user_cnt a:hover {
	background: #111111;
	color : #ffffff !important;
	font-weight: bold;
}
#popup_user_cnt a#btn_usermenu_join {
	background-image: url(/img/common/header/icn_sitemenu_join.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}
#popup_user_cnt a#btn_usermenu_mycontact {
	background-image: url(/img/common/header/icn_sitemenu_mycontact.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}
#popup_user_cnt a#btn_usermenu_create {
	background-image: url(/img/common/header/icn_sitemenu_create.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}
#popup_user_cnt a#btn_usermenu_mypage {
	background-image: url(/img/common/header/icn_sitemenu_mypage.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}
#popup_user_cnt a#btn_usermenu_logout {
	background-image: url(/img/common/header/icn_sitemenu_logout.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}


/* announcement */
#announcement {
	width: 100%;
	overflow: hidden;
	background-color: #ffdddd;
	border-bottom: 1px solid #ffbbbb;
	margin: -10px 0px 6px;
	padding: 6px 0px 3px;
	text-align: center;
}
#announcement a {
	color: #D82100 !important;
	font-size: 16px;
	font-weight: bold;
	background: transparent url(/img/common/header/icn_announcement.png) no-repeat scroll left center;
	padding-left: 20px;
}
#announcement span {
	margin-left: 8px;
	color: #FF6D76;
}





#header {
	width: 960px;
	margin: 0px auto 12px auto;
}
table#com_logo {
	float: left;
	width: 190px;
	height: 63px;
	border-collapse: collapse;
	border: none;
}
table#com_logo td {
	padding: 0px;
	border: none;
	text-align: left;
	vertical-align: middle;
}
#search {
	float: left;
	width: 243px;
	height: 36px;
	margin-top: 10px;
	margin-left: 20px;
	background: url(/img/common/header/bg_search.png) no-repeat left top;
}
#search table {
	margin-top: 5px;
	margin-left: 32px;
}
#search table td {
	padding: 0px 2px;
}
#search input#search_text {
	width: 135px;
	height: 18px;
	padding-left: 2px;
	border: 1px solid #999999;
	line-height: 18px;
}

/*広告*/
#channel_pc_top,
#community_pc_top {
	float: right;
	width: 468px;
	height: 60px;
	background: #dddddd;
}



/* ログインフォーム */
#loginform {
	clear: both;
	width: 878px;
	height: 45px;
	margin: 0px auto 10px auto;
	background: transparent url(/img/common/header/bg_login.png) no-repeat left top;
}
#loginform table {
	border-collapse: collapse;
	margin: 0px auto 0px auto;
	height: 45px;
}
#loginform td {
	padding: 0px;
	text-align: left;
	vertical-align: middle;
}
#loginform td#form_email {
	padding-left: 4px;
	padding-right: 12px;
}
#loginform td#form_email input {
	width: 180px;
	padding: 1px;
	border: 2px solid #141433;
}
#loginform td#form_pass {
	padding-left: 4px;
	padding-right: 12px;
}
#loginform td#form_pass input {
	width: 100px;
	padding: 1px;
	border: 2px solid #141433;
}
#loginform td#form_submit {
	padding-right: 30px;
}
#loginform td#register,
#loginform td#remind_pass {
	font-size: 12px;
	font-weight: bold;
	padding-right: 12px;
}
#loginform td#register {
	padding-left: 26px;
	background: transparent url(/img/common/header/icn_sparkle.png) no-repeat left center;
}
#loginform td#remind_pass {
	padding-left: 26px;
	background: transparent url(/img/common/header/icn_caution.png) no-repeat left center;
}



#extra_link {
	margin-bottom: 10px;
}
a.extra {
	margin-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
	line-height: 16px;
	background: transparent url(/img/common/icn_ch_mini.png) no-repeat left center;
}





/* com menu */
#commenu {
	width: 960px;
	clear: both;
	margin: 0px auto 12px;
}
#commenu ul { zoom: 1; }
#commenu ul:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

#commenu ul {
	width: 960px;
	background: transparent url(/img/com/header/bg_commenu2.png) no-repeat left top;
}
#commenu li {
	list-style: none;
	float: left;
	height: 34px;
}

#commenu ul a,
#commenu ul span.off {
	display: block;
	height: 34px;
	background-color: transparent;
	background-image: url(/img/com/header/btn_commenu2.png);
	background-repeat: no-repeat;
}
#commenu ul a span,
#commenu ul span span {
	display: none;
}
#commenu li#btn_top a		{ width: 191px; background-position: 0px 0px; }
#commenu li#btn_bbs a		{ width: 76px;  background-position: -191px 0px; }
#commenu li#btn_vid a		{ width: 63px;  background-position: -267px 0px; }
#commenu li#btn_mmb a		{ width: 111px; background-position: -330px 0px; }
#commenu li#btn_cnt a		{ width: 168px; background-position: -441px 0px; }
#commenu li#btn_own a		{ width: 91px; background-position: -609px 0px; }

#commenu li#btn_top a:hover,
#commenu li#btn_top a.on		{ background-position: 0px -34px; }
#commenu li#btn_bbs a:hover,
#commenu li#btn_bbs a.on		{ background-position: -191px -34px; }
#commenu li#btn_vid a:hover,
#commenu li#btn_vid a.on		{ background-position: -267px -34px; }
#commenu li#btn_mmb a:hover,
#commenu li#btn_mmb a.on		{ background-position: -330px -34px; }
#commenu li#btn_cnt a:hover,
#commenu li#btn_cnt a.on		{ background-position: -441px -34px; }
#commenu li#btn_own a:hover,
#commenu li#btn_own a.on		{ background-position: -609px -34px; }

#commenu li#btn_top span.off	{ background-position: 0px -68px; }
#commenu li#btn_bbs span.off	{ background-position: -191px -68px; }
#commenu li#btn_vid span.off	{ background-position: -267px -68px; }
#commenu li#btn_mmb span.off	{ background-position: -330px -68px; }
#commenu li#btn_cnt span.off	{ background-position: -441px -68px; }
#commenu li#btn_own span.off	{ background-position: -609px -68px; }



h2.ttl_cyan_w713 {
	margin-bottom: 6px;
	padding: 0px 10px;
	color: #ffffff;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	background: transparent url(/img/common/ttl_cyan_w713.png) no-repeat left center;
}
h2.ttl_cyan_w230 {
	margin-bottom: 6px;
	padding: 0px 6px;
	color: #ffffff;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(/img/common/ttl_cyan_w230.png) no-repeat left center;
}
h2.ttl_ylw_w713 {
	margin-bottom: 6px;
	padding: 0px 10px;
	color: #ffffff;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	background: transparent url(/img/common/ttl_ylw_w713.png) no-repeat left center;
}
h2.ttl_gray_w230 {
	margin-bottom: 6px;
	padding: 0px 6px;
	color: #ffffff;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(/img/common/ttl_gray_w230.png) no-repeat left center;
}


/* "float" クリア */
#contents0727 { zoom: 1; }
#contents0727:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

#main0727 {
	float: left;
	width: 713px;
}
#side0727 {
	float: right;
	width: 230px;
}

.pagenavi {
	margin-bottom: 6px;
	padding: 0px 10px;
	color: #333333;
}
/* "float" クリア */
.pagenavi { zoom: 1; }
.pagenavi:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

.pagenavi .sort {
	float: left;
}
.pagenavi .pagelink {
	float: right;
	line-height: 12px;
}
.pagenavi .pagelink { font-size:12px; line-height:20px; color: #333333; font-weight: bold; }
.pagenavi .pagelink span,
.pagenavi .pagelink a { padding:2px 4px; color: #666666; }
* html .pagenavi .pagelink span,
* html .pagenavi .pagelink a { padding:0px 4px; color: #666666; }
*+html .pagenavi .pagelink span,
*+html .pagenavi .pagelink a { padding:0px 4px; color: #666666; }

.pagenavi .pagelink a.num { text-decoration:none; }
.pagelink a:link.num, .pagelink a:visited.num { background:#ffffff; border:1px solid #999999; }
.pagelink a:hover.num, .pagelink a:active.num { background:#ffffee; border:1px solid #ff9900; }
.pagenavi .pagelink span.in {
	border: 1px solid #999999;
	background: #666666;
	color: #ffffff;
}
.pagenavi a.next, .pagenavi a.last { text-decoration: underline; }
.pagenavi a:hover.next, .pagenavi a:hover.last { text-decoration: none; }
.pagenavi span.next, .pagenavi span.last { color: #cccccc !important; }


/* サイドの汎用リスト */
.sidelist {
	margin-bottom: 16px;
}
.sidelist dl.item {
	width: 230px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	_padding-bottom: 0px;
	background: transparent url(/img/common/bdr_dot1.png) repeat-x left bottom;
}
.sidelist dl.item { zoom: 1; }
.sidelist dl.item:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

.sidelist dt.thmb {
	float: right;
	width: 64px;
	height: 50px;
}
.sidelist dt.thmb img {
	width: 64px;
	height: 50px;
}
.sidelist dd {
	float: left;
	overflow: hidden;
}
.sidelist dd.ttl {
	width: 163px;
}
.sidelist dd.ttl a {
	color: #335577;
}


table.search_list_table {
}
table.search_list_table td {
	padding: 6px 0px;
}



/*▼ コミュニティ枠 ▼*/

/*大小共通*/
.com_frm_line { zoom: 1; }
.com_frm_line:after { content: "."; display: block; height: 0px; clear: both; line-height: 0px; visibility: hidden; }

.com_frm_line { margin-bottom: 10px; }
.com_frm_line .com_frm {
	display: inline-block; /display:inline; /zoom:1;
	text-align: left;
	vertical-align: top;
	margin: 0px 3px 10px;
	padding: 6px 3px;
	overflow: hidden;
	color:#eff;
	border: 1px solid #055;
	background: #377 url(/img/com/frm_community_bg.png) repeat-x left top;
}
.com_frm_line .com_frm.owner {
	color:#eef;
	border: 1px solid #113e55;
	background: #113e55 url(/img/com/frm_community_owner_bg.png) repeat-x left top;
}
.com_frm_line .com_frm table { border-collapse: collapse; width: 100%; }
.com_frm_line .com_frm .details { word-break: break-all; overflow: hidden; }
.com_frm_line .com_frm .details .date { color: #8dd; font-size: 10px; }
.com_frm_line .com_frm .details .title { overflow: hidden; }
.com_frm_line .com_frm .details .title a { color: #ffffff; font-weight: bold; }
.com_frm_line .com_frm .details .desc {
	overflow: hidden;
	color: #ffffff;
}
.com_frm_line .com_frm .thmb,
.com_frm_line .com_frm .details {
	vertical-align: top;
}
.com_frm_line .com_frm .details {
}
.com_frm_line .com_frm .statIcon {
	vertical-align: bottom;
	text-align: right;
}
.com_frm_line .com_frm .statIcon img {
	vertical-align: bottom;
}

/*大*/
.com_frm_line.size_l .com_frm { width: 300px; }
.com_frm_line.size_l .com_frm .thmb { width: 104px; }
.com_frm_line.size_l .com_frm .thmb img { width: 96px; }
.com_frm_line.size_l .com_frm .details {  }

/*小*/
.com_frm_line.size_s .com_frm { width: 220px; }
.com_frm_line.size_s .com_frm .thmb { width: 68px; }
.com_frm_line.size_s .com_frm .thmb img { width: 64px; }
.com_frm_line.size_s .com_frm .details {  }



/*▼ /css/common.css から継承 ▼*/

/* common */
.body_1line { width:640px; margin:0 160px; overflow:hidden;} /* 表示が1段の時 */

h1.common_tit { border-bottom:solid 2px #333; padding-bottom:2px;margin-bottom:8px;} /* 通常h1見出し */
h2.common_mid { border-bottom:solid 1px #666; padding-bottom:2px;margin-bottom:8px;} /* 通常h2見出し */
h1.text_tit   { background:url('/img/title_bg.gif') no-repeat left center; color:#FFF; padding:8px;} /* 特殊h1見出し */

input.submit { cursor:pointer;font-size:12px; background:#333 url('/img/common/submit_bg.gif') repeat-x center center; color:#FFF; border:solid 1px #999; padding:6px 8px;}
.input       { font-size:12px; background:#FFE; border:solid 2px #666; padding:2px;} /* テキスト入力エリア */
div.mb8p4  { margin-bottom:8px;  padding:4px;}
div.mb16p4 { margin-bottom:16px; padding:4px;}
div.mb24p4 { margin-bottom:24px; padding:4px;}
img.right { margin:0 0 8px 8px; float:right;}
img.left  { margin:0 8px 8px 0; float:left;}

.dot_1 { background:url('/img/dot_1.gif') repeat-x;}
.dot_2 { background:url('/img/dot_2.gif') repeat-x;}



/*カラーリングされた見出し*/
h1.page_title, h1.page_title div.inner, h1.page_title div.inner div.body,
h1.page_title_video, h1.page_title_video div.inner, h1.page_title_video div.inner div.body,
h1.page_title_com, h1.page_title_com div.inner, h1.page_title_com div.inner div.body,
h1.page_title_ch, h1.page_title_ch div.inner, h1.page_title_ch div.inner div.body,
h1.page_title_pack, h1.page_title_pack div.inner, h1.page_title_pack div.inner div.body,
h1.page_title_nicopo, h1.page_title_nicopo div.inner, h1.page_title_nicopo div.inner div.body,
h1.page_title_dmm, h1.page_title_dmm div.inner, h1.page_title_dmm div.inner div.body {
	height:32px; font-size:16px; text-align:left; overflow:hidden;
}
h1.page_title, h1.page_title div.inner,
h1.page_title_video, h1.page_title_video div.inner,
h1.page_title_com, h1.page_title_com div.inner,
h1.page_title_ch, h1.page_title_ch div.inner,
h1.page_title_pack, h1.page_title_pack div.inner,
h1.page_title_nicopo, h1.page_title_nicopo div.inner,
h1.page_title_dmm, h1.page_title_dmm div.inner {
	background:transparent url(/img/common/h_round.png) no-repeat left 0;
}
h1.page_title,
h1.page_title_video,
h1.page_title_com,
h1.page_title_ch,
h1.page_title_pack,
h1.page_title_nicopo,
h1.page_title_dmm {
	margin-bottom: 10px;
	padding-left:8px;
}
h1.page_title div.inner,
h1.page_title_video div.inner,
h1.page_title_com div.inner,
h1.page_title_ch div.inner,
h1.page_title_pack div.inner,
h1.page_title_nicopo div.inner,
h1.page_title_dmm div.inner {
	padding-right:8px; background-position:right 0;
}
h1.page_title div.inner div.body,
h1.page_title_video div.inner div.body,
h1.page_title_com div.inner div.body,
h1.page_title_ch div.inner div.body,
h1.page_title_pack div.inner div.body,
h1.page_title_nicopo div.inner div.body,
h1.page_title_dmm div.inner div.body {
	padding:0 0 0 4px; background:#555; color:#fff; line-height:32px;
}
		
	h1.page_title_video {
		background-position:left  -32px;}
	h1.page_title_video div.inner {
		background-position:right -32px;}
	h1.page_title_video div.inner div.body {
		background-color:#579;}
	h1.page_title_com {
		background-position:left  -64px;}
	h1.page_title_com div.inner {
		background-position:right -64px;}
	h1.page_title_com div.inner div.body {
		background-color:#377;}
	h1.page_title_ch {
		background-position:left  -96px;}
	h1.page_title_ch div.inner {
		background-position:right -96px;}
	h1.page_title_ch div.inner div.body {
		background-color:#e0bf04;}
	h1.page_title_pack {
		background-position:left  -128px;}
	h1.page_title_pack div.inner {
		background-position:right -128px;}
	h1.page_title_pack div.inner div.body {
		background-color:#D98200;}
	h1.page_title_nicopo {
		background-position:left  -160px;}
	h1.page_title_nicopo div.inner {
		background-position:right -160px;}
	h1.page_title_nicopo div.inner div.body {
		background-color:#b08e27;}
	h1.page_title_dmm {
		background-position:left  -192px;}
	h1.page_title_dmm div.inner {
		background-position:right -192px;}
	h1.page_title_dmm div.inner div.body {
		background-color:#F882B6;}
		


select.sort_list { font-size:12px; border:solid 1px #666; padding:1px;} /*並べ替え用プルダウン*/

img.video_img_L { width:128px; height:96px; border:solid 2px #335577;} /* ビデオ画像(大) */
img.video_img_M { width:96px;  height:72px; border:solid 2px #335577;} /* ビデオ画像(中) */
img.video_img_S { width:48px;  height:36px; border:solid 2px #335577;} /* ビデオ画像(小) */

img.community_img,
img.comm_img_L { width:128px; height:128px; border:solid 2px #337777;} /*コミュニティ画像(大)*/
img.comm_img_M { width:96px;  height:96px;  border:solid 2px #337777;} /*コミュニティ画像(中)*/
img.comm_img_S { width:48px;  height:48px;  border:solid 2px #337777;} /*コミュニティ画像(小)*/

img.channel_img,
img.chan_img_L { width:128px; height:128px; border:solid 2px #E0BF04;} /*チャンネル画像(大)*/
img.chan_img_M { width:96px;  height:96px;  border:solid 2px #E0BF04;} /*チャンネル画像(中)*/
img.chan_img_S { width:60px;  height:60px;  border:solid 2px #E0BF04;} /*チャンネル画像(小)*/

img.thumb_img_L { width:128px; height:96px; border:solid 1px #333;} /* ビデオ画像(大) */
img.thumb_img_M { width:96px;  height:72px; border:solid 1px #333;} /* ビデオ画像(中) */
img.thumb_img_S { width:48px;  height:36px; border:solid 1px #333;} /* ビデオ画像(小) */

img.user_img,
img.user_img_L { width:96px;  height:96px;  border:solid 2px #666;} /*プロフィール画像(大)*/
img.user_img_M { width:48px;  height:48px;  border:solid 2px #666;} /*プロフィール画像(中)*/


div.fukidashi { background:#FFF; color:#333; border:solid 2px #CCC; padding:6px;} /*申請・招待のテキストメッセージ枠*/

div.cmn_thumb_frm { width:304px; height:150px; background:#F7F7F7; border:solid 1px #CCC; padding:3px;}
div.cmn_thumb_L   { width:98px;  float:left; padding:4px; overflow:hidden;}
div.cmn_thumb_R   { width:190px; float:left; padding:4px; overflow:hidden;}
p.cmn_thumb_res { width:178px; background:#FFF; font-size:12px; line-height:16px; font-weight:bold; border:solid 2px #CCC; margin-top:4px; padding:4px;}
div.cmn_thumb_clr { clear:both;}

div.thumb_frm_2 { width:304px; overflow:hidden; background:#F7F7F7; border:solid 1px #CCC; padding:3px;}
p.video_info_res_summary {	font-size:12px;	line-height:1.25;	background:#FFF;	font-weight:bold;	border:solid 2px #CCC;	margin-top:4px;	padding:4px;}

/* コミュニティ設定 */
span.commuproperty {	font-size:12px;	line-height:19px;	white-space:nowrap;}
span.commuproperty img {		margin-right:5px;}

/* お知らせ */
.message { margin:0px 4px 16px 4px;}
.message li {
	list-style: none;
	margin-bottom: 3px;
	padding-bottom: 3px;
	background:url(/img/common/bdr_dot1.png) repeat-x left bottom;
}
.message .message_time {	white-space:nowrap;	color:#f66;}
.message .info,
div.read_info {	background-color:#fff;}
.message .notice,
div.read_notice {	background-color:#ff8;}
.message .warning,
div.read_warning {	background-color:#A00;	color:#ffd;}
div.message_body {	border:solid 2px #CCC;	padding:14px;}
.message .warning * { color:#ffd;}
.newinfo_bg  { background:#F80; color:#FFF; padding:4px; border-bottom:solid 4px #F40;} /* 新着 */

/* チャンネル＆コミュニティ */
.index_title { background:#000 url(/img/index/title_bg.gif) no-repeat 0 0; margin-bottom:4px; font-size:12px; color:#FFF; height:25px; overflow:auto; padding-left:25px; line-height:25px;} /* 特殊h2見出しindex用 */
div.comm_chan {	background:#fff url(/img/index/comm_chan_bg.gif) repeat-y 0 0; border:solid 1px #CCC;}

/* 公式チャンネル一覧の設定 */
.title_ch { background:#000 url(/img/index/ch_title_bg.gif) no-repeat 0 0; font-size:12px; color:#f7f7f7; height:40px; overflow:auto; line-height:40px;} /* 特殊h2見出しindex公式チャンネル用 */
.category_bg{	font-size:12px;	color:#fff;	background: url(/img/index/category_look_bg.gif) no-repeat;	height:26px;	width:145px;	vertical-align: middle;	line-height: 26px;	padding-left: 30px;}
.chan_rank_frm{	overflow:hidden;	padding:5px;	background: #fff url(/img/index/category_chan_rank_frm_bg.gif) repeat-x left top;	margin: 3px;	width:174px;
}
.number{
	-x-system-font:none;
	color:#fff;
	font-family:"arial black";
	font-size:30px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-align:center;
}
table.category_t{
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
}

.category_t th{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    text-align:center;
}
.category_t td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

/* a.category */
a.category, a.category:link,a.category:visited,a.categoryl:hover, a.categoryl:active {color:#fff;text-decoration:underline; font-size:12px;}
div.right_tit {	none repeat scroll 0 0;	color:#FFFFFF;	font-size:12px;	padding:4px; text-transform: uppercase;}
/*
ul, li{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0;}
li { margin-bottom:8px;	background: #E2E1E1 url(/img/channel/right_tit_bg.gif) repeat-x left top;}
*/



/* 検索BOXの設定 */
.search{	background: #fff url(/img/base/search_bg.gif) no-repeat center center;
	height:49px;
	width:218px;
	color: #FFF; 　
}


/* 生放送の設定 */
div.official_channel_frm{
	background:#FFFFFF url(/img/index/channel_frm_bg.gif) repeat-x scroll center top;
	border:1px solid #FF9900;
	margin-bottom:2px;
	overflow:hidden;
	text-align:left;
	width:304px;
}
div.community_frm{
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #888888;
	margin-bottom:2px;
	overflow:hidden;
	text-align:left;
	width:304px;
}

/* 広告枠 */
.ads_224_224 {
	background:transparent url(/img/ad_bg.gif) repeat scroll 0 0;
	width:224px; height:224px;
	margin:0 0 15px 4px;
	overflow:hidden;
}
.ads_224_224_2 {
	background:transparent url(/img/ad_bg.gif) repeat scroll 0 0;
	width:224px; height:224px;
	margin:0 auto 20px auto; padding:3px;
	overflow:hidden;
}


/*-------------------------------------------------------------------------------------------*/
/* 角丸領域 */
.group {} /*共通スタイル*/
	.group .group_round_top,
	.group .group_round_bottom    { height:5px; overflow:hidden;}
	.group .group_round_top .l    { height:5px; background:transparent no-repeat left  top; float:none; !important}
	.group .group_round_top .r    { height:5px; background:transparent no-repeat right top; float:none; !important}
	.group .group_round_bottom .l { height:5px; background:transparent no-repeat left  bottom; float:none; !important}
	.group .group_round_bottom .r { height:5px; background:transparent no-repeat right bottom; float:none; !important}
	.group .group_round_bottom .l { ___background-position:left  -5px; float:none; !important}/*IE6 fix*/
	.group .group_round_bottom .r { ___background-position:right -5px; float:none; !important}/*IE6 fix*/
	.group .group_round_top .c,
	.group .group_round_bottom .c { height:5px; overflow:hidden; margin:0 5px; line-height:0;}
	
	.group div.group_body {
		padding:4px 8px;
	}
	.group div.group_body h3.group_title {
		margin-bottom:4px; padding:0 4px 4px 4px;
		border-bottom:dotted 2px #fff;
	}
	
	/*カラー1 グレー #eee*/
	.group_style1 .group_round_top .l,
	.group_style1 .group_round_top .r,
	.group_style1 .group_round_bottom .l,
	.group_style1 .group_round_bottom .r { background-image:url(/img/common/rounded1.gif);}
	.group_style1 .group_round_top .c,
	.group_style1 .group_round_bottom .c,
	.group_style1 .group_body { background-color:#eee;}
	
	/*カラー2 オレンジ #f8b551*/
	.group_style2 .group_round_top .l,
	.group_style2 .group_round_top .r,
	.group_style2 .group_round_bottom .l,
	.group_style2 .group_round_bottom .r { background-image:url(/img/common/rounded2.gif);}
	.group_style2 .group_round_top .c,
	.group_style2 .group_round_bottom .c,
	.group_style2 .group_body { background-color:#f8b551;}
	
	/*カラー灰青(動画) #c7d3d3*/
	.group_style_video .group_round_top .l,
	.group_style_video .group_round_top .r,
	.group_style_video .group_round_bottom .l,
	.group_style_video .group_round_bottom .r { background-image:url(/img/common/rounded_video.gif);}
	.group_style_video .group_round_top .c,
	.group_style_video .group_round_bottom .c,
	.group_style_video .group_body { background-color:#c7d3d3;}
	
	/*カラーエメラルド(明)(com) #7aafaf*/
	.group_style_com_light .group_round_top .l,
	.group_style_com_light .group_round_top .r,
	.group_style_com_light .group_round_bottom .l,
	.group_style_com_light .group_round_bottom .r { background-image:url(/img/common/rounded_com_light.gif);}
	.group_style_com_light .group_round_top .c,
	.group_style_com_light .group_round_bottom .c,
	.group_style_com_light .group_body { background-color:#7aafaf;}
	
	/*カラーエメラルド(暗)(com) #337777*/
	.group_style_com_dark .group_round_top .l,
	.group_style_com_dark .group_round_top .r,
	.group_style_com_dark .group_round_bottom .l,
	.group_style_com_dark .group_round_bottom .r { background-image:url(/img/common/rounded_com_dark.gif);}
	.group_style_com_dark .group_round_top .c,
	.group_style_com_dark .group_round_bottom .c,
	.group_style_com_dark .group_body { background-color:#337777;}
	
	/*カラーピンク(DMM) #FAECF2*/
	.group_style_dmm .group_round_top .l,
	.group_style_dmm .group_round_top .r,
	.group_style_dmm .group_round_bottom .l,
	.group_style_dmm .group_round_bottom .r { background-image:url(/img/common/rounded_dmm.gif);}
	.group_style_dmm .group_round_top .c,
	.group_style_dmm .group_round_bottom .c,
	.group_style_dmm .group_body { background-color:#FAECF2;}
	
/*-------------------------------------------------------------------------------------------*/

#site-body {
}
#site-body a.def {
	color: #222222 !important;
}
/* 090727削除
#site-body #main { width:960px;padding:0;margin:10px 0px 0px 0px;}
#site-body #unit { padding:0;margin:0;width:730px;float:left;}
#site-body #side2{ padding:0;margin:0;width:230px;float:right;text-align:left;}
#site-body #unit #side1 { width:230px;float:left;padding:0;margin:0;}
#site-body #unit #contents { width:480px;float:right;padding:0;margin:0 5px 0 5px;}
*/

.side-sbttl {padding:0;	margin:0 0 5px 0;}
.side-caption {	color:#FF9900;font-weight:bold;font-size:12px;background:transparent url(/img/bdr_dot01.gif) repeat-x scroll left bottom;margin:0 5px 0 5px;padding:0 0 10px 0;display:inline-block;width:220px;}
.side-border {background:transparent url(/img/bdr_dot01.gif) repeat-x scroll left bottom;padding:0 0 10px 0;display:inline-block;width:220px;}

/*有料ランキング*/
.side-box-list .thmb-rank a img {width:50px; border: 1px solid #333333;}
.side-box-list .date {font-size:10px;}

/*カテゴリ新着動画*/
.side-box-list .thmb-cat-at img	 { width:50px;border: 1px solid #333333;}
.side-box-list .date-cat	 { font-size:10px;}
.side-box-list .cap-cat	 { font-size:10px;}
/*.title-rank a:hover,
.title-cat a:hover {color:#fff !important;}*/
.title-cat, .cms-cat, .ch-cat {padding-bottom:5px;}
.side-box-list .ch-cat		 { font-weight:bold;color:#FF9900;}

/*新着チャンネル*/
.side-box-list{padding:0;margin:0 0 16px 0;text-align:left;font-size:12px;letter-spacing:0;display:block;}
.side-box-list .thmb img {width:40px; border: 1px solid #FF9900;}
.side-box-list .category {color:#959595;font-weight:bold;}

#side1 .side-box-list tr,
#side2 .side-box-list tr,
#side-my .side-box-list tr {
	display:block;
	background:transparent url(/img/bdr_dot01.gif) repeat-x scroll left bottom;
}
#side1 .side-box-list tr td,
#side2 .side-box-list tr td,
#side-my .side-box-list tr td{
	padding:4px 2px;
}

/*もっと見る*/
.side-navi-more			{text-align:right; line-height:1.5; padding:10px 0   10px 0;}
.contents_my_snavi-more	{text-align:right; line-height:1.5; padding:0   10px 10px 0;}
.contents-navi-more		{text-align:right; line-height:1.5; padding:0    0   10px 0; clear:both;}
a.more {
	padding-left:16px;
	background:transparent url(/img/icon_more.gif) no-repeat scroll 0 50%;
	font-size:12px;
}


#side-populartag {
	background-color:#E6E6E6;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	}

#side-populartag p {
	font-size:11px;
	line-height:1.4em;
	padding: 0;
	margin:0 10px 0 10px;
	}


/*広告バナー*/
.ads_224_112 p {
	background:transparent url(/img/ad_bg.gif) repeat scroll 0 0;
	height:112px;
	overflow:hidden;
	padding:3px;
	width:224px;
	margin:0 0 10px 0;
}


.ads_224_224_2 p {
	background:transparent url(/img/ads/bg.gif) repeat scroll 0 0;
	height:224px;
	overflow:hidden;
	padding:3px;
	width:224px;
	margin:0 0 20px 0;
}
/*カテゴリーページ*/
#cat-head {
	background:url(/img/sbttl_cat.gif) repeat-x scroll center bottom;
	height:30px;
	border: 1px solid #DCDCDC;
	text-align:center;
	}

#cat-ttl {
	font-weight:bold;
	color:#0058A6;
	font-size:14px;
}

#cat-ch-rank-main{background-color:#FAFAFA;
	padding: 0;}

.cat-ch-rank {
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:#CCCCCC dotted 2px;
}

p.cat-ch-rank-text {
	margin-top:5px;
	margin-bottom:5px;
	}
p.cat-ch-rank-charge{
	font-size:10px;
}
.cat-ch-rank-coicon-1 {
	border:#FF9900 solid 2px;
	width:90px;
	margin-top:3px;}
.cat-ch-rank-coicon {
	border:#767676 solid 2px;
	width:90px;
	margin-top:3px;}

.cat-ch-rank-thmb {
	border:#3D556F solid 2px;
	width:86px;
	margin-top:3px;}


/*生放送中の動画サムネイル*/
.contents-sbttl {
	padding:0;
	margin:0 0 5px 0;
}

#live-left{
	float:left;
	margin:2px;
	padding:0;
	width:230px;
}
#live-right{
	float:right;
	margin:2px;
	padding:0;
	width:230px;

}
.live-official{
	padding: 2px;
	background: #FFF6D1 url(/img/frm/channel_frm_bg.gif) repeat-x;
	border:1px solid #FF9900;
}

.live-user
{
	background-color:#EEEEEE;
	border:1px solid #AEAEAE;
}

.live-user td a img,
.live-official td a img {
	border:solid 2px #666666;
}

.live-user td img,
.live-official td img {
	margin:2px;
	padding:0;
}

.live-user td .live-caption,
.live-official td .live-caption {
	font-size:12px;
	margin:10px 0 0 0 ;
	padding:0;
	word-break:break-all;
}

td div.live-btn-watch a img {border:none;margin:10px 3px 3px 3px;padding:0;}
.live-official td .live-official-ch img {margin:0;padding:0;}
.pv-caption	{font-size:12px;margin-top:5px;}



/*マイページ*/
#site-body #side-my {
	width:230px;
	float:left;
	padding:0;
	margin:0;
	font-size:12px;
	line-height:1.2em;
	}
#site-body #contents-my {
	width:720px;
	float:right;
	padding:0;
	margin:0 0 0 10px;
	font-size:12px;
	line-height:1.2em;
	}
#use-point-sbttl {
	padding:0;
	margin:0;
	}

#use-point {
	padding:10px;
	margin:0 0 10px 0;
	border-bottom:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
	text-align:center;
	color:#0058A6;
	font-size:14px;
	}
.my-head{
	background:url(/img/sbttl_cat.gif) repeat-x scroll center bottom;
	height:30px;
	border: 1px solid #DCDCDC;
	margin-bottom:3px;
}
.my-ttl {
	font-weight:bold;
	color:#0058A6;
	font-size:14px;
	margin:10px;
}
#my-com-main {
	border:#CCCCCC solid 1px;
	background:#F8F8F8;
	padding:10px;
	margin-bottom:20px;
	text-align:center;
	width:698px;
}
#my-bbs-main {
	margin:10px;
	width:698px;
}
.bbs-box-list{
	padding:0;
	margin:0 5px 0 5px;
	}
.bbs-box-list dl{
	border-bottom:#CCCCCC 1px dotted;
	margin:0 0 8px 0;
	padding:0 0 8px 0;
	display:inline-block;
	line-height:1.2em;
	}

.bbs-box-list dt.icon-bbs img {
	width:40px;
	border: 2px solid #333333;
	float:left;
}
.bbs-box-list dd.text .title-bbs {
	float:right;
	width:630px;
}
.bbs-box-list dd.text .come-bbs {
	float:right;
	width:630px;
}

/*マイページ動画リスト*/
.side-box-list .thmb-bought img { width:50px; border: 2px solid #335577;}
.side-box-list .ch-bought {	font-size:12px;	font-weight:bold;	color:#FF9900;}
.side-box-list .date-bought {font-size:10px;}
.side-box-list .title-bought a.video {font-size:12px;}
.side-box-list .lastRow {background:none !important;}










