@charset "utf-8";
	
.clear {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
small {
	font-size: 10px;
	color: #666666;
	padding-bottom: 3px;
}


/* -------------------------------------------------

プロフィール profile.php

------------------------------------------------- */
#profile {
	font-family: "ＭＳ Ｐゴシック", "sans-serif";
	font-size: 10px;
	width: 800px;





　　/* 横幅 */
	overflow: hidden;
	color: #000000;
	margin-left: auto;





　/* 中央寄せ */
	margin-right: auto;　/* 中央寄せ */
	text-align: left;
	padding: 0px;
	margin-right: auto;
}

/* プロフィールページの上下左右余白 */
#profile .all { 
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}


/* 画像(大)表示 */
#profile #left {
	width: 200px;
	text-align: left;
	float: left;
	margin: 0px;
	overflow: hidden;


　/* はみ出た画像の非表示処理 */
	background-color: #FFFDFE;
	padding-bottom: 10px;
	background-image: url(img/ajax-loading.gif);
	}


#profile #left img {
	padding: 3px;
	border: 1px solid #999;
}

/* プロフィール項目 */
#profile #right {
	float: right;
	text-align: left;
	width: 550px;
	margin-top: 0px;
	font-size: 10px;
	margin-right: 0px;
	overflow: hidden;
	}


/* 見出し */
#profile h3 {
	text-align: left;
	padding: 5px;
	color: #333333;
	font-size: 12px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
}

/* 名前・３サイズ表示ボックス */
#profile #girl_name_box {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	text-align: left;
	
}

/* プロフィール項目 */
#prof_box {
	margin-top: 10px;
	font-size: 10px;
}
#profile .name {
	font-size: 14px;
	color:#000000;
}


/* プロフィール項目 TD*/
#prof_box .td01 {
	color: #666666;
	font-size: 12px;
	padding: 3px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#prof_box .td02 {
	color: #666666;
	font-size: 12px;
	padding: 3px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background:#FFFFFF;
}
#profile #prof_box table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}


#prof_box .td03 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C43C6B;
	font-size: 10px;
	color: #333333;
	padding: 5px;
	margin: 1px;
}

/* 年齢 */
#profile .age {
	font-weight: normal;
	color: #333333;
	font-size: 12px;
}
#profile .osusume {
	font-size: 10px;
	color: #666666;
}


/* サムネイル */
#profile #thumbnails {
	height: 140px;
	text-align: left;
	clear: both;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
#profile #thumbnails img {
	padding: 1px;
	border: 1px solid #E4E4E4;
	margin-top: 5px;
	margin-right: 5px;
}


/* -------------------------------------------------
プロフィールページ出勤表 profile.php
------------------------------------------------- */
/* 出勤カレンダー */
#weektime table {
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 0px;
	clear: both;
	float: none;
	width: 545px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#weektime  {
	margin-top: 0px;
	margin-left: 0px;
	width: 545px;
}

/* カレンダー日付 */
#weektime th {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	margin: 1px;
	font-weight: normal;
	height: 17px;
}

/* カレンダー出勤時間 */
#weektime td {
	text-align: center;
	font-size: 10px;
	padding: 10px;
	background-color: #F2F2F2;
	margin: 1px;
}

/* カレンダー出勤時間(土日) */
#weektime .sat {
	background-color: #0099CC;
}

#weektime .sun {
	background-color: #CC6699;
}

#profile #tag_similar {
	clear: both;
	float: none;
}

/* リスト */
li {
	float: left;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}

li .banner img {
border:0px;
}



li img {
	padding: 2px;

}

/*-----------------------------------------------
オプション
-----------------------------------------------*/
/* オプション表示領域 */
#option {
	width: 545px;
	padding: 1px;
	margin-top: 0px;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #666666;
}
/* オプション1つ分の表示領域 */
#option .option_one {
	float: left;
	padding: 0px;
	width: 270px;
	margin: 0px;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
}
#option .option_one .option_left1 {/* ◎ */
	float: left;
	background-color: #B3DD0B;
	padding: 5px;
	display: block;
	width: 150px;
}
#option .option_one .option_left2 {/* ○ */
	float: left;
	background-color: #B3DD0B;
	padding: 5px;
	display: block;
	width: 150px;
}
#option .option_one .option_left3 {/* △ */
	float: left;
	background-color: #EBFBAA;
	padding: 5px;
	display: block;
	width: 150px;
}
#option .option_one .option_left4 {/* × */
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 5px;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #999999;
	display: block;
	width: 150px;
}
#option .option_one .option_left {/* 未記入 */
	float: left;
	color: #CCCCCC;
	display: block;
	width: 140px;
}
#option .option_one .option_left0 {/* 未記入 */
	float: left;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	padding: 5px;
	display: block;
	width: 150px;
}
#option .option_one .option_right {
	float: right;
	text-align: center;
	width: 46px;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

/*-----------------------------------------------

ガールズ　cast.php

-----------------------------------------------*/

#cast {
	font-family: "ＭＳ Ｐゴシック", "sans-serif";
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	float: left;
	width: 590px;
	/*background-color:#FFFFFF;*/
}


#cast_box {
	width: 800px;
}


/* キャストページの上下左右余白 */
#cast div.all {
	clear: both;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/* キャスト１人分の表示 */
#cast .allone {
	float: left;
	margin-right: 3px;
	background-position: center center;
	text-align: center;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid #E7E7E7;
	height: 160px;/*250px*/
	width: 130px;
	background-color:#FFFFFF;
	
	}

#cast .tag_bar {
	clear: both;
	float: none;
	display: block;
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px;
}


.comment {
	font-size: 10px;
	color: #FF6699;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* キャスト一覧画像 */
#cast .allone img {
	background-color: #FFFFFF;
	padding: 2px;
}

