

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

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 14px;
}

form {
	margin: 0px;
}

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


/*ヘッダー
------------------------------------------------------*/
#head {
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 960px;
	text-indent:-9898px;
}


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

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


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

#wrap .left {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#wrap .right {
	float: right;
	padding-top: 10px;

}

/*メニュー
------------------------------------------------------*/
ul#menu {
	width: 960px;
	margin: 0;
	overflow: hidden;
　/*float解除*/
    zoom:100%;　/*float解除*/
; 	padding-top: 10px;
}
ul#menu li {
    float:left; /*次の要素を右側へ回り込ませる*/
    list-style:none; /*リストの●を消す*/
}
ul#menu li a {
    display:block; /*インラインからブロック要素へ変更*/
    height:58px; /*高さ*/
    width:120px; /*横幅*/
    text-align:center; /*テキストの位置*/
    font-weight:bold; /*テキストの太さ*/
    letter-spacing:1px; /*文字間隔*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background-image:url(../img/menu_bg.png); /*メニュー画像*/
    background-repeat:no-repeat; /*画像の繰り返しをオフに*/
}

    ul#menu a.menu1 {background-position:0px 0px;width:120px;}
    ul#menu li a.menu1:hover {background-position:0 -58px;}
     
    ul#menu a.menu2 {background-position:-120px 0px;}
    ul#menu li a.menu2:hover {background-position:-120px -58px;}
     
    ul#menu li a.menu3 {background-position:-240px 0px;}
    ul#menu li a.menu3:hover {background-position:-240px -58px;}
     
    ul#menu li a.menu4 {background-position:-360px 0px;}
    ul#menu li a.menu4:hover {background-position:-360px -58px;}
     
    ul#menu li a.menu5 {background-position:-480px 0px;}
    ul#menu li a.menu5:hover {background-position:-480px -58px;}

    ul#menu li a.menu6 {background-position:-600px 0px;}
    ul#menu li a.menu6:hover {background-position:-600px -58px;}
     
    ul#menu li a.menu7 {background-position:-720px 0px;}
    ul#menu li a.menu7:hover {background-position:-720px -58px;}

    ul#menu li a.menu8 {background-position:-840px 0px;}
    ul#menu li a.menu8:hover {background-position:-840px -58px;}



/*コンテンツ（#main-col,#sub-colを囲むブロック）
------------------------------------------------------*/
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(../img/inner_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: -10px;
	padding: 5px;
}


/*トップ左枠
------------------------------------------------------*/
#sub-col {
	float: left;
	width: 250px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: both;
}
/*h3タグ*/
#sub-col .head {
	padding-bottom: 10px;
}

/*段落タグ*/
#sub-col .waku {
	width: 250px;
	background-image: url(../img/side-tate.png);
	background-repeat: repeat-y;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}


/*トップ右枠
------------------------------------------------------*/
#main-info {
	float: right;
	width: 680px;
	margin-right: 9px;
	background-image: url(../img/line-tate.png);
	background-repeat: repeat-y;
}
#main-info-last {
	float: right;
	width: 670px;
	padding-bottom: 30px;
	margin-right: 20px;
	background-image: url(../img/line-yoko.png);
	background-repeat: repeat-x;
}
/*h2タグ*/
#main-info h2 {
    text-indent:-9898px;
}
/*h3タグ*/
#main-info h3 {
	font-size: large;
	color: #FFFFFF;
	clear: both;
	background-color: #FF66FF;
	text-align: center;
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
/*段落タグ*/
#main-info p {
	padding: 10px;
}


/*トップ右枠
------------------------------------------------------*/
#main-info-g {
	float: right;
	width: 680px;
	margin-right: 9px;
}



/*コンパニオン一覧
------------------------------------------------------*/
#main-col2 {
	float: right;
	width: 960px;
	padding-bottom: 30px;
	clear: both;
}

/*h2タグ*/
#main-col2 h2 {
	font-size: 100%;
	background-color: #FF66FF;
	clear: both;
	width: 940px;
	color: #FFFFFF;
	line-height: 30px;
	border-bottom: 4px solid #A57474;
	text-align: center;
}
/*h3タグ*/
#main-col2 h3 {
	font-size: large;
	color: #FFFFFF;
	clear: both;
	background-color: #FF66FF;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 940px;
}
/*段落タグ*/
#main-col2 p {
	color: #000;
	text-align: center;
}

