/* プロフィール------------------------------------------------- */

#profile {
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	overflow: hidden;
	color: #666666;
	background-image: url(img/bg_prof.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#ur_blog {
	border: 1px solid #FAE2FE;
	padding: 5px;
	height: 280px;
}


#profile #left {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding: 10px;
	height: 730px;
}

#profile #under {
	text-align: left;





	width: 470.px;
	margin-top: 10px;
	margin-right: auto;
	overflow: hidden;
	width: 730px;
	margin-left: auto;
	clear: both;
	float: none;
	border: 2px dotted #CCCCCC;
	background-color: #FFFFFF;
}
#ul {
	float: left;
	width: 350px;
	margin-right: 10px;
}
#ur {
	float: right;
	width: 340px;
	padding: 5px;
	margin-top: 3px;
}

#save {
	text-align: right;
	padding: 10px;
}

#profile #right #option td .td01 {
	background-color: #38AABE;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#profile #right #option td .td01 {
	_border-bottom-style: dotted;
}

#profile #photo_box {
	height: 500px;
	width: 450px;
	float: right;
	padding-right: 0px;
	text-align: center;
	vertical-align: middle;
}

.clear {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

#profile #thumbnails {
	height: 190px;
	text-align: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 200px;
	background-image: url(img/prof_thumb_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#profile #left #tl {
	float: left;
	width: 280px;
}





/*
サムネイルを正方形にトリミング
*/

#profile .thumbnails img a {
	border: 1px solid #CC3366;
}
#profile #thumbnails img a:hover {
	border: 1px solid #FF9999;
}



.trim {
	height: 50px;
	width: 50px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}
#thumbnails .trim {
	border: 1px solid #999999;
	padding: 1px;
}
#profile #thumbnails .trim img {
	max-width: 100px;
	max-height:100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#profile #thumbnails .trim img {
_width: 80px;
} 







#profile #girl_name {
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
	display: block;
}
.girl_name_text {
	display: inline;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #C55085;
}

#profile .basic_size {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#profile .contents {
	text-align: center;
	margin-bottom: 20px;
}
#profile .td01 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC99CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin: 1px;
	width: 90px;
}
#profile .td01 {
	_border-bottom-style: solid;
}
#profile .td02 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#profile .td02 {
	_border-bottom-style: solid;
}

#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: normal;
	color: #666666;
}

#weektime table {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 1px;
	clear: both;
	float: none;
	width: 350px;
	border: 2px solid #CCCCCC;
	border-collapse: collapse;
}
#weektime  {
	margin-top: 0px;
		border-collapse: collapse;
}
#weektime th {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CC6699;
	margin: 1px;
	font-weight: normal;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#weektime td {
	text-align: center;
	font-size: 10px;
	background-color: #FAFAFA;
	padding: 5px;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#prof_target {
	margin-top: 2px;
}

#profile #option table {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
		border-collapse: collapse;
}
#profile #option table {
	_border-bottom-style: solid;
}
#weektime .sat {
	background-color: #E3EDFD;
}

#weektime .sun {
	background-color: #FEDEFD;
}

#option {
	width: 346px;
	border: 2px solid #CCCCCC;
	margin-top: 0px;
	font-size: 10px;
		border-collapse: collapse;
}
#right_over {
	margin-bottom: 3px;
	text-align: right;
	margin-top: 5px;
}
#profile #right #right_over a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2D6D1;
	padding-bottom: 3px;
}
#profile #right #right_over a {
	_border-bottom-style: soplid;
}
#profile #right #right_over a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #919FAC;
	color: #000033;
}



#option .option_one {
	float: left;
	padding: 0px;
	width: 168px;
	margin: 0px;
}
#option .option_one .option_left1 {/* ◎ */
	float: left;
	background-color: #B3DD0B;
	padding: 5px;
	display: block;
}
#option .option_one .option_left2 {/* ○ */
	float: left;
	background-color: #B3DD0B;
	padding: 5px;
	display: block;
}
#option .option_one .option_left3 {/* △ */
	float: left;
	background-color: #EBFBAA;
	padding: 5px;
	display: block;
}
#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;
}
#option .option_one .option_left {/* 未記入 */
	float: left;
	color: #CCCCCC;
	display: block;
}
#option .option_one .option_left0 {/* 未記入 */
	float: left;
	color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	padding: 5px;
	display: block;
}
#option .option_one .option_right {
	float: right;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 46px;
	padding: 5px;
	font-family: "MS ゴシック";
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}


/* キャスト--------------------------------------------- */

#cast {
	margin-bottom: 10px;
	line-height: 1.3;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: auto;
	font-family: Verdana, Arial;
	padding-bottom: 0px;
	overflow: hidden;
}
.title_girls {
	background-image: url(img/title_girls.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 750px;
}
.title_shift {
	background-image: url(img/title_shift.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 750px;
}
.description {
	font-size: 10px;
	line-height: 1.7;
	color: #333333;
	text-align: left;
	width: 750px;
}

#cast form {
	width: 240px;
	float: left;
	margin-top: 10px;
	margin-left: 2px;
	margin-bottom: 10px;
}
#cast_new .all_one {
	width: 240px;
	height: 124px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
}

