@charset "UTF-8";

@import url(_pg.css);

BODY {
	background-image: url(image/combine/body.png);
}
#head {
	background-image: url(image/combine/head.jpg);
}
#head #search {
	background-image: url(image/combine/search.png);
}
#tertiary {
	background: rgb(154,89,35);
	background-image: url(image/combine/tertiary.png);
}
#tertiary ul li a strong {
	color: white;
}
#tertiary ul li a em {
	color: rgb(255,233,153);
}
#page #tertiary ul.square li {
	background-image: url(image/combine/square_border.png);
}
#page #tertiary ul.square li:hover,
#page #tertiary ul.small li:hover { 
	background-color: rgb(125,64,13);
}
#tertiary ul {
	border-top: 1px dotted rgb(201,166,137);
}
#page #tertiary ul li {
	border-bottom: 1px dotted rgb(201,166,137);
}
#tertiary ul.small li {
	background-image: url(image/combine/square_other.png);
}
