@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*リンク設定
------------------------------------------------------*/
a {
	color: #333333;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}


/*HPを囲むブロック
------------------------------------------------------*/
#wrap {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダー
------------------------------------------------------*/
#head {
	background-image: url(../images/head_bg.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 100%;
	position: relative;
}
/*h1タグ*/
#head h1 {
	font-size: 10px;
	position: absolute;
	left: 20px;
	top: 0px;
}
#head h1 a {
	text-decoration: none;
}


/*メニュー
------------------------------------------------------*/
ul#menu {
	padding-left: 18px;
	position: absolute;
	left: 0px;
	bottom: 5px;
}
ul#menu li {
	float: left;
	padding-right: 2px;
}
ul#menu img {
	vertical-align: bottom;
}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#main-image {
	position: relative;
	height: 280px;
	width: 962px;
	margin-bottom: 1em;
	margin-left: 19px;
}

#main-image .slide_file {
	display: none;
}

#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}

#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}


/*コンテンツ（#main-col,#sub-colを囲むブロック）
------------------------------------------------------*/
#content {
	clear: left;
	width: 962px;
	padding: 20px 18px;
}


/*メインブロック
------------------------------------------------------*/
#main-col {
	float: left;
	width: 700px;
}
/*h2タグ*/
#main-col h2 {
	background-image: url(../images/hbg1.jpg);
	background-repeat: no-repeat;
	font-size: 120%;
	background-color: #F82981;
	background-position: right center;
	padding: 20px 10px;
	clear: both;
	width: 680px;
	color: #FFFFFF;
}
/*h3タグ*/
#main-col h3 {
	font-size: 120%;
	border-left: 5px solid #F82981;
	padding: 5px;
	border-bottom: 1px solid #F82981;
	color: #F82981;
	clear: both;
	width: 685px;
}
/*段落タグ*/
#main-col p {
	padding: 10px;
}


/*サブブロック
------------------------------------------------------*/
#sub-col {
	float: right;
	width: 230px;
}
/*h3タグ*/
#sub-col h3 {
	font-size: 100%;
	background-image: url(../images/hbg2.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #999999;
	text-align: center;
	color: #FFFFFF;
}
/*段落タグ*/
#sub-col p {
	padding-top: 10px;
	padding-bottom: 10px;
}


/*フッター
------------------------------------------------------*/
#foot {
	clear: both;
	padding: 10px;
	background-color: #F82981;
	letter-spacing: 0.3em;
	font-size: 10px;
	color: #FFFFFF;
}
#foot a {
	text-decoration: none;
	color: #FFFFFF;
}


/*キャストサムネイルボックス
------------------------------------------------------*/
#main-col .photobox1 div {
	background-color: #FFFFFF;
	float: left;
	width: 118px;
	margin-left: 8px;
	display: inline;
	height: 180px;
	margin-bottom: 1em;
	padding: 5px;
	color: #333333;
	font-size: 10px;
	line-height: 1.3;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #999999;
}
#main-col .photobox1 a {
	color: #F82981;
}
/*サムネイル内のアイコン位置*/
#main-col .photobox1 div .icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


/*テーブル(system.htmlページで使用)
------------------------------------------------------*/
table.l1 {
	width: 100%;
}
table.l1,
table.l1 th,
table.l1 td {
	border: 1px solid #999999;
}
table.l1 th {
	background-color: #EDEDED;
	width: 80px;
	text-align: center;
}
table.l1 th.title {
	width: 100%;
}
table.l1 th,
table.l1 td {
	padding: 5px;
}


/*テーブル(link.html、recruit.htmlページで使用)
------------------------------------------------------*/
table.l2 {
	width: 100%;
}
table.l2,
table.l2 th,
table.l2 td {
	border: 1px solid #F82981;
}
table.l2 th {
	background-color: #EDEDED;
	width: 150px;
	text-align: center;
}
table.l2 th.title {
	width: 100%;
}
table.l2 th,
table.l2 td {
	padding: 10px;
}


/*テーブル(staff.html内で使用)
------------------------------------------------------*/
table.l3 {
	width: 100%;
}
table.l3,
table.l3 th,
table.l3 td {
	border: 1px solid #F82981;
}
table.l3 th {
	background-color: #EDEDED;
	width: 25%;
	text-align: center;
	padding: 10px;
}
table.l3 td {
	width: 25%;
	text-align: center;
	padding: 10px;
}

/*テーブル(schedule2.htmlページで使用)
------------------------------------------------------*/
table.l4 {
	width: 100%;
}
table.l4,
table.l4 th,
table.l4 td {
	border: 1px solid #F82981;	/*テーブルの枠線の幅、線種、色*/
}
table.l4 th {
	background-color: #EDEDED;	/*背景色*/
	text-align: center;
}
table.l4 th,
table.l4 td {
	padding: 2px;	/*テーブル内の余白*/
}
table.l4 td {
	width: 60px;
	text-align: center;
}

/*キャスト詳細テーブル(staff.html内で使用)
------------------------------------------------------*/
.staff table.right {
	width: 400px;
	float: right;
}
.staff .left {
	float: left;
	width: 250px;
	padding-bottom: 1em;
}
.staff .left p {
	padding: 0px !important;
}
.staff table.right,
.staff table.right th,
.staff table.right td {
	border: 1px solid #F82981;
}
.staff table.right th {
	background-color: #EDEDED;
	width: 100px;
	text-align: center;
}
.staff table.right th,
.staff table.right td {
	padding: 5px;
}


/*トップ更新欄
---------------------------------------------------------------------*/
.new {
	height: 150px;
	overflow: auto;
	width: 680px;
	padding: 0px 10px;
}
.new dt {
	font-weight: bold;
	float: left;
}
.new dd {
	border-bottom: 1px solid #999999;
	padding-left: 8em;
}


/*リストマーク
------------------------------------------------------*/
ul.d {
	padding: 10px 10px 10px 25px;
	list-style: disc;
}
ul.d li{
	padding-bottom: 0.5em;
}


/*他
------------------------------------------------------*/
.mb1 {
	margin-bottom: 10px;
}
.mb05 {
	margin-bottom: 5px;
}
.color1 {
	color: #F82981;
}
.color2 {
	color: #ff0000;
}
.douga {
	background-image: url(../images/bg_douga.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.img {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
