@charset "UTF-8";

@import url(_pg.css);

BODY {
	background-image: url(image/runner/body.png);
}
#head {
	background-image: url(image/runner/head.jpg);
}
#head #search {
	background-image: url(image/runner/search.png);
}
#tertiary {
	background: rgb(156,74,55);
	background-image: url(image/runner/tertiary.png);
}
#tertiary ul li a strong {
	color: white;
}
#tertiary ul li a em {
	color: rgb(228,182,164);
}
#page #tertiary ul.square li {
	background-image: url(image/runner/square_border.png);
}
#page #tertiary ul.square li:hover,
#page #tertiary ul.small li:hover { 
	background-color: rgb(132,55,35);
}
#tertiary ul {
	border-top: 1px dotted rgb(194,155,145);
}
#page #tertiary ul li {
	border-bottom: 1px dotted rgb(194,155,145);
}
#tertiary ul.small li {
	background-image: url(image/runner/square_other.png);
}
