@charset "utf-8";
/* formatting style
---------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link style
------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	left: 1px;
	top: 1px;
	font-family: sans-serif;
	font-weight: bold;
}
/* basic layout
------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	float: right;
	width: 573px;
	margin-bottom: 20px;
	padding-top: 15px;
}
#sidebar {
	float: left;
	width: 225px;
	margin-bottom: 20px;
	padding: 15px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	clear: both;
	padding-top: 15px;
}
/* header styles
------------------------*/
#header {
	background-image: url(images/header001.jpg);
	background-repeat: no-repeat;
	height: 255px;
	position: relative;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC3300;
}
#toyotahai #header {
	background-image: url(images/header-toyotahai.gif);
}

#team #header {
	background-image: url(images/header002.jpg);
}
#kata #header {
	background-image: url(images/header-kata.gif);
}
#link #header {
	background-image: url(images/header003.jpg);
}


#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
	background-image: url(images/logo2.gif);
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 1px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul lii#nHome a {
border-left-style:none;
}

}
#home #header #nHome a,
#team #header #team a,
#toyotahai #header #toyotahai a,
#kata #header #kata a,
#link #header #link a, {
	color: #FFFFFF;
	background-color: #828ca7;
}


#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bulletr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #990000;
	border-bottom: 1px dotted #666666;
}
#toyotahai #main h4 {
	background-color: #990033;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	width: 75px;
	height: 20px;
	font-size: 100%;
}
#toyotahai #main h3 {
	background-color: #990000;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	width: auto;
	font-size: 14px;
	color: #FFFFFF;
	border-top-style: inset;
	border-bottom-style: inset;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 35px;
	height: 20px;
}


#main p {
	line-height: 1.8;
	margin-bottom: 1em;
	font-size: small;
	text-align: left;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}


#main #news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 15px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}


/* sidebar styles
------------------------*/

#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

#sidebar dl dt a:hover {
	border: 1px solid #000000;
}
#sidebar   dl   dt {
	clear: both;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}

#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}

#main #news dd {
	margin: 0px 0px 10px 6em;
}
#main div.tm {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.player {
	width: 200px;
	position: relative;
	padding: 0px;
}

#main div.tm h5 {
	margin: 10px 0px 0px 5px;
	padding-left: 15px;
}

/* footer styles
------------------------*/
#toyotahai #wrapper #main #kiyaku {
	padding: 0px 20px;
	margin: auto;
	left: 15px;
	letter-spacing: normal;
	text-align: left;
}

#toyotahai #wrapper #main #nittei {
	text-align: center;
}
.left {
	float: left;
	padding-left: 10px;
	padding-bottom: 0px;
}
.photo {
	text-align: left;
	margin-left: 15px;
}
th {
	color: #FFFFFF;
	background-color: #990033;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #999966;
}
.mawarikomi {
	float: left;
	padding-left: 15px;
	text-align: left;
}
.prof {
	clear: none;
	height: 150px;
	width: 220px;
	float: left;
	margin: 5px;
	padding: 10px;
	top: 10px;
	position: relative;
	border: thin dashed #CCCCCC;
}
.date {
	text-align: left;
	text-indent: 1px;
	padding-left: 160px;
}
.setumei {
	padding-left: 160px;
}
#team #wrapper #main table {
	color: #9C6;
}
#team #wrapper #main table tr td {
	color: #333;
	text-align: left;
}
#team #wrapper #main table {
	text-align: center;
}
#team #wrapper #main div table tr td .setumei {

}

