.border {
	border: 1px solid #004d8c;
}
.inside_border {
	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: none;
	border-top-color: #004d8c;
	border-right-color: #004d8c;
	border-bottom-color: #004d8c;
	border-left-color: #004d8c;
}
.lady {
	background-image: url(../images/gif/intro-left.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.lady_02 {
	background-image: url(../images/gif/intro-left_02.gif);
	background-repeat: no-repeat;
	background-position: right;
}


