body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, sans-serif;
 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 80%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


h6{
	color: #244464;
	margin: 0px;
	padding: 0px;
	font: lighter 70% "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #FFFFFF;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#header {
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#contents {
	margin: 0px;
	padding: 0px;
	width: 1000px;
}


#contents #leftNavi {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 200px;
	background-color: #D7F3B8;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


#contents #rightNavi {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 200px;
	background-color: #FFFFFF;
	left: 800px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}


#contents #centerMain {
	margin: 0px;
	height: auto;
	width: 798px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}




/************************************************/
/* headlins Divs								*/
/************************************************/
.headlines{
	font-size: 90%;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	line-height: 200%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.headlines h3{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.headlines a:link,
.headlines a:visited {
	display: block; 
}

.headlines a:hover {
	color: #FF6600;
}


/***********************************************/
/* Components Divs                             */
/***********************************************/
#siteName{
	margin: 0;
	padding: 0;
}

#siteGraph {
	margin: 0;
	background-image: url(../images/topBK03.jpg);
	padding: 0;
}

/************************************************/
/* globalNav styles 							*/
/************************************************/
#globalNav{
	border-bottom: 1px solid #CCCCCC;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	font-size: 100%;
	font-weight: bolder;
}

#globalNav img{
	display: inline;
	vertical-align: middle;
}

#globalNav a {
	font-size: 100%;
	font-weight: bolder;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}

/************************************************/
/* #siteInfo styles 							*/
/************************************************/
#footer {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
}

#footer #siteInfo{
	clear: both;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	vertical-align: middle;
}

#footer #siteInfo img{
	vertical-align: middle;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}


/************************************************/
/* #leftNavi link styles 						*/
/************************************************/
#leftNavi ul a:link, #navBar ul a:visited {display: block;}
#leftNavi ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftNavi li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7F3B8;
}

/* fix for browsers that don't need the hack */
html>body #leftNavi li {border-bottom: none;}



/************************************************/
/* #rightNavi link styles 						*/
/************************************************/
#rightNavi ul a:link, #navBar ul a:visited {display: block;}
#rightNavi ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightNavi li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* fix for browsers that don't need the hack */
html>body #rightNavi li {border-bottom: none;}


/************************************************/
/* #search styles 								*/
/************************************************/
#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #568B0E;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}



/************************************************/
/* #sectionLinks styles 						*/
/************************************************/
#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
}


/************************************************/
/* #sectionLinks2 styles 						*/
/************************************************/
#sectionLinks2{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #336633;
}

#sectionLinks2 h3{
	padding: 10px 0px 2px 10px;
	color: #FFFFFF;
	text-align: center;
}

#sectionLinks2 a {
	display: block;
	padding: 2px 0px 2px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #FFFFFF;
}

#sectionLinks2 a:hover{
	background-color: #ff0000;
}





/************************************************/
/* #bookPhoto styles 							*/
/************************************************/
#bookPhoto {
	height: auto;
	width: 270px;
	float: left;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}




/************************************************/
/* #bookData styles 							*/
/************************************************/
#bookData {
	height: auto;
	width: 480px;
	float: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#bookData h3{
	padding: 10px;
	font-size: 100%;
	font-weight: bolder;
}



#bookData h4{
	font-size: 90%;
	font-weight: bolder;
	padding-left: 18px;
	color: #333333;
	padding-top: 10px;
}


#bookData h5{
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	padding-left: 18px;
}
/************************************************/
/* #bookData link styles 						*/
/************************************************/
#bookData ul a:link, #bookData ul a:visited {display: block;}
#bookData ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#bookData li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 90%;
}

/* fix for browsers that don't need the hack */
html>body #bookData li {border-bottom: none;}



/************************************************/
/* #newbookData styles 							*/
/************************************************/
#newbookData {
	height: auto;
	width: 480px;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#newbookData h3{
	padding: 10px;
	font-size: 100%;
	font-weight: bolder;
}




/************************************************/
/* #newbookData link styles 						*/
/************************************************/
#newbookData ul a:link, #newbookData ul a:visited {display: block;}
#newbookData ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#newbookData li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 90%;
}

/* fix for browsers that don't need the hack */
html>body #newbookData li {border-bottom: none;}






