/* プロフィール------------------------------------------------- */

#profile {
	width: 548px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 11px;
	padding: 5px;
}

#profile #left {
	height: 400px;
	width: 300px;
	text-align: center;
	float: left;
	margin: 5px 0 0 10;
}

#profile #left img {
	padding: 1px;
	border: 1px solid #FFC5FF;
}

#profile #right {
	float: right;
	text-align: left;
	width: 240px;
	height: auto;
}

#profile #thumbnails {
	height: 107px;
	margin: 0px;
	text-align: left;
	clear: both;
	padding-top: 10px;
}
#profile #thumbnails img {
	margin: 1px;
	height: 107px;
	width: 80px;
	border: 1px solid #FFC5FF;
}
#profile #thumbnails a:hover img {
	border: 1px solid #C63;
}
#profile #girl_name {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	height: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	background-position: bottom;
	border-top-style: none;
	border-right-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#profile .store_name {
	padding-bottom: 2px;
	font-size: 11px;
	color: #FF6060;
}
#profile .basic_size {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#profile .prof2_td_01 {
	text-align: left;
	width: 90px;
	color: #828282;
	font-weight: normal;
	padding: 5px 2px 5px 5px;
	font-size: 12px;
	border-bottom: 1px dotted #FFD18C;
}
#profile .prof2_td_02 {
	text-align: left;
	color: #333;
	width: 130px;
	padding: 1px 2px 1px 5px;
	font-size: 12px;
	border-bottom: 1px dotted #FFD18C;
}
#profile .contents {
	text-align: right;
	margin-bottom: 20px;
	padding-right: 17px;
	margin-top: 20px;
}

#profile .contents img {
	border-style: none;
}

#profile #type {
	clear: both;
	text-align: left;
}
#profile #type strong {
	color: #F09;
	font-weight: bold;
	text-align: left;
}
#profile #type table {
	background-color: #ccc;
}
#type th {
	font-size: 10px;
	background-color: #FFF4FB;
	font-weight: bold;
	width: 105px;
}
#profile #type td {
	font-size:10px;
	color: #999;
	background-color: #fff;
	width: 105px;
}
#profile #type .type_y {
	color: #000;
	background-color: #FC0;
}

#profile .osusume {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

#weektime table {
	width: 568px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
}
#weektime th {
	text-align: center;
	font-size: 12px;
	color: #000;
	background-color: #CCCCCC;
	padding: 8px;
}

#weektime td {
	text-align: center;
	font-size: 11px;
	padding: 8px;
}
#weektime .sat {
	background-color: #E3EDFD;
}
#weektime .sun {
	background-color: #FEDEFD;
}


/* キャスト--------------------------------------------- */


#cast {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#cast form {
	width: 240px;
	float: left;
	margin-top: 10px;
	margin-left: 2px;
	margin-bottom: 10px;
}
#cast div.all_one {
	width: 110px;
	height: 215px;
	float: left;
	text-align: left;
	border: 1px solid #FFC5FF;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFECFF;
	margin-right: 15px;
}
#cast div.all {
	margin: 0px;
	padding: 0px;
}
#cast div.all_one img {

}
#cast div.bg_image {
	height: 160px;
	width: 100px;
	background-image: url(img/bg_image.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}
#cast td.sat {
	background-color: #CEF;
}
#cast td.sun {
	background-color: #FEE;
}
#cast .choice {
	margin-bottom: -4px;
}

#cast .shop_name {
	margin-top: 2px;
}
#cast div.store_name{
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#cast .cast_name {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#cast .detail_button {
	width: 102px;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 4px;
}
#cast .cast_size {
	font-size:11px;
}
#cast .number {
	text-align: right;
	width: 240px;
	float: right;
	margin-top: 15px;
}
#cast .osusume {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
}

/* 出勤表--------------------------------------------- */

#schedule {
	width: 568px;
	margin-bottom: 5px;
	overflow: auto;
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #666666;
}