#cast_new .cast_name {
	text-align: left;

}
#cast_new .cast_size {
	text-align: left;

}

#cast .thumb {
	float: left;
	height: 150px;
	width: 100px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;

}
#cast .thumb_right {
	float: right;
	width: 205px;
	padding-right: 10px;
}
#cast .cast_comm {
	color: #333333;
}




#cast div.all {
	clear: both;
}

#cast .all .allone img {
}
#cast .all .allone {
	width: 330px;
	float: left;
	height: 156px;
	margin-right: 10px;
	background-image: url(img/bg_girls_thumb.jpg);
	background-position: center top;
	padding: 6px;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #FFFFFF;
}
#cast .bnr46860 img {
	border: 1px solid #999999;
}
#cast .bnr46860 {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}




#cast td.sat {
	background-color: #CEF;
}
#cast td.sun {
	background-color: #FEE;
}
#cast .choice {
	margin-bottom: -4px;
}

#cast .shop_name {
	margin-top: 2px;
}
#cast .cast_name {
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 10px;
	text-align: left;
	width: 200px;
	font-size: 12px;
	color: #CC3366;
}
#cast .cast_size {
	font-size:10px;
	text-align: left;
	width: 200px;
	margin-bottom: 3px;
}
#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;
}


.comment {
	font-size: 9px;
	color: #666666;
}


.cast_dot_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 0px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}




/* 出勤表--------------------------------------------- */

#schedule {
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Verdana, Arial;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-right: 20px;
	overflow: hidden;

}

#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;
}
#schedule .banner {
	border-top: 1px solid #960A65;
	border-right: 1px solid #960A65;
	border-left: 1px solid #960A65;
}

/* ///////////////////////////////// */

#schedule .all_week {
	width: 300px;
	margin-bottom: 10px;
}
#schedule .week {
	height: auto;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: auto;
}
#schedule a.week:link {
	color: #CC3399;
	display: block;
	background-color: #F3F3F3;
	border-top-color: #F8E6FB;
	border-right-color: #F8E6FB;
	border-bottom-color: #F8E6FB;
	border-left-color: #F8E6FB;
	margin-right: 2px;
}
#schedule a.week:link {
	_border: 1px solid #CCCCCC;
}
#schedule a.week:visited {
	text-decoration: none;
}
#schedule a.week:hover {
	color: #FF99CC;
	text-decoration: none;
}
#schedule table.cast-base {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	font-size: 11px;
	color: #666;
	text-align: center;
	width: 480px;
}
#schedule table.cast-base {
	_border-bottom-style: solid;
}
#schedule td.cast-base {
	text-align: left;
	padding-bottom: 5px;
	width: 50px;
	margin: 5px;
}
#schedule div.cast_name{
	color: #333;
	margin-top: 2px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
}
#schedule div.cast_size {
	font-size: 10px;
	text-align: center;
	color: #666666;
}
#schedule div.store_name{
	color: #990000;
}
#schedule img.cast {
	border: 1px solid #666;
	text-align: center;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#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: #666666;
	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 {
	width: 102px;
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
	min-height: 190px;
	height: 200px;
}

#schedule div.all_one img {
	padding: 1px;
	border: 1px solid #999999;
}
#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;
}

/*--------------------------------------------------
	週間スケジュール一覧　　schedule_l.php
--------------------------------------------------*/
#schedule_l {
	margin: 0 auto;
}
#schedule_l td.sat {
	background-color: #CEF;
}
#schedule_l td.sun {
	background-color: #FEE;
}
#schedule_l .btn {
	margin: 0 auto 10px;
	text-align: right;
	width: 550px;
}
#schedule_l .list_up {
	margin: 5px auto ;
	width: 550px;
	border-style: none;
}
#schedule_l .number {
	width: 550px;
	border-style: none;
	text-align: right;
}
#schedule_l .display {
	margin: 5px auto 10px ;
	width: 550px;
	text-align: right;
}
#schedule_l .edit {
	background-image: url(./img/ok.gif);
	background-repeat: no-repeat;
	width: 40px;
	text-align: left;
	text-indent: 15px;
	float: left;
	padding: 2px;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
#schedule_l .delete {
	background-image: url(./img/ng.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 15px;
	width: 40px;
	padding: 2px;
	display: block;
	float: right;
}
#schedule_l .choice {
	margin-bottom: -4px;
}
#schedule_l .search {
	margin: 0 auto 20px;
	width: 550px;
	text-align: right;
	clear: both;
}
#schedule_l table {
	margin: 0 auto 10px auto;
	padding: 2px;
	border: 2px solid #CCC;
	width: 550px;
	clear: both;
}
#schedule_l th {
	background-color: #F2F2F2;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
#schedule_l td {
	background-color: #fff;
	border-left: 1px dotted #999;
	border-bottom: 1px dotted #999;
	text-align: center;
	padding: 2px;
}
#schedule_l a:link,a:visited {
	color: #09C;
	text-decoration: none;
}
#schedule_l a:hover {
	color: #2AE;
	background-color: #EEE;
}