/************************************************/
/* #kouzaHead styles 							*/
/************************************************/
#kouzaHead {
	height: auto;
	width: 750px;
	float: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#kouzaHead h3{
	padding: 10px;
	font-size: 100%;
	font-weight: bolder;
}




/************************************************/
/* #kouzaHead link styles 						*/
/************************************************/
#kouzaHead ul a:link, #kouzaHead ul a:visited {display: block;}
#kouzaHead ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#kouzaHead li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 90%;
}

/* fix for browsers that don't need the hack */
html>body #kouzaHead li {border-bottom: none;}





/************************************************/
/* #kouzaData styles 							*/
/************************************************/
#kouzaData {
	height: auto;
	width: 750px;
	float: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#kouzaData h3{
	padding: 10px;
	font-size: 100%;
	font-weight: bolder;
}




/************************************************/
/* #kouzaData link styles 						*/
/************************************************/
#kouzaData ul a:link, #kouzaData ul a:visited {display: block;}
#kouzaData ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#kouzaData li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 80%;
}

/* fix for browsers that don't need the hack */
html>body #kouzaData li {border-bottom: none;}






/************************************************/
/* #netsemiHead styles 							*/
/************************************************/
#netsemiHead {
	height: auto;
	width: 750px;
	float: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style: none;
}

#netsemiHead h3{
	padding: 10px;
	font-size: 100%;
	font-weight: bolder;
	list-style: none;
}




/************************************************/
/* #netsemiHead link styles 						*/
/************************************************/
#netsemiHead ul a:link, #netsemiHead ul a:visited {display: block;}
#netsemiHead ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#netsemiHead li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 90%;
}

/* fix for browsers that don't need the hack */
html>body #netsemiHead li {border-bottom: none;}




/************************************************/
/* #netsemiData styles 							*/
/************************************************/
#netsemiData {
	height: auto;
	width: 750px;
	float: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#netsemiData h3{
	padding: 10px;
	font-size: 100%;
	font-weight: bolder;
}




/************************************************/
/* #netsemiData link styles 						*/
/************************************************/
#netsemiData ul a:link, #netsemiData ul a:visited {display: block;}
#netsemiData ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#netsemiData li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 80%;
}

/* fix for browsers that don't need the hack */
html>body #netsemiData li {border-bottom: none;}






/************************************************/
/* .bookCatch styles 								*/
/************************************************/

.bookCatch{
	clear: both;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-color: #FFF3E6;
}

.bookCatch p{
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	color: #333333;
}

.bookCatch h3{
	font-size: 120%;
	font-weight: bolder;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #003366;
}





/************************************************/
/* #bookMokuji styles 							*/
/************************************************/

#bookMokuji{
	clear: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#bookMokuji p{
	padding-left: 50px;
	line-height: 200%;
	font-size: 80%;
	color: #666666;
}

#bookMokuji h3{
	font-size: 90%;
	font-weight: bolder;
	padding-left: 10px;
	color: #191970;
	padding-top: 20px;
}


#bookMokuji h4{
	font-size: 80%;
	padding-left: 18px;
	color: #333333;
	padding-top: 10px;
}


#bookMokuji h5{
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	padding-left: 18px;
}



/************************************************/
/* #bookList styles 							*/
/************************************************/

#bookList{
	clear: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin: 140px;
	padding: 10px;
}

#bookList p{
	padding-left: 20px;
	line-height: 200%;
	font-size: 80%;
	color: #666666;
}

#bookList h3{
	font-size: 120%;
	font-weight: bolder;
	padding-left: 10px;
	color: #003366;
	padding-top: 20px;
}

#bookList h4{
	font-size: 90%;
	font-weight: bolder;
	padding-left: 18px;
	color: #333333;
	padding-top: 10px;
}


#bookList h5{
	font-size: 80%;
	font-weight: normal;
	color: #333333;
}



/************************************************/
/* #bookList link styles 						*/
/************************************************/
#bookList ul a:link, #bookList ul a:visited {
	display: block;
}
#bookList ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#bookList li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 90%;
	list-style-position: outside;
	list-style-image: url(../books/icon/ya01.gif);
}

/* fix for browsers that don't need the hack */
html>body #bookList li {border-bottom: none;}






/************************************************/
/* .relatedLinks styles 						*/
/************************************************/
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #78B53C;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

