@charset "UTF-8";


/*文字*/
.pink {color:#F7317C; }
.l_pink {color: #C69; }
.s {font-size: 10px; }
.l {font-size: 16px}
.b {font-weight:  bold; }
.e {font-family: 'Century Gothic W01', /*Helvetica, */sans-serif; }
.clear {clear: both; }

/**/
.container {
	width: 1000px;
	background: #FFFFFF;
	margin: 12px auto;
	text-align: left;
}

/*チャンネル部分*/
.container #ch {
	width: 170px;
	background-color:#CCC;
	float: left;
}


/*メイン真ん中部分*/
.container #main {
	text-align: left;
	width: 549px;
	margin: 0 12px 0 12px;
	float: left;
}
#main img {
	border: none; 
}

.maintab {
	width: 273px;
	height: 22px ; 
	float: left ; 
	border: none ;
	display: block;
}

.maintab a {
	display: block;
	height: 22px ; 
	background: url(../img/main_a.gif) no-repeat; 
	padding: 3px 0 0 20px; 
	color: #000;
	font-family: 'Century Gothic W01', /*Helvetica*/, sans-serif ; 
	font-weight:800 ; 
	font-size:14px ; 
	text-decoration: none;
} 
.maintab a:hover { background: url(../img/main_a_.gif) no-repeat;  color: #FFF; text-decoration: none;}
.maintab a:visited { color: #000; text-decoration: none;}

/*rightの部分*/
.container #right {
	float: left;
	width: 244px;
}
.container #right img {
	border: none; 
}
.updatebg img {
	float: left; margin: 0; border: none; 
}
.updatebg {
	border-bottom: 1px solid #E6E5DD; height: 50px; width: 244px; background-color: #FFF; display: block; 
}
.updatecap{
	padding: 8px 8px 8px 58px; margin: 0; height: 34px; line-height: 18px;
}

.updatebg a { display: block; text-decoration: none; background-color: #FFF; color:#000; }
.updatebg a:hover { text-decoration: underline; background-color: #E6E5DD; color:#000; }
.updatebg a:visited { text-decoration: none; color:#000; }

/*管理画面フリーページ用*/
.CONTENT-SIZE-J {
	font-size: 12px;
	line-height:20px;
	color: #000000;
}
