@charset "UTF-8";
@import url("riy.css");


/*
	 8. Box model
*/


h1
{
	padding-top: 0;
	padding-bottom: 0;
}

ul + ul
{
	margin-left: 5em;
}

ul + ul li
{
	margin-right: 0.5em;
}


/*
	 9. Visual formatting model
*/


ul + ul li
{
	display: inline;
}


/*
	10. Visual formatting model details
*/


h1
{
	line-height: 256px;
}


/*
	12. Generated content, automatic numbering, and lists
*/


ul + ul li
{
	list-style-type: none;
}


/*
	14. Colors and Backgrounds
*/


h1
{
	background-image: url("etc/background.png");
	background-position: right center;
}

h1,
address
{
	background-repeat: no-repeat;
}

address
{
	background-image: url("etc/background_foot.png");
	background-position: right bottom;
}
