body,ul,li,ol,dl,dt,dd,p,form,div,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
th,td,p,li,dt,dd,h4,h5,h6 {
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
}
body {
	background : transparent url(../../../www.yuuseikai.net/common/body_bg.jpg) repeat scroll 0% 0%;
	text-align: center;
}
p,li,dd {
	text-align: left;
}

/*** link style ***/
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #FAA416;
}
a img {
	border-style: none;
}

/*** toPageTop style ***/
.toPageTop {
	text-align: right;
	margin: 8px 35px 10px auto;
	clear: both;
	font-size: 12px;
	text-decoration: underline;
}
.toPageTop:hover {
	color: #FAA416;
}

/*********************************
       base layout
**********************************/
.header,.globalNavi,.contents {
	width: 860px;
	margin: 0px auto;
}
.header:after,.globalNavi:after,.contents:after,.chapter:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*** === .header start === ***/
.header {
	text-align: left;
	z-index: 100;
	position: relative;
}
.header a #logo {
	_float: left;
}


.header p {
	padding: 7px;
	text-align: center;
	font-size: 10px;
	float: left;
}
.header ul {
	float: right;
	margin-right: 26px;
	margin-top: 7px;
}
/*** === .header end === ***/

/*** === .globalNavi start === ***/
.globalNavi {
	background : transparent url(../gn.gif) no-repeat scroll 0% 0%;
	text-align: center;
	height: 119px;
	margin-top: -58px;
	z-index: 20;
}
.globalNavi li {
	float: left;
	margin-top: 75px;
}
.globalNavi a {
	display: block;
	height: 40px;
	width: 130px;
	text-indent: -10000px;
}
.globalNavi a#Shihan {
}
.globalNavi a#Shidouin {
	width: 140px;
}
.globalNavi a#Doujo {
	margin-right: 80px;
}
.globalNavi a#Course {
	width: 145px;
}
.globalNavi a#Result {
	width: 100px;
}
/*** === .globalNavi end === ***/

/*** === .footer start === ***/
.footer {
	background: #000;
	clear: both;
	padding-bottom: 15px;
}
.footer p {
	background: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 10px;
}


/*********************************
       contents layout
**********************************/
.contents {
	margin-top: 16px;
}
.mainContents {
	float: left;
	width: 652px;
}
.subContens {
	float: right;
	width: 183px;
}
.subContens img {
	display: block;
	margin: 0px auto 5px;
}

/**********/
h1 {
	margin-bottom: 18px;
}
.chapter {
	margin-bottom: 0px;
	margin-left: 20px;
	clear: both;
}
.chapter h2 {
	text-align: left;
}
.chapter p,.chapter ul,.chapter ol {
	margin: 5px auto 15px 0px;
}
.chapter h3 {
	text-align: left;
}

.chapter table {
	border-top: 1px solid #bababa;
	background: #FFF;
	border-left: 1px solid #BABABA;
}
.chapter th,.chapter td {
	border-bottom: 1px solid #bababa;
	text-align: center;
	vertical-align: top;
	padding: 10px 3px;
	border-right: 1px solid #bababa;
}
.chapter th {
	background: #ECECEC;
}
.box p strong {
	color: #F30;
}
