@charset "utf-8";
/* CSS Document */

/* ---------------------------------
listGirl_view.css
セラピスト詳細ページのCSS読み込み
------------------------------------ */
* 	{
	margin:0;
	padding:0;
	}
	
img 
	{
	border:0;
	}
#viewwrapper
	{
	width:800px;
	margin: 0px auto 0px auto;
	}
#viewTitlebar
	{
	width:800px;
	padding:0px 0px 20px 0px;
	}
#viewouter
	{
	width:770px;
	margin: 0px auto 0px auto;
	}
#viewLeft
	{
	width:350px;
	float: left;
	}
.view_namearea
	{
	width:330px;
	background-image: url(../img/viewnamebk.gif);
	padding: 10px 0px 30px 20px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	}
.viewname
	{
	font-size:14px;
	font-weight: bold;
	color: #6c6c6c;
	line-height: 20px;
	width: 250px;
	float: left;
	}
.viewicon
	{
	width:60px;
	float: left;
	line-height: 20px;
	}
#thumb_area
	{
	width:350px;
	background-image: url(../img/thumbbig_bk.gif);
	clear: both;
	padding: 20px 0px 28px 0px;
	background-repeat: no-repeat;
	height: 508px;
	}
.viewimage
	{
	width:300px;
	border:solid 3px #726b39;
	}
.thumb_big
	{
	width:306px;
	margin: 0px auto 0px auto;
	}
.thumb_small_outer
	{
	width:340px;
	padding: 20px 0px 0px 10px;
	}
img.thumb_smallimg
	{
	float: left;
	display: inline;
	padding-right: 7px;
	}
#viewRight
	{
	width:400px;
	float: right;
	background-color: #ebece7;
	color: #666666;
	}
.shopicon
	{
	width:120px;
	background-image: url(../img/shop_Titlebar.gif);
	padding: 7px 10px 27px 270px;
	background-repeat: no-repeat;
	}
.plofile_Title
	{
	width:400px;
	}
.plofile_comment
	{
	width:380px;
	font-size: 12px;
	padding: 2px 0px 2px 20px;
	line-height: 20px;
	}
.shop_comment
	{
	width:370px;
	font-size: 12px;
	padding: 2px 10px 2px 20px;
	line-height: 20px;
	height: 100px;
	overflow: auto;
	}
.clears
	{
	clear:both;
	}
#view_scheduleTitlebar
	{
	width:800px;
	clear: both;
	padding-top: 10px;
	}
#viewSchedule
	{
	width:790px;
	background-color: #dbdcd8;
	font-size: 14px;
	padding: 10px 0px 10px 10px;
	}
.dayblock
	{
	width:110px;
	text-align: center;
	float: left;
	padding-right: 2px;
	}
.weekday
	{
	width:110px;
	background-image: url(../img/weekdaybk.gif);
	padding: 7px 0px 7px 0px;
	background-color: #979c88;
	background-repeat: no-repeat;
	}
.saturday
	{
	width:110px;
	padding: 7px 0px 7px 0px;
	background-image: url(../img/saturdaybk.gif);
	background-color: #979c88;
	background-repeat: no-repeat;
	}
.sunday
	{
	width:110px;
	padding: 7px 0px 7px 0px;
	background-image: url(../img/sundaybk.gif);
	background-color: #979c88;
	background-repeat: no-repeat;
	}
.view_scheduletime
	{
	width:110px;
	color: #FFFFFF;
	background-color: #979c88;
	height: 50px;
	padding: 10px 0px 10px 0px;
	}
img.imgmiddle
	{
	vertical-align: middle;
	}
#view_close
	{
	width:750px;
	margin:20px auto 20px auto;
	padding:0px 0px 0px 0px;
	}

