/* CSS Document */
#containerPusherHead {
	background-image: url(../img/pusherTop_back.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 350px;
}
#layerPusherHead {
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#containerPusherBody {
	background-image: url(../img/pusherBody_back.png);
	background-repeat: repeat-y;
	width: 350px;
	margin: 0px;
	padding: 0px;	
}
#layerPusherBody {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-color: #FFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#containerPusherFooter {
	background-image: url(../img/pusherBottom_back.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 8px;
}
#layerPusherFooter {
	margin: 0px;
	padding: 0px;
}
#containerPusherClose {
	background-image: url(../img/pusherBody_back.png);
	background-repeat: repeat-y;
	width: 350px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#layerPusherClose {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pusherNavi {
	font-size: 15pt;
	color: #FFF;
}
.pusherSubTitle {
	font-size: 13pt;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pusherText {
	font-size: 10pt;
	margin: 0px;
}
.pusherText p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #8EAACE;
	text-decoration: none;
}
a:link {
	color: #8EAACE;
	text-decoration: none;
}
a:visited {
	color: #8EAACE;
	text-decoration: none;
}
a:focus {
	color: #8EAACE;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #8EAACE;
	text-decoration: none;
}
.pusherLink {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
}
.pusherLink:link {
	color: #000;
	text-decoration: none;
}
.pusherLink:visited {
	color: #000;
	text-decoration: none;
}
.pusherLink:focus {
	color: #000;
	text-decoration: none;
}
.pusherLink:hover {
	color: #ccc;
	text-decoration: none;
}
.pusherLink:active {
	color: #000;
	text-decoration: none;
}
