@charset "UTF-8";

/*基本設定--------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

body {
	color: #444444;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #35302b;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
    *font: x-small;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #444;
	text-decoration: none;
}

a:hover, a:active {
	color: #f945a9;
	text-decoration: underline;
}


/*wrapper--------------------*/
.sp_header,
.sp_header:link,
.sp_header:visited {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color: #FFF;
	background: #000;
	margin: 0;
	padding: 0;
	height: 130px;
	text-align: center;
	background: #000 url(/img/banner_splink.jpg) no-repeat center center;
}

#wrapper {
	min-width:990px;
	margin: 0 auto;
	background: #ffffff url(../img/common/hd_bg.gif) top center repeat-x;
}

/*header--------------------*/

#header {
	width: 980px;
	margin: 0 auto;
}

/* 1段目 */
#hd_startblock {
	clear: both;
}

#hd_startblock #header_copy {
	width: 850px;
	float: left;
	height: 22px; /*26px*/
	padding: 4px 0 0 0;
	color: #bca796;
	font-size: 77%;
}

#hd_startblock #language {
	width: 100px;
	float: right;
	margin: 1px 0 0 0;
	text-align: right;
}

#logo {
	width:335px;
	margin: 0;
	padding: 0;
	float: left;
}

/*menu--------------------*/

#menu ul,
#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul {
	width: 645px;
	float: left;
}

#menu li {
	float: left;
	width: 129px;
}

/*container--------------------*/

#container {
	width: 990px;
	margin: 0 auto;
	clear: both;
}

/*footer--------------------*/

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/common/ft_bg.gif) top center repeat-x;
	clear: both;
}

#footer_block {
	width: 980px;
	margin: 0 auto;
	color: #cccccc;
	font-size: 77%;
	clear: both;
}

#ft_menu {
	padding: 15px 0 10px 0;
}


#ft_menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#ft_menu li {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 12px;
	float: left;
	background: url(../img/common/icon_arrow01.gif) 0 1px no-repeat;
}

#ft_menu a:link, #ft_menu a:visited {
	color: #cccccc;
	text-decoration: none;
}

#ft_menu a:hover, #ft_menu a:active {
	color: #f945a9;
	text-decoration: none;
}

#footer_box {
	width: 980px;
	height: 299px;
	background: url(../img/common/ft_img.gif) top left no-repeat;
	margin: 0 auto;
	clear: both;
}

address {
	margin: 13px 0 0 0;
	float: left;
}

.business_banner {
	margin: 15px 0 0 0;
	border: #635b53 solid 5px;
	float: right;
}

#btn_pageup {
	float: right;
	width: 100px;
	margin: -4px 0 0 0;
	height: 1.0;
}

/*float--------------------*/

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}


/*font--------------------*/

.font10 {
	font-size: 77%;
}

.font11 {
	font-size: 85%;
}

.font14 {
	font-size: 108%;
}

.font15 {
	font-size: 116%;
}

.font16 {
	font-size: 123.1%;
}

.font17 {
	font-size: 131%;
}

.font18 {
	font-size: 138.5%;
}

.font19 {
	font-size: 146.5%;
}

.font20 {
	font-size: 153.9%;
}

.fontb {
	font-weight: bold;
}

/* font family --------- */

.font_arial {
	font-family: Arial, Helvetica, sans-serif;
}


/*margin--------------------*/


/*top*/
.mt03 {
	margin-top: 3px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}


/*bottom*/

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

/*right*/

.mr15 {
	margin-right: 15px;
}

/* 文字位置 --------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }


/* 「※」つき文章 --------------------*/

.asterisk {
	text-indent:-1em;
	padding-left:1em;
}


/* 番組審議会 --------------------*/
.indent_l {
	text-indent:-9em;
	padding-left:9.4em;
}


/*clearfix--------------------*/

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

/*テキストリンク-------------------*/

.under {
	text-decoration: underline;
}

/*新facebookボタン--------------------*/
.plugin img {
	border: none !important;
}
._1drr  {
	background: none !important;
	border-top: none !important;
}
._1drn {
  border: none !important;
}
._1dro ._1drp {
	font-size: 14px !important;
}
._1drn img {
	border: none !important;
}

._1drm {
	background: none !important;
}
