@charset "utf-8";

/* ******************************************************************************** */
/*  Ｋビジョン On The Web profile.css                                               */
/*                                                                        13.09.24  */
/* ******************************************************************************** */

/* ================================================================================ */
/*      0.外部CSS読み込み設定                                                       */
/* ================================================================================ */

/* ---- 0.共通 ---- */
@import url("./common.css");


/* ================================================================================ */
/*      8.Ｋビジョンについて                                                        */
/* ================================================================================ */

#profile{
	margin: 0px;
	padding: 0px;
}

/* ---- ヘッダー ---- */
#profile #profile_header{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#profile #profile_header .header-top{
	margin: 0px;
	padding: 0px;
}
#profile #profile_header .header-middle{
	margin: 0px;
	padding: 0px;
	height: 24px;
	background: url(../profile/img/common/bcg_header02.gif) no-repeat 0px 0px;
}
#profile #profile_header .header-middle .middle-inner{
	margin: 0px 0px 0px 126px;
	padding: 5px 0px 0px 15px;
	color: #ff8a00;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/common/ico/ico_yellow01.gif) no-repeat 0px 7px;
}
#profile #profile_header .header-bottom{
	margin: 0px;
	padding: 0px;
}


/* -------------------------------------------------------------------------------- */
/*      キャラクター紹介                                                            */
/* -------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*      イメージソング                                                              */
/* -------------------------------------------------------------------------------- */

#profile #song{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 450px;
	text-align: center;
	background: url(../profile/img/bcg_song01.gif) no-repeat 0px 0px;
}
#profile #song .inner{
	margin: 0px 20px 0px 20px;
	padding: 20px 0px 20px 0px;
}


/* -------------------------------------------------------------------------------- */
/*      受賞番組一覧                                                                */
/* -------------------------------------------------------------------------------- */

#profile dl{
}
#profile dl dt{
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	background: url(../img/common/ico/ico_kvision.gif) no-repeat 3px 4px;
	border-bottom: solid 1px #cccccc;
}
#profile dl dd{
	margin: 0px 0px 20px 0px;
	padding: 3px 10px 3px 10px;
	line-height: 1.4;
}


/* -------------------------------------------------------------------------------- */
/*      番組審議会                                                                  */
/* -------------------------------------------------------------------------------- */

.council ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.council ul li{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 20px;
	background: url(../img/common/ico/ico_red01.gif) no-repeat 0.3em 0.4em;
	border-bottom: dashed 1px #cccccc;
}


/* -------------------------------------------------------------------------------- */
/*      名義使用申請書                                                            */
/* -------------------------------------------------------------------------------- */

/* ---- コンテンツ／メイン／記事／小タイトル ---- */
#content #main .articles .title02{
	margin: 0px 20px 10px 20px;
	padding: 0px;
	background: url(../profile/img/common/bcg_title02.gif) no-repeat left bottom;
}
#content #main .articles .title02 .inner{
	margin: 0px 5px 0px 16px;
	padding: 1px 0px 2px 0px;
	color: #796f00;
	line-height: 1.3;
	font-weight: bold;
}