@charset "shift_jis";


body {
	color: #666666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFFFFF url(../images/bg.gif) repeat-x center top;	/*全体の背景色、背景画像の読み込み＆X軸(横軸リピート)＆上部に配置*/
}
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: #666666;	/*リンクテキストの色*/
}
a:hover {
	color: #ff88a9;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したままがいいならこの１行削除。*/
}

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

/*ヘッダー
------------------------------------------------------*/
#head {
	height: 150px;	/*ヘッダーの高さ*/
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
/*h1タグ*/
#head h1 {
	font-size: 10px;	/*文字サイズ*/
	position: absolute;
	top: 60px;	/*ヘッダーブロックに対して上から60pxに配置*/
	left: 10px;	/*ヘッダーブロックに対して左から10pxに配置*/
	line-height: 20px;
	z-index: 1;
	color: #FFF;	/*文字色*/
}
#head h1 a {
	text-decoration: none;
	color: #FFF;
}
/*ロゴ画像*/
#head #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxに配置*/
	top: 10px;	/*ヘッダーブロックに対して上から10pxに配置*/
}

/*メインメニュー
------------------------------------------------------*/
ul#menu {
	position: absolute;
	height: 50px;
	width: 100%;
	left: 0px;	/*ヘッダーブロックに対して左から0pxに配置*/
	top: 100px;	/*ヘッダーブロックに対して上から100pxに配置*/
}
ul#menu li {
	float: left;
}
ul#menu li a {
	background: url(../images/icon_heart.gif) no-repeat left center;	/*背景のアイコン読み込み*/
	line-height: 50px;
	display: block;
	height: 50px;
	width: 70px;
	text-decoration: none;
	padding-left: 20px;
}
ul#menu li a:hover {
	background: url(../images/icon_heart.gif) no-repeat 1px center;	/*マウスオン時に背景のアイコンを1pxずらす設定*/

}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#main-image {
	position: relative;
	height: 340px;
	width: 1000px;
	clear: left;
}
#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;
}
/*2カラム使用時*/
#c2 #main-image {
	width: 775px;
}

/*コンテンツ（3カラムを囲むブロック）
------------------------------------------------------*/
#content {
	width: 100%;
	clear: both;
	padding-top: 10px;
}

/*コンテンツ（#main-col,#sub-colを囲むブロック）
------------------------------------------------------*/
#content-in {
	float: left;
	width: 775px;
	padding: 20px 0px 20px 10px;
}
/*2カラム使用時のブロック設定*/
#c2 #content-in {
	float: none;
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
}

/*メインブロック
------------------------------------------------------*/
#main-col {
	width: 570px;	/*ブロック幅*/
	float: right;
}
/*2カラム使用時のブロック設定*/
#c2 #main-col {
	width: 775px;
}
/*h2タグ*/
#main-col h2 {
	font-size: 100%;	/*文字サイズ*/
	clear: both;
	width: 558px;
	padding-left: 10px;
	background: #E5E5E5 url(../images/bg1.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)リピート＆上部に配置*/
	line-height: 40px;
	border-top: 4px solid #ff88a9;		/*上の線の幅、線種、色*/
	border-right: 1px solid #d2d2d2;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #d2d2d2;	/*下の線の幅、線種、色*/
	border-left: 1px solid #d2d2d2;		/*左側の線の幅、線種、色*/
}
/*2カラム使用時のh2タグ設定*/
#c2 #main-col h2 {
	width: 765px;
}
/*h3タグ*/
#main-col h3 {
	font-size: 100%;	/*文字サイズ*/
	border-left: 5px solid #FF88A9;		/*左側の線の幅、線種、色*/
	border-bottom: 1px solid #FF88A9;	/*下側の線の幅、線種、色*/
	padding: 5px;
	color: #FF88A9;	/*文字色*/
	clear: both;
	width: 555px;
}
/*2カラム使用時のh3タグ設定*/
#c2 #main-col h3 {
	width: 760px;
}
/*段落タグ*/
#main-col p {
	padding: 5px 10px 10px;	/*左から、上、左右、下への余白*/
}

/*サブブロック（右側ブロック）
------------------------------------------------------*/
#sub-col {
	width: 175px;	/*ブロック幅*/
	float: left;
}

/*サイドブロック
------------------------------------------------------*/
#side-col {
	float: right;
	width: 175px;
	padding: 20px 10px 20px 0px;
}
/*2カラム使用時のブロック設定*/
#c2 #side-col {
	display: none;
}

/*サブ・サイドブロック共通
------------------------------------------------------*/
/*h3タグ*/
#sub-col h3,
#side-col h3 {
	font-size: 100%;
	line-height: 42px;
	height: 48px;
	background: #BFBFBF url(../images/midashi_bg2.gif) no-repeat center top;	/*背景色、背景画像の読み込み*/
	color: #FFF;	/*文字色*/
	text-align: center;	/*文字をセンタリング*/
}
/*段落タグ*/
#sub-col p,
#side-col p {
	padding-top: 5px;
	padding-bottom: 10px;
}
/*box1の設定*/
#sub-col .box1,
#side-col .box1 {
	background: #ffdee7;	/*背景色*/
	padding: 5px;			/*ボックス内余白*/
	margin-bottom: 10px;
	border: 1px solid #d2d2d2;	/*枠線の幅、線種、色*/
}
#sub-col .box1 p,
#side-col .box1 p {
	padding: 0px;
}
/*サブ・サイドブロック内メニュー*/
#sub-col ul.menu,
#side-col ul.menu {
	margin-bottom: 10px;
	border-top: 1px solid #d2d2d2;	/*メニューブロックの上の線の幅、線種、色*/

}
#sub-col ul.menu a,
#side-col ul.menu a {
	text-decoration: none;
	display: block;
	width: 163px;
	padding: 5px 0px 5px 10px;
	background: #E5E5E5 url(../images/bg1.gif) repeat-x left top;	/*メニューの背景色、背景画像の読み込み＆X軸(横軸)リピート＆上部に配置*/
	border-bottom: 1px solid #d2d2d2;	/*メニュー１個あたりの下線の幅、線種、色*/
	border-right: 1px solid #d2d2d2;	/*メニュー１個あたりの右側の幅、線種、色*/
	border-left: 1px solid #d2d2d2;		/*メニュー１個あたりの左側の幅、線種、色*/
}
#sub-col ul.menu li a:hover,
#side-col ul.menu li a:hover {
	background: #FFFFFF;	/*マウスオン時の背景色*/
}

