@charset "utf-8";


body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 80%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*背景色、背景画像の読み込み*/
	background: #FFF;
}
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: #C01919;
	text-decoration:none;
}
a:hover {
	color: #C01919;
	text-decoration: underline;
}

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

/*ヘッダー
------------------------------------------------------*/
#header {
	width: 100%;
	background: #FFE8E8;	/*ヘッダー背景画像の読み込み*/
	background-repeat: no-repeat;
	height: 122px;	/*ヘッダーの高さ*/
	position: relative;
	margin-bottom: 30px;
}
/*レースなしタイプのヘッダー画像*/
#header.n {
	background-image: url(../images/header_bg_n.jpg);
	background-repeat: no-repeat;
}
/*サイトロゴ*/
#header #logo {
	position: absolute;
	left: 30px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 22px;	/*ヘッダーブロックに対して上から22pxの位置に配置*/
}
/*h1タグ*/
#header h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: right;
}
#header h1 a {
	text-decoration: none;
	color: #4F4F4F;
}
#header h1 a:hover{
	text-decoration:underline;}
/*メインメニュー
------------------------------------------------------*/
/*メニューブロック全体の設定*/
ul#menu {
	width: 938px;
	line-height: 50px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 91px;
	padding-left: 22px;
}
/*メニュー１個あたりの設定*/
ul#menu li {
	float: left;
}
ul#menu li a {
	text-decoration: none;
	display: block;
	width: 182px;	/*メニュー幅*/
	text-align: center;
	color: #FFF;
}
/*マウスオン時*/
ul#menu li a:hover {
	background: #F19898;	/*背景画像の読み込み*/
	color: #fff;	/*文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#main-image {
	position: relative;
	height: 250px;
	width: 960px;
	margin-bottom: 30px;
	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;
}

/*コンテンツ（#main,#sub,#footerを囲むブロック）
------------------------------------------------------*/
.contents {
	width: 100%;
	clear: left;
}

.wrap {
	overflow:hidden;
}

/*メインコンテンツ
------------------------------------------------------*/
#main {
	float: left;	/*ブロックを左に回り込みさせる*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*h2タグ*/
#main h2, .area h2 {
	font-size: 20px;
	color: #000000;	/*文字色*/
	clear: both;
	width: 690px;
	/* padding-left: 10px; */
	line-height: 40px;
	/* height: 40px; */  	/*背景画像の読み込み*/
	/* overflow: hidden; */
	
}
.area h2 {
	width: 100%;
}
.sub .area h2 {
margin-bottom: 15px;
}
/*h3タグ*/
#main h3, .area h3 {
	font-size: 14px;
	border-left: 5px solid #C01919;		/*左側の線の幅、線種、色*/
	/* border-bottom: 1px solid #CCC; */	/*下側の線の幅、線種、色*/
	padding: 4px 0px 4px 10px;	/*左から、上、右、下、左への余白*/
	color: #C01919;		/*文字色*/
	width: 685px;
	clear: both;
	background: -moz-linear-gradient(top, #D5D5D5, #D5D5D5);  
	/* background: -webkit-gradient(linear, center top, center bottom, from(#F0F0F0), to(#EAEAEA)); */	/*背景色、背景画像の読み込み＆X軸(横軸)リピート＆上部に配置*/
}
.area h3 {
	width: 100%;
}
/*段落タグ*/
#main p, .area p {
	padding: 8px 10px;	/*余白*/
}
.area li {
	padding: 5px 10px;
}

/*サブコンテンツ
------------------------------------------------------*/
#sub {
	float: right;	/*ブロックを右に回り込みさせる*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*h3タグ*/
#sub h3 {
	font-size: 100%;
	text-align: center;		/*文字をセンタリング*/
	padding-top: 15px;		/*文字の上にとる余白*/
	padding-bottom: 15px;	/*文字の下にとる余白*/
	border-top: 1px solid #666;			/*上の線の幅、線種、色*/
	border-right: 1px solid #666;		/*右の線の幅、線種、色*/
	border-bottom: 5px solid #1cb2ff;	/*下の線の幅、線種、色*/
	border-left: 1px solid #666;		/*左の線の幅、線種、色*/
	background: #222;	/*背景色、背景画像の読み込み＆リピートしない*/
	color: #FFF;
}

#sub h3 a {
	color: #FFF;
	text-decoration: none;
}

#sub h3 a:hover {
	color: #1CB2FF;
}

h3 {}
/*段落タグ*/
#sub p {
	padding-top: 5px;
	padding-bottom: 10px;
}

/*サブブロック内メニュー
------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul.menu, #sub ul.link, #sub .subContents {
	margin-bottom: 10px;
	border-top: 1px solid #666;	/*上の線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#sub ul.menu li,#sub ul.link li, #sub .subContents {
	border-right: 1px solid #C01919;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #FFE8E8;	/*下の線の幅、線種、色*/
	border-left: 1px solid #C01919;	/*左の線の幅、線種、色*/

}
#sub ul.menu a {
	text-decoration: none;
	display: block;
	width: 208px;
	padding: 5px 0px 5px 10px;
	background: #C01919;	/*背景色*/
	color: #FFF;
}

#sub ul.link li, #sub .subContents {
	text-decoration: none;
	display: block;
	width: 208px;
	padding: 5px 0px 5px 10px;
	background: #1b1b1b;	/*背景色*/
	color: #FFF;
}