/* 出勤表-top-------------------------------------------- */


#schedule_top {
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial;
}
body {
	margin: 0px;
	padding: 0px;
}


#schedule_top td.normal {
	text-align: center;
	margin: 2px;
}
#schedule_top td.sat {
	background-color: #E3EDFD;
	text-align: center;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#schedule_top td.sun {
	background-color: #FEDEFD;
	text-align: center;
	margin: 2px;
}
#schedule_top .banner {
	border-top: 1px solid #960A65;
	border-right: 1px solid #960A65;
	border-left: 1px solid #960A65;
}

/* ///////////////////////////////// */

#schedule_top .all_week {
	width: 300px;
	margin-bottom: 10px;
}
#schedule_top .week {
	height: auto;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: auto;
}
#schedule_top a.week:link {
	color: #CC3399;
	display: block;
	background-color: #F3F3F3;
	border-top-color: #F8E6FB;
	border-right-color: #F8E6FB;
	border-bottom-color: #F8E6FB;
	border-left-color: #F8E6FB;
	margin-right: 2px;
}
#schedule_top a.week:link {
	_border: 1px solid #CCCCCC;
}
#schedule_top a.week:visited {
	text-decoration: none;
}
#schedule_top a.week:hover {
	color: #FF99CC;
	text-decoration: none;
}
#schedule_top table.cast-base {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	font-size: 11px;
	color: #666;
	text-align: center;
	width: 480px;
}
#schedule_top table.cast-base {
	_border-bottom-style: solid;
}
#schedule_top td.cast-base {
	text-align: left;
	padding-bottom: 5px;
	width: 50px;
	margin: 5px;
}
#schedule_top div.cast_name{
	color: #333;
	margin-top: 2px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
}
#schedule_top img.cast {
	border: 1px solid #666;
	text-align: center;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#schedule_top div.cast-size{
	color: #666666;
	text-align: center;
	margin-bottom: 3px;
	font-size: 10px;
}
#schedule_top .block_01 {
	font-weight: bold;
	margin-right: 15px;
}
#schedule_top 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_top div.cast-time{
	font-size: 10px;
	color: #000;
	text-align: center;
	font-family: Verdana;
}

/* ///////////////////////////////// */
#schedule_top table.cal-main {
	width: 580px;
	text-align: center;
	padding: 0px;
	font-weight: normal;
	margin: 10px 0 0 0;
	background-color: #CCC;
}
#schedule_top tr.cal-head {
	color: #666;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
#schedule_top td.cal-head {
	background-color: #E8E8E8;
	width: 70px;
	height: 30px;
}
/* カレンダー出勤時間の文字 */
#schedule_top tr.cal-body {
	color: #333;
	line-height: 16px;
}
/* カレンダー出勤時間の文字 */
#schedule_top td.cal-body {
	background-color: #FFF;
}
#schedule_top table.v-btn {
	width: 580px;
	background-color: #FFF;
	border: 1px solid #ccc;
}
#schedule_top img.cast-mini {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#schedule_top a {
	text-decoration: none;
}
#schedule_top a.name:link {
	color: #000;
	display: block;
}
#schedule_top a.name:visited {
	color: #333;
}
#schedule_top a.name:hover {
	color: #930;
}
#schedule_top a.next:visited {
	color: #666;
}
#schedule_top a.next:hover {
	color: #333;
}

#schedule_top div.next {
	margin: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #069;
}
#schedule_top div.total {
	font-size: 10px;
	color: #069;
	margin-top: 5px;
}

/* ///////////////////////////////// */

#schedule_top div.foot-space {
	height: 10px;
}
#schedule_top hr.foot {
	color: #999;
	height: 1px;
}
/* COPYRIGHT */
#schedule_top td.copy {
	color: #999;
	text-align: center;
}

#schedule_top div.all_one {
	width: 104px;
	min-height: 190px;
	float: left;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 200px;
}

#schedule_top div.all_one img {
	padding: 1px;
	border: 1px solid #999999;
}
#schedule_top .choice {
	margin-bottom: -4px;
}
#schedule_top .mode-change {
	width: 580px;
	text-align: right;
}



#profile #right table td {
	font-size: 10px;
}

.dot_line_out {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC99CC;
	margin-top: 3px;
	margin-bottom: 3px;
}
.dot_line_out {
	_border-bottom-style: solid;
}
#profile h2 {
	display: block;
	height: 22px;
	padding: 0px;
	clear: both;
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #CC6699;
}
#schedule_top form {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
#schedule form {
	text-align: left;
}
.td03 {
	font-weight: bold;
	color: #CC6699;
	margin-top: 10px;
	font-size: 12px;
	background-image: url(img/icon-add.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	text-indent: 13px;
}
#profile #right_over a {
	margin-right: 15px;
	font-weight: bold;
	color: #CC0066;
	text-decoration: none;
}
#profile #right_over a:hover {
	text-decoration: underline;
}
#profile #under #ur a {
	color: #CC0099;
}
