@charset "shift_jis";


body {
	color: #666666;		/*全体の文字色*/
	background-color: #FFFFFF;	/*背景色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
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: #EE0000;
	text-decoration: none;
}


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


/*h1タグ
------------------------------------------------------*/
#wrap h1 {
	font-size: 10px;
	line-height: 30px;
	font-weight: normal;
	text-align: right;
	letter-spacing: 0.2em;
}
#wrap h1 a {
	text-decoration: none;
}


/*ヘッダー
------------------------------------------------------*/
#head {
	width: 100%;
	background-image: url(../images/head_bg.gif);
	background-repeat: no-repeat;
	height: 80px;
	position: relative;
}
/*サイトロゴ*/
#head #logo {
	position: absolute;
	left: 24px;
	top: 0px;
}


/*メインメニュー
------------------------------------------------------*/
#head ul {
	line-height: 80px;
	position: absolute;
	width: 700px;
	left: 200px;
	top: 0px;
}
#head ul li {
	float: left;
}
#head ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
}
#head ul li a:hover {
	background-image: url(../images/menu_on.gif);
}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#main-image {
	position: relative;
	height: 240px;
	width: 600px;
	margin-bottom: 15px;
	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-col,#sub-colを囲むブロック）
------------------------------------------------------*/
#content {
	width: 100%;
	padding-top: 30px;
}


/*メインブロック
------------------------------------------------------*/
#main-col {
	float: right;
	width: 620px;
	padding-bottom: 50px;
	padding-right: 20px;
}
/*h2タグ*/
#main-col h2 {
	background-image: url(../images/hbg1.gif);
	font-size: 100%;
	color: #FFFFFF;
	clear: both;
	width: 606px;
	background-repeat: repeat-x;
	padding-left: 10px;
	line-height: 40px;
	background-position: center;
	letter-spacing: 0.1em;
	border: 2px solid #335D71;
}
/*h3タグ*/
#main-col h3 {
	font-size: 120%;
	border-left: 5px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
	color: #666666;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 605px;
	clear: both;
}
/*段落タグ*/
#main-col p {
	padding: 10px;
}


/*サブブロック
------------------------------------------------------*/
#sub-col {
	float: left;
	width: 230px;
	padding-bottom: 50px;
	padding-left: 20px;
}
/*h3タグ*/
#sub-col h3 {
	font-size: 100%;
	border: 1px solid #cacaca;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
#sub-col h3.type1 {
	color: #FFFFFF;
	background-color: #335D71;
	border-style: none;
}
/*段落タグ*/
#sub-col p {
	padding-top: 5px;
	padding-bottom: 10px;
}


/*サブブロック内メニュー
------------------------------------------------------*/
#sub-col ul.menu {
	padding-bottom: 10px;
}
#sub-col ul.menu li {
	margin-bottom: 1px;
}
#sub-col ul.menu a {
	text-decoration: none;
	display: block;
	width: 220px;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 10px;
}
#sub-col ul.menu li a:hover {
	background-color: #7C97A4;
}


/*フッター
------------------------------------------------------*/
#foot {
	clear: both;
	letter-spacing: 0.3em;
	font-size: 10px;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	background-color: #335D71;
	padding: 10px 0px;
}
#foot a {
	text-decoration: none;
	color: #FFFFFF;
}


/*キャストサムネイルボックス
------------------------------------------------------*/
#main-col .photobox1 div {
	background-color: #FFFFFF;
	float: left;
	width: 118px;
	margin-left: 10px;
	display: inline;
	height: 120px;
	margin-bottom: 1em;
	padding: 10px;
	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 #cacaca;
}
/*サムネイル内のアイコン位置*/
#main-col .photobox1 div .icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


/*テーブル1
------------------------------------------------------*/
table.l1 {
	width: 620px;
}
table.l1,
table.l1 th,
table.l1 td {
	border: 1px solid #999999;
}
table.l1 th {
	background-color: #DEDEDE;
	width: 140px;
	text-align: center;
}
table.l1 td {
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

table.l1 th.title {
	width: 100%;
}
table.l1 th,
table.l1 td {
	padding: 5px;
}


/*テーブル2
------------------------------------------------------*/
table.l2 {
	width: 620px;
}
table.l2,
table.l2 th,
table.l2 td {
	border: 1px solid #999999;
}
table.l2 th {
	background-color: #DEDEDE;
	width: 150px;
	text-align: center;
}

table.l2 th.title {
	width: 100%;
}
table.l2 th,
table.l2 td {
	padding: 10px;
}


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


/*キャスト詳細テーブル(staff.html内で使用)
------------------------------------------------------*/
.staff table.right {
	width: 350px;
	float: right;
}
.staff {
	width: 620px;
}
.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 #999999;
}
.staff table.right th {
	background-color: #DEDEDE;
	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-col .new {
	overflow: auto;	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定*/
	height: 150px;	/*ブロックの高さ*/
	width: 610px;
	padding-left: 10px;
}
#main-col .new dl {
	clear: left;
	width: 590px;
	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: 490px;
}
#main-col .new dd img {
	vertical-align: middle;
}
*html #main-col .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}


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