#main-col2 .banner {
	padding: 0px;
	margin-bottom: 50px;
	text-align: center;
}


/*トップキャスト一覧
------------------------------------------------------*/
#main-info .photobox1 div {
	float: left;
	width: 135px;	/*ボックスの幅*/
	height: 210px;	/*ボックスの高さ*/
	margin-left: 11px;
	display: inline;
	margin-bottom: 1em;
	padding: 8px;		/*ボックス内の余白*/
	font-size: 10px;	/*文字サイズ*/
	line-height: 1.3;	/*行間*/
	text-align: center;	/*中身をセンタリング*/
	overflow: hidden;	/*文字が飛び出た場合に非表示にする設定*/
	position: relative;
	background-image: url(../img/cast_waku.jpg);
	background-repeat: no-repeat;
}
/*サムネイル内のアイコン位置*/
#main-info .photobox1 div .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して右から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して右から2pxの位置に配置*/
}



/*在籍キャスト一覧
------------------------------------------------------*/
#main-col2 .photobox2 div {
	float: left;
	width: 190px;
	height: 280px;
	margin-left: 25px;
	display: inline;
	margin-bottom: 1em;
	color: #FFF;
	line-height: 1.3;
	background-image: url(../img/cast_waku.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#main-col2 .photobox2 a {
	color: #FF0000;
}

/*サムネイル内のアイコン位置*/
#main-col2 .photobox2 div .icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.castprof {
	padding-left: 200px;
	background-image: none;
}

table.l9 {
	width: 290px;
	margin-left: 10px;
	position: relative;
}

table.l9,
table.l9 th,
table.l9 td {
	padding: 3px;
}
table.l9 th {
	font-size: 13px;
	font-weight: bold;
}

table.l9 td {
	line-height: 140%;
	color: #000;
}


/*在籍キャスト一覧　新人
------------------------------------------------------*/
#main-col2 .photobox3 div {
	float: left;
	width: 140px;
	height: 280px;
	margin-left: 25px;
	display: inline;
	margin-bottom: 1em;
	padding: 6px;
	color: #FFF;
	line-height: 1.3;
	background-image: url(../img/cast_waku.jpg);
	background-repeat: no-repeat;
}
#main-col2 .photobox3 a {
	color: #FF0000;
}

/*サムネイル内のアイコン位置*/
#main-col2 .photobox3 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;
}



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



/*テーブル(link.html、recruit.htmlページで使用)
------------------------------------------------------*/
table.l2 {
	width: 100%;
}
table.l2,
table.l2 th,
table.l2 td {
	border: 1px solid #333333;
}
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 #d3d3d3;
}
table.l3 th {
	background-color: #990033;
	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 #d3d3d3;	/*テーブルの枠線の幅、線種、色*/
}
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;
}


/*トップ更新欄
---------------------------------------------------------------------*/
.new {
	height: 300px;
	overflow: auto;
	width: 640px;
	margin-left: 15px;
}
.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-left: 10px;
}
.mb05 {
	margin-bottom: 5px;
}
.color1 {
	color: #ee0000;
}
.color2 {
	color: #ff0000;
}
.douga {
	background-image: url(../images/bg_douga.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}

#map {
	height: 100%;	
}

.scroll-title {
	text-align:center;
	font-family:Georgia;
	font-size:46px;
	margin-top:10px;
	margin-bottom:0px;
}

.scroll-txt {
	font-size:16px;
	text-align:center;
	margin-top:15px;
}

.scroll-es {
	font-family:Verdana;
	font-size:20px;
	margin:0px auto 0px auto;
	background-color:#ffff99;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #cccc33;
	padding:4px;
}

.scroll-is {
	border-top:5px solid #555555;
	border-bottom:5px solid #555555;
}

.scroll-is img {
	border:0px;
	border-left:2px solid #555555;
}

#systemimg {
	margin: 0px;
	padding: 0px;	
}

#overbutton a {
	display: block;
	overflow: hidden;
	height: 0px;
	width: 948px;
	background-image: url(../img/newaroma_1.gif);
	padding-top: 300px;
	text-align: center;
	margin-bottom: 20px;
}

#overbutton a:hover {
    background-image: url(../img/newaroma_2.gif);
}