#sub ul.link li a{
	display: inline;
	background: none;
	padding: 0;
}

/*マウスオン時*/
#sub ul.menu li a:hover {
	background-color: #F19898;	/*マウスオン時の背景色*/
	color: #FFF;				/*マウスオン時の文字色*/
}

/*フッター（copyrightなど入った最下部ブロック）
------------------------------------------------------*/
#footer {
	clear: both;
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*センタリング*/
	width: 100%;
	background: -moz-linear-gradient(top, #50D4FF, #0581FF);  
	background: #FFE8E8;	/*背景色、背景画像の読み込み＆中央・上部に配置*/
	height: 60px;
	padding-top: 20px;
	color: #8A8A8A;
}
#footer a {
	text-decoration: none;
	color: #A20404;
	font-weight: bold;
}
#footer a:hover {
color: #A20404;
text-decoration:underline;
}

/*キャストサムネイルボックス
------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .photobox1 div {
	float: left;
	width: 299px;	/*幅*/	/*高さ*/
	margin-left: 19px;	/*ボックス同士の左右にとるスペース*/
	display: inline;
	margin-bottom: 1em;	/*ボックス同士の上下にとるスペース*/
	padding: 15px;		/*ボックス内の余白*/
	font-size: 10px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
	text-align: center;	/*文字をセンタリング*/
	overflow: hidden;
	position: relative;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	background: #FFF;	/*背景色*/
}
#main .photobox1 div h3{
	width: auto;
	background: none;
	border: none;
	font-size: 140%;
}
/*ボックス内のリンクテキストの色*/
#main .photobox1 div a {
	color: #1cb2ff;
}
/*サムネイル内のアイコン位置*/
#main .photobox1 div .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}

/*テーブル1
------------------------------------------------------*/
table.l1 {
	width: 700px;		/*テーブル幅*/
	background: #FFF;	/*テーブルの背景色*/
}
table.l1,
table.l1 th,
table.l1 td {
	border: 1px solid #999999;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の余白*/
table.l1 th,
table.l1 td {
	padding: 5px;
}
/*テーブル左側のボックス*/
table.l1 th {
	background-color: #dcdcdc;	/*背景色*/
	width: 80px;	/*幅*/
	text-align: center;
}

/*テーブル2
------------------------------------------------------*/
table.l2 {
	width: 700px;		/*テーブル幅*/
	background: #FFF;	/*テーブルの背景色*/
}
table.l2,
table.l2 th,
table.l2 td {
	border: 1px solid #999999;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の余白*/
table.l2 th,
table.l2 td {
	padding: 10px;
}
/*テーブル左側のボックス*/
table.l2 th {
	background-color: #dcdcdc;	/*背景色*/
	width: 150px;	/*幅*/
	text-align: center;
}

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

/*キャスト詳細テーブル(staff.html内で使用)
------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
.staff {
	width: 680px;	/*ボックス幅*/
	margin-right: auto;
	margin-left: auto;
}
/*写真が入るボックス*/
.staff .left {
	float: left;	/*写真を左み回り込み*/
	width: 250px;	/*幅*/
	padding-bottom: 1em;
}
.staff .left p {
	padding: 0px !important;
}
/*右側のテーブル*/
.staff table.right {
	width: 400px;	/*テーブル幅*/
	float: right;	/*テーブルを右に回り込み*/
	background: #FFF;	/*背景色*/
}
.staff table.right,
.staff table.right th,
.staff table.right td {
	border: 1px solid #999999;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル左側のボックス*/
.staff table.right th {
	background-color: #dcdcdc;	/*背景色*/
	width: 100px;
	text-align: center;
}
/*テーブル内の余白*/
.staff table.right th,
.staff table.right td {
	padding: 5px;
}

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

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定*/
	height: 150px;	/*ブロックの高さ*/
	width: 680px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 660px;
	border-bottom: 1px solid #CCC;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 560px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*他
------------------------------------------------------*/
.mb1 {
	margin-bottom: 10px;
}
.mb05 {
	margin-bottom: 5px;
}
.color2 {
	color: #ff0000;
}
.color1 {
	color: #1cb2ff;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}

.gradation {
	background: -moz-linear-gradient(top, #4AD0FF, #0887FF);  
	background: #C01919;
}

ul#menu li{
	float: left;
width: 149px;

}

ul#menu li a{
width: 170px;
}

#sub h2 a{
	font-size: 100%;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
border-top: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 5px solid #1cb2ff;
border-left: 1px solid #666;
background: #222;
color: #FFF;
}

#sub h2 a{
	color: #FFF;
text-decoration: none;
}
#sub h2 {
	font-size: 100%;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;

	/* border-top: 1px solid #666; */

	/* border-right: 1px solid #666; */

	border-bottom: 5px solid #FC8080;

	/* border-left: 1px solid #666; */

	background: #C01919;
color: #FFF;
}

#sub h2 {
	color: #FFF;
text-decoration: none;
}

.dec01{
	margin-bottom: 70px;
}

.mddec{
	position:relative;
	padding-left:30px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
	color: #000;
}
 
.mddec:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:12px; 
	width:12px; 
	display:block; 
	position:absolute; 
	top:13px; 
	left:5px; 
	background-color: #C01919;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}