@charset "shift_jis";


body {
	color: #111;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:18px;
	font-family: メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif ;
}
.clear{
	clear:both;
}
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:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
div#lp01{
	margin-top:-100px;
	padding-bottom:100px;
}
div#lp02{
	display: block;
    margin-top: -40px; /* リンク位置上昇分 */
    padding-top: 100px; /* 上昇分を戻す分 */
    background:#00a0e8;
}
div#lp03{
	display: block;
    margin-top: -7px; /* リンク位置上昇分 */
    padding-top: 60px; /* 上昇分を戻す分 */
	background: url(../img/bg.png) repeat left top;
	background-color:#e5e6e6;
}
#zousei{
	margin-top:-100px;
	padding-bottom:100px;
}
div#lp04{
	display: block;
    margin-top: 40px; /* リンク位置上昇分 */
    padding-top: 0; /* 上昇分を戻す分 */
    padding-bottom:100px;
    background:#e73553;
}
div#lp05{
	display: block;
    margin-top:0; /* リンク位置上昇分 */
    padding-top: 80px; /* 上昇分を戻す分 */
    padding-bottom:60px;
}
#hoshuu{
	margin-top:-140px;
	padding-bottom:140px;
}
div#lp06{
	display: block;
    margin-top: 0; /* リンク位置上昇分 */
    padding-top: 0; /* 上昇分を戻す分 */
    background:#920683;
    padding-bottom:100px;
}
div#lp07{
	display: block;
    margin-top: 0; /* リンク位置上昇分 */
    padding-top: 40px; /* 上昇分を戻す分 */
}
#kaitai{
	margin-top:-200px;
	padding-bottom:200px;
}
div#lp08{
	display: block;
    margin-top: -60px; /* リンク位置上昇分 */
    padding-top: 0; /* 上昇分を戻す分 */
    background:#f39700;
    padding-bottom:100px;
}
div#lp09{
	display: block;
    margin-top: 0; /* リンク位置上昇分 */
    padding-top: 40px; /* 上昇分を戻す分 */
    padding-bottom:40px;
}
#reform{
	margin-top:-140px;
	padding-bottom:140px;
}
div#lp10{
	display: block;
    margin-top: -20px; /* リンク位置上昇分 */
    padding-top: 0; /* 上昇分を戻す分 */
    background:#009943;
    padding-bottom:100px;
}
div#lp11{
	display: block;
    margin-top: 0; /* リンク位置上昇分 */
    padding-top: 20px; /* 上昇分を戻す分 */
}
/*全体のリンク設定
------------------------------------------------------*/
a {
	color: #1d2088;
	text-decoration: none;
}
a:hover {
	color: #1d2088;
	text-decoration: underline;
}

/*h1タグ
------------------------------------------------------*/
.h1_area{
    background: #00aa84;
    

}
h1 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.2em;
    color: #FFF;


}
h1 a {
	text-decoration: none;
	color: #FFF;
}

/*HPを囲むブロック
------------------------------------------------------*/
#container {
	text-align: left;
	width: 100%;
	max-width:1920px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
------------------------------------------------------*/
#header {
	width: 100%;
	background:#fff;
	position: fixed;
	top: 0;
	z-index: 2;
}
/*サイトロゴ*/
#header #logo {
	padding: 25px 5px 25px 60px;
	float:left;
}
#header #tel {
	padding: 45px 25px 5px 500px;
	float:left;
}
#header #mail {
	padding: 45px 10px 5px 40px;
	float:left;
}
#container .cont{
	width:1200px;
	margin:0 auto;
}
/*メインメニュー
------------------------------------------------------*/
/*メニューブロック全体の設定*/
.nav{
	background:#6cbb59;
}
ul#menu {
	width:650px;
	margin:20px auto;
	float:right;
}
/*メニュー１個あたりの設定*/
ul#menu li {
	float: left;
	width:200px;
	background: url(../img/menu_icon.png) no-repeat left center;
	padding-left:10px;
}
ul#menu li:first-child{
	border-left:none;

}
ul#menu li a {
	color: #111;	/*文字色*/
	padding:10px 15px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size:20px;
	line-height:1.5;
}
ul#menu li a span{
	font-size:14px;
}
ul#menu li a:hover {
	color: #1d2088;	/*文字色*/
}

