@charset "utf-8"; 

/*-----------------------------------
JKA Johoku Kokikan Stylesheet.
http://www4.point.ne.jp/~kokikan-jka/
2007/07/05
-----------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/* body
--------------------*/
body {
	color: #544a47;
	background: #fff url(../img/body.png) repeat-x;
	font: 90%/2 Verdana, san-serif;
	text-align: center;/* win IE6 */
}

/* container
--------------------*/
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;/* win IE6 */
}
#home #container {
	background: url(../img/flame.png) 220px 90px no-repeat;
}
/* header
--------------------*/
#header {
	height: 120px;
}
#header h1 img, #header p img {
	position: relative;
	top: 20px;
	left: 0;
	padding: 0;
	border: none;
}
/* Mac IE */
#header h1, #header p {
	margin: 0;
	padding: 0;
	line-height: 0;
}
/* end */

/* nav
--------------------*/
#nav {
	float: left;
	width: 200px;
	padding-top: 30px;
}
#nav h2 {
	border-bottom: 1px solid #a3a3a2;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: .3em;
	line-height: 1.2;
}
#nav li:hover {
	color: #f8b500;
}
#nav a {
	display: block;
	padding: .4em 0;
	color: #2a4073;
	text-decoration: none;
	border-bottom: 1px dotted #afafb0;
	width: 100%;/* Win IE6 */
}
#nav #current a {
	color: #507ea4;
	font-weight: bold;
}
#nav a:hover {
	color: #0d0015;
	background-color: #f3f3f2;
}
/* content
--------------------*/
#content {}

/* main
--------------------*/
#main {
	float: right;
	width: 530px;
	padding: 30px 0;
	min-height: 500px;
}
#home #main {
	margin-top: -45px;
}

/* photoshuffler */
#photoshuffler {
	width: 510px;
	height: 290px;
	margin: 0 0 2em 5px;
}
#photoshuffler img{
	padding: 0;
	border: none;
	display: block;
}

/* sub
--------------------*/
#sub {
	float: left;
	width: 200px;
	padding: 1.5em 0 30px;
	word-break: break-all;
	word-wrap: break-word;
}
#sub h2 {
	border-bottom: 1px solid #dddcd6;
}
/* footer
--------------------*/
#footer {
	clear: both;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.2;
	color:#dcdddd;
	background: #595857 url(../img/footer.png) 100% 100%;
	width: 100%;/* Win IE6 */
}
#footer p {
	margin: 0;
	padding-left: 10px;
}
#footer ul {
	margin: 0;
	padding: 10px 0 0 10px;
	background: url(../img/footer.png);
}
#footer li {
	display: inline;
}
#footer a {
	color: #dcdddd;
	text-decoration: none;
}
#footer a:hover {
	color :#fffffc;
	text-decoration: underline;
}
/* top-btn */
a.top-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 27px;
	height: 10px;
	text-indent: -9999px;
	background: url(../img/top-btn.gif);
	line-height: 0;/* win IE6 */
}
a.top-btn:hover {
	background-position: 27px 0;
}

/* heading
--------------------*/
h1, h2, h3 {
	clear: both;
	line-height: 1.2;
	margin-bottom: .7em;
	padding-bottom: .3em;
}
h1 {
	font-size: 140%;
	color: #2a4073;
}
h2 {
	font-size: 130%;
	color: #f7c114;
}
h3 {
	font-size: 120%;
	color: #507ea4;
}

/* links
--------------------*/
a {
	color: #2a4073;
	text-decoration: underline;
}
a:hover {
	color: #507ea4;
	text-decoration: none;
}

/* list
--------------------*/
ul, ol {
	list-style: outside;
	padding-left: 40px;
}
p, table, dl, ol, ul {
	margin-bottom: 1em;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 40px;
}

/* images
--------------------*/
img {
	border: 3px solid #e5e4e6;
}
/* except <IE6 */
html > body img {
	padding: 2px;
	border: 1px solid #dddcd6;
	background: #fff;
}
/* end */
a:hover img {
	padding: 0;
	border: 3px solid #507ea4;
}

/* table
-------------------*/
table {
	border-collapse: collapse;
	line-height: 1.5;
	font-size: 100%;
}
table caption {
	display: none;
}
th, td {
	padding: 6px 3px;
	border-bottom: 1px solid #dddcd6;
}
th {
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
}
thead th {
	color: #507ea4;
	border-bottom: none;
	background: url(../img/t-border.gif) 0 100% repeat-x;
	font-weight: bold;
}
tfoot th, tfoot td {
	color: #2a4073;
	font-size: 90%;
	border-bottom: none;
	text-align: right;
}

/* event */
table#event {
	width: 100%;
}
table#event th {
	font-weight: bold;
}

/* belt color */
table#belt span {
	margin-right: 3px;
	padding: 3px;
}
.white  {
	background: white;
	border: solid 1px #ccc;
}
.yellow  {
	background: yellow;
}
.green  {
	color: #fff;
	background: green;
}
.purple  {
	color: #fff;
	background: purple;
}
.maroon  {
	color: #fff;
	background: maroon;
}
.black  {
	color: #fff;
	background: black;
}

/*
--------------------*/
hr {
	display: none;
}
.center {
	text-align: center;
}
object {
	margin-bottom: 1em;
}

/* news
--------------------*/
.news {
	list-style: none;
	padding: 0;
	line-height: 1.2;
}

/* news summary */
.news a, .news strong {
	font-size: 110%;
	color: #507ea4;
}
.news a:hover strong {
	color: #274a78;
}

/* news p */
.news p {
	margin: .4em 0 1em 3.8em;
	line-height: 2;
}
.news p a {
	color: #2a4073;
}
.news p a:hover {
	color: #507ea4;
}

/* news date */
.news .date {
	float: left;
	margin: 0 1em 0 0;
	width: 2.5em;
	color: #fffffc;
	line-height: 1;
	text-align: center;
	border: 1px solid #44617b;
}
.news .date span {
	display: block;
	background: #44617b;
}
.month {
	font-size: 80%;
	border: 1px solid #fff;
	border-width: 1px 1px 0 1px;
}
.day {
	font-size: 120%;
	border: 1px solid #fff;
	border-width: 0 1px ;
}
.year {
	font-size: 70%;
	border: 1px solid #fff;
	border-width: 0 1px 1px 1px;
	padding-bottom: 1px;
}

/* Mac IE \*//*/
.year {
	margin-bottom: -1px;
}
/* end */

/* history
--------------------*/
.history {
	margin-bottom: 0;
	line-height: 1.5;
}
.history dd {
	position: relative;
	top: -1.6em;
	margin: 0 0 -.4em 8em;
	padding: .1em 0 .1em 1.5em;
	border-left: 2px solid #dddcd6;
}

/* coach-images
--------------------*/
.coach-img {
	float: right;
	margin-top: -3em;
}

/* dojokun
--------------------*/
#dojokun {
	list-style: none;
	text-indent: -9999px;
	width: 212px;
	height: 300px;
	background: url(../about/img/dojokun.gif) no-repeat;
}

/* album
--------------------*/
.album {
	padding-left: 0;
	list-style: none;
	line-height: 1.2;
}
.album .date {
	float: right;
	color: #274a78;
}
.album strong {
	font-size: 110%;
}
.album a {
	color: #507ea4;
}
.album a:hover {
	color: #274a78;
}
.album p {
	margin: .4em 0 1.3em;
	border-bottom: 1px solid #dddcd6;
	line-height: 2;
}

#counter {
	padding: 0;
	border: none;
}