.relatedLinks a:hover {
	background-color: #FFFFFF; 
}



/************************************************/
/* #pageName styles 							*/
/************************************************/
#pageName{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}



/************************************************/
/* #breadCrumb styles 							*/
/************************************************/
#breadCrumb{
	font-size: 70%;
	padding: 2px 0px 0 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}




/************************************************/
/* newBook styles								*/
/************************************************/
#newBook{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#newBook h3{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#newBook a {
	display: block;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#newBook a:hover{
	background-color: #FFFFFF;
}



/************************************************/
/* forStore styles								*/
/************************************************/
.forStore{
	font-size: 90%;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	line-height: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.forStore h3{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 100%;
}

.forStore a:link,
.forStore a:visited {
	display: marker;
	text-decoration: underline;
}

.forStore a:hover {
	color: #FF6600;
}



/************************************************/
/* hanmotoLinks styles							*/
/************************************************/
.hanmotoLinks{
	position: relative;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 70%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.hanmotoLinks h3{
	padding: 10px 0px 2px 0px;
}

.hanmotoLinks a:link,
.hanmotoLinks a:visited {
	display: block; 
}

.hanmotoLinks a:hover {
	background-color: #FFFFFF; 
}


/************************************************/
/* .story styles 								*/
/************************************************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}



/************************************************/
/* .feature styles 								*/
/************************************************/

.feature{
	font-size: 80%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}




/************************************************/
/* #teacherPhoto styles 							*/
/************************************************/
#teacherPhoto {
	height: auto;
	width: 270px;
	float: left;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}




/************************************************/
/* #teacherData styles 							*/
/************************************************/
#teacherData {
	height: auto;
	width: 480px;
	float: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#teacherData h3{
	padding: 10px;
	font-size: 100%;
	font-weight: bolder;
}



#teacherData h4{
	font-size: 90%;
	font-weight: bolder;
	padding-left: 18px;
	color: #333333;
	padding-top: 10px;
}


#teacherData h5{
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	padding-left: 18px;
}
/************************************************/
/* #teacherData link styles 						*/
/************************************************/
#teacherData ul a:link, #teacherData ul a:visited {display: block;}
#teacherData ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#teacherData li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 90%;
}

/* fix for browsers that don't need the hack */
html>body #teacherData li {border-bottom: none;}




/************************************************/
/* .teacherCatch styles 								*/
/************************************************/

.teacherCatch{
	clear: both;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-color: #FFF3E6;
}

.teacherCatch p{
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	color: #333333;
}

.teacherCatch h3{
	font-size: 120%;
	font-weight: bolder;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #003366;
}





/************************************************/
/* #teacherMokuji styles 							*/
/************************************************/

#teacherMokuji{
	clear: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#teacherMokuji p{
	padding-left: 50px;
	line-height: 200%;
	font-size: 80%;
	color: #666666;
}

#teacherMokuji h3{
	font-size: 100%;
	font-weight: bolder;
	padding-left: 10px;
	color: #003366;
	padding-top: 20px;
}


#teacherMokuji h4{
	font-size: 90%;
	font-weight: bolder;
	padding-left: 18px;
	color: #333333;
	padding-top: 10px;
}


#teacherMokuji h5{
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	padding-left: 18px;
}



/************************************************/
/* #teacherList styles 							*/
/************************************************/

#teacherList{
	clear: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin: 140px;
	padding: 10px;
}

#teacherList p{
	padding-left: 20px;
	line-height: 200%;
	font-size: 80%;
	color: #666666;
}

#teacherList h3{
	font-size: 120%;
	font-weight: bolder;
	padding-left: 10px;
	color: #003366;
	padding-top: 20px;
}

#teacherList h4{
	font-size: 90%;
	font-weight: bolder;
	padding-left: 18px;
	color: #333333;
	padding-top: 10px;
}


#teacherList h5{
	font-size: 80%;
	font-weight: normal;
	color: #333333;
}



/************************************************/
/* #teacherList link styles 						*/
/************************************************/
#teacherList ul a:link, #teacherList ul a:visited {
	display: block;
}
#teacherList ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#teacherList li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 90%;
	list-style-position: outside;
	list-style-image: url(../books/icon/ya01.gif);
}

/* fix for browsers that don't need the hack */
html>body #teacherList li {border-bottom: none;}