/*フッター
------------------------------------------------------*/
#foot {
	clear: both;
	padding: 17px 5px 5px;
	font-size: 10px;
	text-align: center;	/*文字をセンタリング*/
	background: #ff88a9 url(../images/bg2.gif) repeat-x center top;	/*背景色＆背景画像の読み込み＆X軸(横軸)リピート＆上部に配置*/
	color: #FFF;	/*文字色*/
}
#foot a {
	text-decoration: none;
	color: #FFF;
}

/*キャストサムネイルボックス
------------------------------------------------------*/
#main-col .photobox1 div {
	float: left;
	width: 110px;	/*ボックスの幅*/
	height: 180px;	/*ボックスの高さ*/
	margin-left: 10px;
	display: inline;
	margin-bottom: 1em;
	padding: 9px;		/*ボックス内の余白*/
	font-size: 10px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
	text-align: center;	/*中身をセンタリング。この行外せば左寄せになります。*/
	overflow: hidden;	/*文字が飛び出た場合に非表示にする設定*/
	position: relative;
	border: 1px solid #999999;	/*枠線の幅、線種、色*/
}
/*2カラム使用時*/
#c2 #main-col .photobox1 div {
	padding: 13px;
	margin-left: 13px;
}
/*ボックス内のリンクテキストの文字色*/
#main-col .photobox1 a {
	color: #ff88a9;
}
/*サムネイル内のアイコン位置*/
#main-col .photobox1 div .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して右から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して下から2pxの位置に配置*/
}

/*テーブル(system.htmlページで使用)
------------------------------------------------------*/
table.l1 {
	width: 100%;
}
table.l1,
table.l1 th,
table.l1 td {
	border: 1px solid #999999;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル左側のボックス*/
table.l1 th {
	background-color: #ffccda;	/*背景色*/
	width: 80px;	/*幅*/
	text-align: center;
}
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 #999999;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル左側のボックス*/
table.l2 th {
	background-color: #ffccda;	/*背景色*/
	width: 150px;	/*幅*/
	text-align: center;
}
table.l2 th,
table.l2 td {
	padding: 10px;	/*テーブル内の余白*/
}

/*テーブル(CMS有料版のstaff.html内で使用)
------------------------------------------------------*/
table.l3 {
	width: 100%;
}
table.l3,
table.l3 th,
table.l3 td {
	border: 1px solid #999999;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル左側のボックス*/
table.l3 th {
	background-color: #ffccda;	/*背景色*/
	width: 25%;	/*幅*/
	text-align: center;
	padding: 10px;
}
table.l3 td {
	width: 25%;
	text-align: center;
	padding: 10px;	/*テーブル内の余白*/
}

/*キャスト詳細テーブル(staff.html内で使用)
------------------------------------------------------*/
/*プロフィールテーブル設定*/
.staff table.right {
	width: 310px;
	float: right;
}
/*2カラム使用時のプロフィールテーブルの幅*/
#c2 .staff table.right {
	width: 510px;
}
/*プロフィールテーブルの枠線の幅、線種、色*/
.staff table.right,
.staff table.right th,
.staff table.right td {
	border: 1px solid #999999;
}
/*プロフィールテーブル内の左側のボックス*/
.staff table.right th {
	background-color: #ffccda;	/*背景色*/
	width: 100px;	/*幅*/
	text-align: center;
}
/*プロフィールテーブル内の余白*/
.staff table.right th,
.staff table.right td {
	padding: 5px;
}
/*写真を入れるブロック*/
.staff .left {
	float: left;
	width: 250px;
	padding-bottom: 1em;
}
.staff .left p {
	padding: 0px !important;
}

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


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main-col .new {
	overflow: auto;	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定。全部表示したいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ブロックの高さ*/
	width: 560px;
	padding-left: 10px;
}
#main-col .new dl {
	clear: left;
	width: 540px;
	border-bottom: 1px solid #999;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main-col .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#mai-coln .new dd {
	float: left;
	width: 440px;
}
#main-col .new dd img {
	vertical-align: middle;
}
*html #main-col .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}
/*2カラム使用時*/
#c2 #main-col .new {
	width: 765px;
}
#c2 #main-col .new dl {
	width: 745px;
}
#c2 #mai-coln .new dd {
	width: 645px;
}

/*他
------------------------------------------------------*/
.mb1 {
	margin-bottom: 10px;
}
.mb05 {
	margin-bottom: 5px;
}
.pt0 {
	padding-top: 0px !important;
}
.color1 {
	color: #ff88a9;
}
.color2 {
	color: #ff0000;
}
.img {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 10px;
	line-height: 1.6;
}

