body {
	color:#333333;
	font-size: 12px;
	background-image:url(image/bg.gif);
	margin-left: 40px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;

}
td {
	font-size:14px;
line-height:1.5em;
}
h1{
	margin-top: 10px;
	font-size:18px;}

h2{
	font-size:16px;
}

a:link{
	text-decoration:none;
	color:#006400;
}
a:hover{
	color:#3cb371;
text-decoration:none;
}
a:visited{
	color:#191970;
	text-decoration:none;
}

/*------------------------------------------*/
/* 講座内チャプター                         */
/*------------------------------------------*/
h3{
	margin: 30px 0 10px 0;
	border: solid green;
	border-width: 0px 0px 1px 6px;
	font-size: 14px;
	padding: 5px;
	text-align:left;
	width: 50%;
}
/*------------------------------------------*/
/* 例題は太字、両サイドにスペース           */
/*------------------------------------------*/
.ex {
	margin: 0 6px 0 4px;
	font-weight: bold;
}
/*------------------------------------------*/
/* 牌画表示の際、両サイドにスペースを取る   */
/*------------------------------------------*/
.hai {
	margin: 0 4px 0 4px;
}
image{
	border-style:none;
}
a:link{
	text-decoration:none;
}
a:hover{
	color:#00CC33;
text-decoration:none;
}
a:visited{
	text-decoration:none;
}

.red {
	color: #FF0000
}
.blue {
	color: #0000FF;
}
.white {
	color: #FFFFFF;
}
.theory{
	margin-left:20px;
}




#topicPath_02 {  
float:left;  
margin:10px 0;  
font-size: 12px;
}  
#topicPath_02 li {
float:left;  
line-height:110%;  
list-style-type:none;  
font-size: 12px;
}  
#topicPath_02 li a {  
margin-right:5px;  
padding-right:10px;  
font-size: 12px;
}  

.clear {
	clear: both;
}