/* 名前 */
#cast .cast_name {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 12px;
	color: #BE1B68;
	padding-left: 2px;
}









/* 3サイズ */
#cast .cast_size {
	font-size:10px;
	text-align: center;
	color:#BE1B68;
}

/* ページ送り */
#cast .number {
	text-align: right;
	width: 240px;
	float: right;
	margin-top: 15px;
}


/* --------------------------------------------- 

出勤表  cast_shift.php

--------------------------------------------- */

#schedule {
	font-family: "ＭＳ Ｐゴシック", "sans-serif";
	text-align: left;
	margin-right: auto;
	padding: 0px;
	width: 590px;
	margin-left: auto;
	margin-top: 0px;
	float: left;
}
#bread {
	text-align: right;
	margin: 5px;
}


/* 出勤表ページの上下左右余白 */
#schedule div.all {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

/*-----------------------------------------------
出勤表カレンダー部分　
----------------------------------------------*/
#schedule .all_week {
	padding: 0px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

/* 週間カレンダー */
#schedule .week {
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 40px;
	text-align: center;
	background-color: #E9E8EE;
	margin: 0px;
	border: 1px solid #999999;
}

/* 週間カレンダー(平日) */
#schedule a.week:link {
	color: #000000;
	display: block;
	background-color: #F7F7F7;
	text-align: center;
	border: 1px solid #E7E7E7;
	margin-left: 1px;
}
#schedule a.week:link {
	_border: 1px solid #CCCCCC; /* IE6用ハック */
	
}
#schedule a.week:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	border: 1px solid #CCCCCC;
}


#schedule img.cast {
	border: 1px solid #666;
	text-align: center;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* 出勤表一覧１人分 */
#schedule div.all_one {
	float: left;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #DBDBDB;
	height: 180px;/*250*/
	width: 130px;
}
/* 名前 */
#schedule div.cast_name{
	color: #FF0099;
	margin-top: 2px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}














/* 3サイズ */
#schedule div.cast_size {
	font-size: 10px;
	text-align: left;
	color: #666666;
}

/* 出勤時間 */
#schedule .cast_time {
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 1px;
	color: #666666;
	font-size: 10px;
}

/* 出勤表一覧画像 */
#schedule .all_one img {
	background-color: #FFFFFF;
	
}

/* 出勤カレンダー */
#schedule td.normal {
	text-align: center;
	margin-top: 3px;
}

/* 出勤カレンダー(土日) */
#schedule td.sat {
	background-color: #E3EDFD;
	text-align: center;
	margin-right: 3px;
}

#schedule td.sun {
	background-color: #FEDEFD;
	text-align: center;
	margin-right: 1px;
}

/*-----------------------------------------------

出勤表(TOPページ)　 schedule_top.php

----------------------------------------------*/

#schedule_top {
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 550px;
}


/* 名前 */
#schedule_top .cast_name {
	font-weight: normal;
	color: #FF3333;
	padding: 2px;
}
/* 3サイズ */
#schedule_top .cast_size {
	color: #666666;
	background-color: #FFFFFF;
	font-size: 10px;
	margin-top: 1px;
	padding: 2px;
}
/* 出勤時間 */
#schedule_top .cast_time {
	color: #666666;
	background-color: #FFFFFF;
	font-size: 10px;
	margin-top: 1px;
	padding: 2px;
}

/* 画像1人分 */
#schedule_top div.all_one {
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	margin-top: 0px;
	margin-right: 7px;/*12px*/
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#content h2,#sidebar h2 {
	font-size: 12px;
	margin-top: 5px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	display: block;
	clear: both;
	float: none;
	margin-bottom: 0px;
}

#sidebar {
	float: right;
	padding: 5px;
}
#content .top_box {
	height: 250px;
	width: 550px;
}






/*-----------------------------------------------

出勤表(週間別)　　schedule_l.php

----------------------------------------------*/

#schedule_l {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* 上下左右余白 */
#schedule_l .all {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

/* リンク */
#schedule_l a {
	text-decoration: underline;
}
#schedule_l a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* 出勤カレンダー */
#schedule_l .sch_week {
	padding: 1px;
	background-color: #DDDDDD;
}
#schedule_l td {
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
}
.list_up {
	margin-bottom: 5px;
}

/* 名前・3サイズ */
#schedule_l .sch_week .glay {
	background-color: #CCCCCC;
	width: 800px;
	text-align: left;
	text-indent: 20px;
}

/* 日付 */
#schedule_l th {
	font-weight: normal;
	text-align: center;
	padding: 0px;
	color: #FFFFFF;
	background-color: #999999;
}
#schedule_l  .sch_thumb img {
	width: 50px;
}



/*--------------------------------------------------

フォーム部品

--------------------------------------------------*/
INPUT.myTx {
	color:#333333;
	background-color:#ffffff;
	font-size:11px;
	height: 16px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 2px solid #CCCCCC;
}
	
INPUT.myBut {
	color:#FFFFFF;
	background-color:#CC3366;
	font-size:10px;
	font-weight: normal;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
select {
	color:#666666;
	font-size:10px;
	clear: both;
	float: none;

	}
	
#select form {
	margin-bottom: 15px;
}

	
input:focus,
textarea:focus {
	border: 1px solid #000;
}

form {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

/*--------------------------------------------------

TOPページ用 top.php

--------------------------------------------------*/
#content {
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	padding: 5px;
	float: left;
	width: 550px;
}

a:hover {
	color: #666666;
	text-decoration: none;
}
body {
	font-size: 12px;
	background-color: transparent;
}
#profile .all #left #left_pic #photo {
	height: 256px;
	width: 192px;
}

/*マツタケプロフィール*/
.profile_matsutake
{color:#FFFFFF;
}

