/* CSS Document */

a:link {
	color: #3366FF;
}

a:visited {
	color: #3366FF;
}

a:hover {
	color: #FF6666;
}

a:active {
	color: #FF3300;
	position: relative;
	top: 1px;
	left: 1px;
	outline:0;
}

h1 {
	color: #663300;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(../img/heart12_p2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FDD2D3;
}

h2 {
	color: #FF6666;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	background-image: url(../img/line.gif);
	background-repeat: repeat-y;
}

h3 {
	font-size: 12px;
	line-height: 14px;
	padding-left: 10px;
	font-weight: bold;
}

.detail {
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.pinkheart {
	color: #FF6666;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../img/heart12_p2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	line-height: 22px;
}

.pink14b {
	color: #FF6666;
	font-weight: bold;
	font-size: 14px;
	background-position: left top;
	padding-left: 12px;
	line-height: 22px;
}

.brown14b {
	font-size: 14px;
	color: #663300;
	font-weight: bold;
}

.gray {
	color: #333333;
	font-size: 12px;
}

.red {
	color: #FF0000;
}

.s-gray {
	font-size: 12px;
	color: #666666;
	line-height: 13px;
}

.gray10 {
	font-size: 10px;
	color: #666666;
}

