@charset "UTF-8";
/*formatting style
----------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	background-color: #333;
	background-image: url(../images/backk.jpg);
	background-repeat: repeat;
	height:800px;
}
#wrapper #bg {
	background-image: url(../images/wrapperbackbottom.jpg);
	background-repeat: repeat-y;
	left: auto;
	right: auto;
	width: 900px;
	height:800px;
	position:absolute;
}
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #FFC;
	background-color: #900;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	left: +1px;
	top: +1px;
	color: #900;
	background-color: transparent;
}

/*basic layout
----------------------------------------------------*/
#wrapper {
	background-color: #FFC;
	width: 900px;
	border-right: 1px solid #900;
	border-left: 1px solid #900;
	margin-right: auto;
	margin-left: auto;
}
#bottom {
	float: right;
	margin: 15px;
	padding-top: 15px;
}
#sidebar {
	width: 25%;
	margin-bottom: 5px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#footer {
	clear: both;
	padding-top: 15px;
	color: #FFF;
	background-color: #900;
	position: fixed;
	bottom: 0px;
	width: 900px;
	margin-right: auto;
	margin-left:auto;
	margin-bottom: auto;
}
/*header Styles
----------------------------------------------------*/
#header {
	background-color: #900;
	background-image: url(../images/insteadf.png);
	background-repeat: no-repeat;
	height: 325px;
	margin-right: auto;
	margin-left: auto;
}
#header h1  {
	display: none;
}
#sidebar h2 {
	margin-bottom: 15px;
}
#header ul {
	width: 900px;
	position: absolute;
	top: 255px;
	background-color: #FFF;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #990000;
	height: 2.5em;
	width: 223px;
	border-top: 1px solid #CC0000;
	text-align: center;
	display: block;
	border-left: 1px solid #CC0000;
	border-bottom: 1px solid #790000;
	border-right: 1px solid #790000;
	font-size: 115%;
}
#header ul li a:hover {
	line-height: 2.5em;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #CC0000;
	height: 2.5em;
	width: 223px;
	border-top: 1px solid #FF0000;
	text-align: center;
	display: block;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	font-size: 115%;
}
#header ul li a:active {
	line-height: 2.5em;
	color: #990000;
	text-decoration: none;
	background-color: #FFFFCC;
	height: 2.5em;
	width: 223px;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	display: block;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #CECA77;
	border-right: 1px solid #CECA77;
	font-size: 115%;
	font-weight: bold;
	left: 1px;
	top: 1px;
}
#header ul li #nHome a {
	border-left-style: none;
}
#header ul li #nHistory a {
	border-left-style: none;
}
/*main Styles
----------------------------------------------------*/
#main h2 {
	margin-bottom: 15px;
}
#right {
	float: right;
	width: 60%;
}
#left {
	float: left;
	width: 30%;
}
#wrapper #bg #bottom h3 {
	font-size: 150%;
	line-height: 2em;
	font-weight: bold;
	color: #900;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#bottom h4 {
	margin-left: 10px;
	font-size: 110%;
	font-weight: bold;
}
#bottom p {
	margin-left: 10px;
	width: 800px;
}
#danraku {
	margin-bottom: 20px;
}
#bottom #news p img {
	margin-top: 30px;
}
#bottom dl#news dt {
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 5em;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	clear: left;
	float: left;
}
#bottom dl {
	padding-left: 10px;
}
#bottom #news dd {
	margin-bottom: 10px;
	margin-left: 8em;
}
#bottom #news p {
	margin-right: 50px;
}
#bottom #news a {
	margin-top: 30px;
}
#bottom #rikishiprof{
	float: left;
	}
#bottom #rikishipic{
	float: right;
	margin-right: 50px;
	}
#bottom #rikishiprof table th{
	font-weight: bold;
	color: #FFC;
	background-color: #900;
	line-height: 2em;
}
#bottom #rikishiprof table td{
	padding-left: 5px;
	margin-bottom: 5px;
	}
/*sidebar Styles
----------------------------------------------------*/
#sidebar p {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
}
#sidebar #sidebarName{
	margin-bottom: 30px;
}
/*footer Styles
----------------------------------------------------*/
#footer p a {
	color: #FFC;
}
#footer ul li a {
	color: #FFC;
	padding-left: 5px;
	padding-right: 5px;
}
#footer ul li a:hover {
	color: #900;
	background-color: #FFC;
	text-decoration: none;
}
#footer p a:hover {
	color: #900;
	background-color: #FFC;
}
#footer p a:active {
	color: #FFC;
	left: 1px;
	top: 1px;
	background-color: transparent;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin-top: 0px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#footer address {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 5px;
}
