@charset "utf-8";
/* CSS Document */
body {
	background-color: #cc052f;
	margin-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #757575;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #757575;
	text-decoration: none;
}
a:link, a:visited {
	color: #757575;
	text-decoration: none;
}
a:hover {
	color: #757575;
	text-decoration: underline;
}
b {
	color:#ac1063;
}
.img {
	padding:3px;
	border: solid #eee 1px;
}
.top {
	background-image:url(images/top.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
}
.right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottom {
	background-image:url(images/bottom.gif);
	background-repeat:repeat-x;
	background-position: left top;
}
.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.ttl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d1d1d1;
	padding-bottom: 5px;
}
.btn {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #DB4055;
	border:0px;
	cursor: pointer;
}
.form {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #AC1063;
	text-decoration: none;
	background-color: #FFF;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #d1d1d1;

}