/*トップページのスライドショー
-----------------------------------
#main-image {
	position: relative;
	height: 283px;
	width: 880px;
	margin-bottom: 30px;
}
#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-image{
	margin-top:190px;
}
#main-image img{
	width:100%;
	max-width:1920px;
}
/*コンテンツ（#main,#subを囲むブロック）
------------------------------------------------------*/
#contents {
	margin-right: auto;
	margin-left: auto;
	clear: left;
	background: url(../img/bg.png) repeat left top;
	background-color:#e5e6e6;
}

/*メインコンテンツ
------------------------------------------------------*/
#main {
	margin:0 auto;
}
.lp01{
	margin-top:150px;
	padding:40px;
}

.cont03{
	width:800px;
	padding:30px 0;
	margin:0 auto;
}
.cont03 p{
	font-size:22px;
	font-weight:bold;
}
.waku{
	font-size:20px;
	border:3px dashed #00a0e8;
	border-radius:15px;
	background-color:#fff;
	padding:20px 30px;
	width:750px;
	margin:20px auto;
}
.waku p{
	color:#00a0e8;
	font-size:20px;
	font-weight:bold;
}
.cont05{
	width:800px;
	padding:30px 0 580px;
	margin:-480px auto;
}
.cont05 p{
	font-size:28px;
	font-weight:bold;
}
.cont07{
	width:800px;
	padding:30px 0 620px;
	margin:-580px auto;
}
.cont07 p{
	font-size:28px;
	font-weight:bold;
}
.cont09{
	width:800px;
	padding:30px 0 650px;
	margin:-480px auto;
}
.cont09 p{
	font-size:28px;
	font-weight:bold;
}
.cont11{
	width:800px;
	padding:30px 0 600px;
	margin:-480px auto;
}
.cont11 p{
	font-size:28px;
	font-weight:bold;
}
#main p span{
	border-bottom:2px dashed #bbb;
}
#cmp{
	background:#1c1f87;
	padding:50px 0 20px;
}
#cmp .content{
	width: 1100px;	/*メインコンテンツ幅*/
	margin:0px auto;
}
#cmp .inner{
	width:1000px;
	padding:30px 0;
	margin:0 auto;
}
#cmp table{
	width:850px;
	margin:0 auto;
}
#cmp table td{
	padding:7px 10px 7px 20px ;
	font-size:16px;
	background: url(../img/info_icon.png) no-repeat left 13px;
	width:410px;
	color:#fff;
}


/*h1タグ*/
#main h1 {
	font-size: 100%;
	color: #111;	/*文字色*/
	clear: both;
	overflow: hidden;
	text-align:center;
}
/*h2タグ*/
#main h2 {
	font-size: 100%;
	color: #111;	/*文字色*/
	clear: both;
	overflow: hidden;
	text-align:center;
}
/*h3タグ*/

#main h3 {
    font-size: 100%;
    padding: 0px 0px 0px 10px;
    color: #fff;
    clear: both;
    background: url(../img/h3_bg.png) no-repeat left top;
    width: 460px;
}
#main h3.short {
    width: 435px;
}
/*段落タグ*/
#main p {
	padding: 10px;
}
.inner {
    width: 1000px;
    margin-top: 50px;
    margin-bottom: 50px;
}


.inner span{color:#EA6DA4;}
.big_f{font-size:50px;font-weight:bold;}
.nom_f{font-size:18px;color:#fff !important;}
/*サブコンテンツ
------------------------------------------------------*/
#sub {
	float: right;	/*ブロックを右に回り込みさせる*/
	width: 220px;	/*サブコンテンツ幅*/
}
/*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 #B3065C;	/*下の線の幅、線種、色*/
	border-left: 1px solid #666;		/*左の線の幅、線種、色*/
	background: #0F0F0F url(../images/bg1.gif) repeat-x left top;
}
/*段落タグ*/
#sub p {
	padding-top: 5px;
	padding-bottom: 10px;
}

