@CHARSET "UTF-8";

/* CSS Document */

/**************** 
 * 目次
 * 1.left
 * 2.right
 * 3.一週間
 * 4.ﾁｪｯｸﾘｽﾄ
 ***************/

/*** 1.left ***/

#contents .title {
	width: 880px;
	height: 38px;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 8px;
	}

#prof_wrapper {
	width: 760px;
	}

#girl_left {
	width: 330px;
	height: 630px;
	float: left;
	}
#girl_left #girl_left_bg{
	width:320px;
	height:615px;
	background: url("../images/profile/back.jpg") no-repeat;
	margin:0 0 0 10px;
	}

#sum_girl {
	padding:10px 10px 0 10px;
	width:300px;
	height:456px;
	}
#sum_girl_small{
	width:319px;
	margin-left:1px;
}
#sum_girl_small li{
	background: url("../images/profile/sum_girl_small_bg.png") no-repeat;
	float:left;
	width:98px;
	height:143px;
	margin:0 4px;
}
#sum_girl_small li img{
	width:90px;
	height:135px;
	margin:4px 4px;
}

/*** 2.right ***/
#girl_right {
	width: 410px;
	height: 630px;
	float: left;
	}
#girl_right h2{
	width: 410px;
	height: 46px;
	margin-left:10px;
	}

#girl_right .name {
	background: url("../images/profile/name.jpg") no-repeat;
	width: 410px;
	height: 52px;
	margin:4px 0 0 10px;
	}
#girl_right .name h3{
	float:left;
	width:94px;
	height:52px;
	}
#girl_right .name p {
	float: left;
	padding-top: 15px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	}

#girl_right .name li#new {
	list-style: none;
	float: left;
	width: 42px;
	height: 42px;
	margin-left: 10px;
	margin-top: 4px;
	}

#girl_right .name li.blog {
	list-style: none;
	float: left;
	width: 70px;
	height: 48px;
	margin-left: 10px;
	}

#girl_right .size {
	background: url("../images/profile/size.jpg") no-repeat;
	width: 410px;
	height: 40px;
	margin:4px 0 0 10px;
	}
#girl_right .size h3{
	float:left;
	width:94px;
	height:40px;
	}

#girl_right .size p {
	float: left;
	padding-top: 10px;
	text-align: left;
	font-size: 16px;
	color:#ffffff;
	font-weight:bold;
	}

#girl_right .person {
	background: url("../images/profile/person.jpg") no-repeat;
	width: 410px;
	height: 40px;
	margin:4px 0 0 10px;
	}
#girl_right .person h3{
	float:left;
	width:94px;
	height:40px;
	}

#girl_right .person p {
	float: left;
	padding-top: 10px;
	text-align: left;
	font-size: 16px;
	color:#ffffff;
	font-weight:bold;
	}
#girl_right .comment {
	background: url("../images/profile/comment.jpg") no-repeat;
	width: 410px;
	height: 339px;
	margin:4px 0 10px 10px;
	}
#girl_right .comment h3{
	width: 410px;
	height: 50px;
	}
#girl_right .comment p {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-align: left;
	line-height: 22px;
	letter-spacing: 1px;
	}
#girl_right .sche_ladies{
	width:420px;
	height:72px;
}
#girl_right .sche_ladies li{
	width:200px;
	height:72px;
	float:left;
	margin-left:10px;
}
/*** 3.一週間 ***/
#schedule_list {
	width: 740px;
	height: 120px;
	margin:0 10px;
	clear: both;
	background: url("../images/profile/week.jpg") no-repeat;
	}

#schedule_list ul#oneweek {
	width: 700px;
	margin:0 20px;
	}

#schedule_list ul#oneweek li {
	float: left;
	width: 100px;
	height: 55px;
	}

#schedule_list ul#oneweek div.day {
	width: 99px;
	height: 16px;
	padding-top: 8px;
	}

#schedule_list ul#oneweek div.day p {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	}
#schedule_list ul#oneweek div.day p.other {
	color: #ffffff;
}
#schedule_list ul#oneweek div.day p.Saturday {
	color: #0000FF;
	font-weight: bold;
}
#schedule_list ul#oneweek div.day p.Sunday {
	color:#FF0000;
	font-weight: bold;
}
#schedule_list ul#oneweek div.time {
	width: 100px;
	padding-top: 10px;
	}
#schedule_list ul#oneweek div.time p {
	text-align: center;
	}

/*** 4.ﾁｪｯｸﾘｽﾄ ***/

#check_title {
	background: url("../images/profile/check.jpg") no-repeat;
	width: 760px;
	height:40px;
	margin-bottom: 10px;
	}

#check_title .tit {
	font-size: 14px;
	color: #FFFF00;
	font-weight: bold;
	float: left;
	text-align: left;
	padding-top: 10px;
	margin-left: 16px;
	}

#check_title .page {
	float: left;
	text-align: right;
	margin-top: 5px;
	margin-left: 10px;
	_margin-left: 5px;
	}


#check_title .page p {
	float: left;
	text-align: right;
	margin-top: 5px;
	margin-left: 10px;
	_margin-left: 5px;
	}

#check_title .page p a {
	color: #017fd5;
	font-weight: bold;
	margin-top: 10px;
	}

#check_title .page p a:hover {
	text-decoration: underline;
	}

#check_area {
	position:relative;
	width: 680px;
	height: 150px;
	float:left;
	overflow:hidden;
	}
	
#scrollWindow{
	position:relative;
	height:150px;
}

div.back {
	float: left;
	width: 30px;
	height: 100px;
	margin-top: 20px;
	margin-left: 10px;
	_margin-left: 5px;
	cursor:pointer;
	clear:both;
	}
div.next {
	float: left;
	width: 30px;
	height: 100px;
	margin-top: 20px;
	margin-right: 10px;
	cursor:pointer;
	}
#check_area li.girl {
	float: left;
	width: 136px;
	height: 150px;
	}
#check_area li.girl p {
	margin-top: 5px;
	}
#check_area li.girl p a {
	color: #ffffff;
	}
#check_area li.girl p a:hover  {
	text-decoration: underline;
	}
#back_list {
	margin-top: 40px;
	}