@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
img {
	border: none;
}
body {
	background: #FFF;
	font-size: 12px;
	line-height: 1.5;
}
#windowWrapper {
	position: relative;
	height: 525px;
	padding: 25px 0 0 0;
	background: url(/shared/images/thickbox/head_bg.gif) no-repeat #FFFFFF;
}
#commonTitle {
	background: url(/shared/images/thickbox/title_bg.gif);
	padding: 4px 25px;
	font-size: 18px;
	line-height: 1;
}
#contentsAreaB {
	margin: 25px;
}
.photo {
	width: 175px;
	float: left;
}
.info {
	width: 200px;
	float: right;
}
#uniqueTitle {
	font-weight: bold;
	margin: 0 0 0.75em 0;
}
.info p {
	margin: 0 0 0.75em 0;
}
.info p.note {
	font-size: 10px;
	font-weight: bold;
}
#footerArea {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	font-size: 10px;
	text-align: center;
}
#footerArea #signatureBlock h3 {
	background: #F8F8F8;
	line-height: 1;
	margin: 12px 0 4px 0;;
	padding: 5px 0;
	font-weight: bold;
}
#footerArea #signatureBlock p {
	padding: 0 0 25px 0;
}
#windowClose {
	position: absolute;
	right: 24px;
	top: 32px;
}

/*flv*/
#flvWindow{
	width:360px;
	height:268px;
	padding:15px;
}


/*html*/

#windowWrapper a:link{color:#0000FF!important;}
#windowWrapper a:hover{color:#6600FF!important;}