/*サブブロック内メニュー
------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul.menu {
	padding-bottom: 10px;
}
/*メニュー１個あたりの設定*/
#sub ul.menu li {
	border-right: 1px solid #666;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #666;	/*下の線の幅、線種、色*/
	border-left: 1px solid #666;	/*左の線の幅、線種、色*/

}
#sub ul.menu a {
	text-decoration: none;
	display: block;
	width: 208px;
	padding: 5px 0px 5px 10px;
}
#sub ul.menu li a:hover {
	background-color: #FF0983;	/*マウスオン時の背景色*/
	color: #FFF;				/*マウスオン時の文字色*/
}

/*フッター（copyrightなど入った最下部ブロック）
------------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	width: 100%;
	color: #111;	/*文字色*/
	padding: 30px 0px 10px;
	background: #fff;
}
#footer .cont{
	width:780px;
	margin:0 auto;
}
.ft_logo{
	float:left;
	padding:20px 0 5px;
	text-align:left;
}
.ft_menu{
	float:right;
	padding:20px 0 5px;
}
.ft_menu li{
	width:160px;
	background: url(../img/menu_icon.png) no-repeat left center;
	padding:3px;
	padding-left:20px;
	text-align:left;
}
#footer .ft_menu li a{
	color:#111;
}
#footer .ft_menu li a:hover{
	color:#1c1f87;
}
#footer a {
	text-decoration: none;
	color: #1c1f87;
}
.copy{
	padding:40px 7px 0;
	background: #fff;
	color:#1c1f87;
}

/*キャストサムネイルボックス
------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .photobox1 div {
	float: left;
	width: 118px;	/*幅*/
	height: 180px;	/*高さ*/
	margin-left: 15px;	/*ボックス同士の左右にとるスペース*/
	display: inline;
	margin-bottom: 1em;	/*ボックス同士の上下にとるスペース*/
	padding: 10px;	/*ボックス内の余白*/
	font-size: 10px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
	text-align: center;	/*文字をセンタリング*/
	overflow: hidden;
	position: relative;
	border: 1px solid #666;	/*枠線の幅、線種、色*/
}
/*ボックス内のリンクテキストの色*/
#main .photobox1 div a {
	color: #FF0983;
}
/*サムネイル内のアイコン位置*/
#main .photobox1 div .icon {
	position: absolute;
	right: 0px;		/*ボックスに対して、右側から0pxの位置に配置*/
	bottom: 0px;	/*ボックスに対して、下側から0pxの位置に配置*/
}

/*テーブル1
------------------------------------------------------*/
table.l1 {
	width: 640px;
}
table.l1,
table.l1 th,
table.l1 td {
	border: 1px solid #999999;
}
table.l1 th {
	background-color: #333333;
	width: 80px;
	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: 640px;
}
table.l2,
table.l2 th,
table.l2 td {
	border: 1px solid #999999;
}
table.l2 th {
	background-color: #333333;
	width: 150px;
	text-align: center;
}

table.l2 th.title {
	width: 100%;
}
table.l2 th,
table.l2 td {
	padding: 10px;
}

/*テーブル(CMS版staff.html内で使用)
------------------------------------------------------*/
table.l3 {
	width: 640px;
}
table.l3,
table.l3 th,
table.l3 td {
	border: 1px solid #999999;
}
table.l3 th {
	background-color: #333333;
	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;
	margin-right: auto;
	margin-left: auto;
}
.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: #333333;
	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;	/*ブロックの高さ*/
	padding-left: 10px;
	color: #EA6DA4;
}
#main .new dl {
	clear: left;
	border-bottom: 1px solid #666;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
}
#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: #08ebee;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
