@charset "UTF-8";

@import url(_pg.css);

BODY {
	background-image: url(image/horn/body.png);
}
#head {
	background-image: url(image/horn/head.jpg);
}
#head #search {
	background-image: url(image/horn/search.png);
}
#tertiary {
	background: rgb(75,123,151);
	background-image: url(image/horn/tertiary.png);
}
#tertiary ul li a strong {
	color: white;
}
#tertiary ul li a em {
	color: rgb(193,223,255);
}
#page #tertiary ul.square li {
	background-image: url(image/horn/square_border.png);
}
#page #tertiary ul.square li:hover,
#page #tertiary ul.small li:hover { 
	background-color: rgb(33,101,144);
}
#tertiary ul {
	border-top: 1px dotted rgb(165,184,196);
}
#page #tertiary ul li {
	border-bottom: 1px dotted rgb(165,184,196);
}
#tertiary ul.small li {
	background-image: url(image/horn/square_other.png);
}

