@charset "utf-8";
/* CSS Document */

/* box style 1 */
/* box colour: pink */

.style1_pink {
	position: relative;
	width: 259px;
	border: 1px solid #a09f9f;
}

.style1_title_pink {
	width: 259px;
	background: url(../../images/bg/pink.gif) repeat-x;
	background-color: #6f4f69;
	background-position: 0 0;
	color: #FFFFFF;
	font-size: 1.05em;
	font-weight: bold;
}


.style1_title_pink span {
	color: #FFFFFF;
	display: block;
	padding: 4px 10px;
}

.style1_logo_pink {
	width: 249px;
	height: 60px;
	overflow: hidden;
}

.style1_logo_pink span {
	display: block;
	padding: 10px;
}

.style1_text_pink {
	width: 259px;
	font-size: 0.75em;
}

.style1_text_pink span {
	display: block;
	padding: 0 10px 10px;
}

.style1_link_lhs_pink {
	width: 259px;
	height: 25px;
	font-size: 0.75em;
	font-weight: bold;
	color: #004875;
	padding-bottom: 14px;
}

.style1_link_lhs_pink a {
	color: #004875;
	text-decoration: none;
}
.style1_link_lhs_pink a:hover {
	color: #666666;
}


.style1_link_arrow_pink {
	float: right;
	width: 40px;
	font-size: 0.75em;
}
