ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.navi a{
	color: #0000ff;
	display: block;
	width: 120px !important;
	height: 30px !important;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-image: url("/banri/images/navi.jpg");
}

.navi a:hover, .navi .active{
	text-decoration: none;
	display: block;
	width: 120px !important;
	height: 30px !important;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-image: url("/banri/images/act_navi.jpg");
}

.navi{
	color: #ffffff;
	font-weight: bold;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  /*background-color: #fff;*/
}

body
{
	background-color: #fff5ee;
	text-align: center;
	padding: 20px;
}

#outline{
	width: 850px;
	background-color: #ffffff;
	text-align:left;
	margin: 0 auto;
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff4500;
}
