@charset "UTF-8";

/* bacic layout
------------------------------------------------------  */
#photoleft{
	width:340px;
	height:490px;
	float:left;
	margin:20px 0px 30px 20px;
	display:inline;
}

#photoright{
	width:210px;
	height:442px;
	float:right;
	margin:20px 20px 30px 0px;
	padding:38px 10px 10px 10px;
	background-color:#E0D9D7;
	background-image:url(../lady/images/lady_profile.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:1.5em;
	overflow:auto;
	display:inline;
}

#photobottom{
	clear:both;
	margin-left:60px;
}

#photoleft h2 {
	font-size: 12px;
	line-height:1em;
	color:#EFE7E1;
	font-weight: 600;
	background-color:#B89F90;
	text-align: center;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	height: 15px;
	width: 340px;
}

#photoleft span{
	margin-left:10px;
	color:#D85656;
}

/* Q and A
------------------------------------------------------  */	
table{
	width:510px;
	margin:0px 1px 20px 1px;
	border:solid #B89F90 1px;
	border-collapse:collapse;
	font-size:10px;
	line-height:1.7em;
}

th.q{
	width:190px;
	background-color:#B89F90;
	border:solid #B89F90 1px;
	color:#D85656;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

th.a{	
	background-color:#B89F90;
	border:solid #B89F90 1px;
	color:#D85656;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

td.q{
	width:190px;
	background-color:#EFE7E1;
	border:solid #B89F90 1px;
	color:#AA3758;
	text-align:right;
	padding-right:6px;
}

td.a{
	background-color:#FFFFFF;
	border:solid #B89F90 1px;
	color:#000000;
	padding:0px 6px;
}

td.b{
	width:40px;
	background-color:#EFE7E1;
	border:solid #B89F90 1px;
	color:#AA3758;
	text-align:center;
	padding-right:0px;
}

td.c{
	width:40px;
	font-size:11px;
	background-color:#FFFFFF;
	border:solid #B89F90 1px;
	color:#000000;
	text-align:center;
	padding:0px 0px;
}

td.d{
	width:100px;
	background-color:#EFE7E1;
	border:solid #B89F90 1px;
	color:#AA3758;
	text-align:center;
	padding-right:6px;
}

td.e{
	width:510px;
	background-color:#B89F90;
	border:solid #B89F90 1px;
	color:#D85656;
	font-weight:bold;
	text-align:center;
}

h3 {
	font-size: 10px;
	line-height:1em;
	color:#D85656;
	background-color:#B89F90;
	text-align: center;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	height: 15px;
	width: 510px
}

/* name
------------------------------------------------------  */
		


/* gallery
------------------------------------------------------  */
#slideshow{
	width:340px;	/* スライドショー全体の幅 */
}

#previewPane{
	border:1px solid #B89F90;
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding-top:40px;
	position:relative;
	
	/* CSS HACK */
	height: 352px;	/* IE 5.x対応用 */
	height/* */:/**/340px;	/* other browsers */
	height: /**/340px;
}

#previewPane img{
	line-height:400px;
}

#previewPane #largeImageCaption{	/* 拡大写真のキャプション */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.9em;
}

#galleryContainer{	
	height:72px;	/* 画像の高さ+2 */
	border:1px solid #B89F90;
	position:relative;
	overflow:hidden;
	padding:1px;
	
	/* CSS HACK */
	height: 74px;	/* IE 5.x対応用-ボーダーの左右の幅の分（2ピクセル）だけ足す */
	height/* */:/**/72px;	/* Other browsers */
	height: /**/72px;			
}

#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFFFFF;
	padding:1px;
}

#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFFFFF;
	padding:1px;		
}

#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;	
}

#theImages #slideEnd{
	float:left;
}

#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity:0.5;
	cursor:pointer;
	border:0px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:140px;
	top:170px;
	background-color:#FFFFFF;
	border:3px double #B89F90;
	padding:2px;
	color:#3D272D;
	font-size:10px;
	font-family:arial;	
}

#theImages .imageCaption{
	display:none;
}

	
	
