body {
  color: #191919;
  background-color: #F5DEB3;
  margin-top: 5px;
  margin-left: 50px;
  text-align: left
}

h1.a1 {
	margin-left: 50px;
	font-size: larger;
	color: #3F2D18;
	padding-left: 0.3em;
	border-left: 1em solid #3F2D18;
	border-bottom: 1px solid #3F2D18; 
}

h1.title {
  font-size: medium;          /* 講座タイトル */
  padding: 0.1em;
	color: 3F2D18;
  background: #B9D8A5; 		/* 背景色 */
 margin-left: 55px;
 margin-right: 40px
}


div.center {
	text-align: center;
	line-height: 1em;
}

div.center01 {
	font-size: smaller;
	text-align: center;
	line-height: 1.5em;
}

div.all {
	margin-left: 70px;
	line-height: 1em;
}

div.a1 {
	float: left;
	width: 180px;
	line-height: 1em;
}

div.a2 {
	font-size: 11pt;
	margin-left: 70px;
	line-height: 1em;
}

font.sub { 
 color: #2E8B57;
 }

font.001 { 
 color: #2E8B57;
 font-weight: bold;
 }


font.002 { 
 color: #4682B4;
 font-weight: bold;
 }

font.003 { 
 font-size: large;
 font-style: italic;
 font-weight: bold;
 }

font.sub2 { 
 color: #ff0000;
	font-size: 10pt;
 }

font.sub3 { 
 color: #000066;
 }

p.a1 {
	font-size: 11pt;
	margin-left: 0px;
	line-height: 1em;
 }

p.intro {
	font-size: 12pt;         /* 前置きの文章 */
  padding: 0.1em;
	color: #1E543E;
  background: #F5DEB3; 		/* 背景色 */
 margin-left: 55px;
 margin-right: 40px
}

.clear{ clear: left }

p.c01 {
	font-weight: bold;
	font-size: larger;
 line-height: 1em;		/* テキストの区切り、センタリング */
 color: #1E543E;
 background: #F5DEB3;
 text-align: center;
}

p.c02 {
	font-size: smaller;
 line-height: 1em;		/* テキストの区切り、右寄せ */
 color: #3F2D18;
 background: #F5DEB3;
 margin-right: 8em;
 text-align: right;
}

p.c03 { line-height: 1.5em;		/* 講座本文 */
 background: #F5DEB3;
 text-indent: 1em;
 margin-left: 70px;
 margin-right: 60px
 }

p.c003 { line-height: 1em;		/* 講座例文 */
 background: #F5DEB3 ;
 color: #0c00cc;
	font-weight: bold;
 text-indent: 2em;
 margin-left: 70px;
 margin-right: 60px
 }

p.c0003 { line-height: 1em;		/* 講座例文 */
 background: #F5DEB3 ;
 color: #0c00cc;
 text-indent: 3em;
 margin-left: 70px;
 margin-right: 60px
 }

p.c00003 { line-height: 1em;		/* 講座例文 */
 background: #F5DEB3 ;
 color: #ff0000;
 text-indent: 3em;
 margin-left: 70px;
 margin-right: 60px
 }

p.c04 { line-height: 1.5em;		/* 講座本文 */
 background: #F5DEB3;
 margin-left: 70px;
 margin-right: 60px
 }


font.c01 {
	font-weight: normal;
	font-size: 10pt;
	color: #003300;
}

font.c03 {
	font-weight: bold;
	color: #003366;
}

p.center {
 line-height: 1em;		/* テキストの区切り、センタリング */
 color: #3F2D18;
 background: #F5DEB3;
 text-align: center;
}

p.c1 { line-height: 1.5em;	/* 説明文 */
 color: #008000;
 background: #F5DEB3;
 text-indent: 1em;
 margin-left: 8em;
 margin-right: 8em
 }

p.small { line-height: 1.5em;	/* テキストのオチ */
 color: #3F2D18;
 background: #F5DEB3;
 font-size: smaller;
 }

p.small2 { line-height: 1.5em;	/* テキストのオチ */
 color: #3F2D18;
 background: #F5DEB3;
 font-size: smaller;
 text-align: center;
 }

p.b {
	width: 330px;          /* ボーダー文字の周りを四角で囲みます */
	padding: 0.25em;
	text-align: center;
	border: 0.5em solid;
	border-top-color: #1010c9;
	border-bottom-color: #1066de;
	border-left-color: #00a0ff;
	border-right-color: #00a7ad;
	border-width: thin medium medium thin;
	margin-left: auto;
	margin-right: auto;
}

table.all {
	border: none;
	border-collapse: collapse;
	margin: 2em auto
}

th, td.all{
	padding: 0.3em 1em;
	border-top: 1.5px solid #6999ae;
	border-bottom: 1.5px solid #6999ae;
	border-left: none;
	border-right: none;
	empty-cells: show
}

a{text-decoration:none;} 
a:link {color:#000066;
text-decoration:none;} 
a:visited {color:#008b8b;
text-decoration:none;} 
a:hover {color:#8fbc8f;
text-decoration:underline;} 
a:active {color:#8fbc8f;
text-decoration:underline;} 

