/* iizuka website homepage css */



#content
{
/*	margin: 0 224px 0 168px;
	padding: 0;*/
	background: url('../images/rightbox-bg.png') right repeat-y;
}

* html #content /* ie hack for 3px jog bug */
{
	height: 1%;
	margin-left: 160px;
}

#content ul
{
	margin-right: 25px;
	padding: 0;
	list-style: none;
}

#content li
{
	margin: 0;
	padding: 0 0 0 25px;
}

#content li h1
{
	margin: 0;
	font-weight: normal;
	font-size: 100%;
	color: black;
}

#content li h1, #content li a
{
	display: block;
	border-bottom: solid 1px #e3e3e3;
	padding: 11px 0;
}

* html #content li a /* ie hack for 3px jog bug ie hack (!) */
{
	height: 1%;
}

#content a
{
	color: #737373;
	text-decoration: none;
}

#content a:hover
{
	color: #FD7717;
	text-decoration: underline;
}

#rightbox
{
	right: 24px;
	width: 200px;
	margin-top: 36px;
}

#rightbox-title
{
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 11px;
}

#rightbox ul
{
	margin: 11px 0 0 0;
	padding: 0;
	list-style: none;
}

#rightbox li
{
	padding: 0 0 11px 0;
	color: #737373;
}

#rightbox a
{
	color: #737373;
}

#rightbox a:hover
{
	color: #FD7717;
}

/*
.curve-top
{
	background: url('../images/curve-top-right.png') top left no-repeat;
}

.curve-middle
{
	background: url('../images/curve-middle.png') left repeat-y;
}

.curve-bottom
{
	background: url('../images/curve-bottom.png') bottom left no-repeat;
}

*/