#schedule td.normal {
	text-align: center;
}
#schedule td.sat {
	background-color: #E3EDFD;
	text-align: center;
}
#schedule td.sun {
	background-color: #FEDEFD;
	text-align: center;
}
#schedule .banner {
	border-top: 1px solid #960A65;
	border-right: 1px solid #960A65;
	border-left: 1px solid #960A65;
}

/* ///////////////////////////////// */

#schedule .all_week {
	width: 500px;
	margin-bottom: 10px;
}
#schedule .week {
	height: auto;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: auto;
}
#schedule a.week:link {
	color: #900;
	display: block;
	border: 1px dotted #CCCCCC;
}
#schedule a.week:visited {
	color: #930;
	text-decoration: none;
}
#schedule a.week:hover {
	color: #C30;
	text-decoration: none;
}
#schedule table.cast-base {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	font-size: 11px;
	color: #666;
	text-align: center;
	width: 550px;
}
#schedule td.cast-base {
	text-align: left;
	padding-bottom: 5px;
	width: 100px;
	margin: 5px;
}
#schedule div.cast_name{
	color: #333;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
#schedule div.store_name{
	color: #FF6060;
	text-align: center;
	padding-top: 2px;
}
#schedule img.cast {
	border: 1px solid #666;
	text-align: center;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#schedule div.cast-size{
	color: #000;
	text-align: center;
	margin-bottom: 3px;
	font-size: 10px;
}
#schedule .cast_size {
	text-align: center;
}
#schedule .block_01 {
	font-weight: bold;
	margin-right: 15px;
}
#schedule div.title-time {
	font-size: 9px;
	color: #666;
	background-color: #FEF4FF;
	text-align: center;
	padding: 0px;
	border: 1px solid #FFFBFB;
	width: 100px;
	margin: 0 auto;
}
#schedule div.cast-time{
	font-size: 10px;
	color: #000;
	text-align: center;
	font-family: Verdana;
}

/* ///////////////////////////////// */
#schedule table.cal-main {
	width: 580px;
	text-align: center;
	padding: 0px;
	font-weight: normal;
	margin: 10px 0 0 0;
	background-color: #CCC;
}
#schedule tr.cal-head {
	color: #666;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
#schedule td.cal-head {
	background-color: #E8E8E8;
	width: 70px;
	height: 30px;
}
/* カレンダー出勤時間の文字 */
#schedule tr.cal-body {
	color: #333;
	line-height: 16px;
}
/* カレンダー出勤時間の文字 */
#schedule td.cal-body {
	background-color: #FFF;
}
#schedule table.v-btn {
	width: 580px;
	background-color: #FFF;
	border: 1px solid #ccc;
}
#schedule img.cast-mini {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#schedule a {
	text-decoration: none;
}
#schedule a.name:link {
	color: #000;
	display: block;
}
#schedule a.name:visited {
	color: #333;
}
#schedule a.name:hover {
	color: #930;
}
#schedule a.next:visited {
	color: #666;
}
#schedule a.next:hover {
	color: #333;
}

#schedule div.next {
	margin: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #069;
}
#schedule div.total {
	font-size: 10px;
	color: #069;
	margin-top: 5px;
}

/* ///////////////////////////////// */

#schedule div.foot-space {
	height: 10px;
}
#schedule hr.foot {
	color: #999;
	height: 1px;
}
/* COPYRIGHT */
#schedule td.copy {
	color: #999;
	text-align: center;
}

#schedule div.all_one {
	float: left;
	text-align: left;
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
}

#schedule div.all_one img {
	padding: 1px;
	border: 1px solid #FFC5FF;
}
#schedule .choice {
	margin-bottom: -4px;
}
#schedule .mode-change {
	width: 580px;
	text-align: right;
}
/*--------------------------------------------------
フォーム部品
--------------------------------------------------*/
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;
}
small {
	font-size: 8px;
	color: #666666;
}

select {
	color:#666666;
	font-size:10px;

	}
	
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;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}




#clear {
	clear: both;
	float: none;
}

