/*基本文字色配置*/
body {
	font-size:x-small;
	color:#666666;
	background-color:#FFFFFF
	}
p {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
td { }
a:link {color:#004600;}
a:visited {color:#acce04; }
a:hover {color:#acce04; }
a:active {color:#acce04;}

h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0 }

/*見出しカラー*/
h1{
	ccolor: #666;
	font-size:small;
	height:20px;
	display: inline;
	color: #333333;
}
   
h2{
background:#CC0000;
font-size:large;
color:#FFF;
padding:5px 10px;
font:"ＤＦ中太楷書体 Std"
}

h3{
	color: #CC0000;
	font-size:small;
	height:12px;
	display: inline;
}

h4{
	color: #000066;
	font-size:small;
	height:12px;
	display: inline;
}

h5{
	color: #333333;
	font-size:small;
	height:12px;
	display: inline;
}



/*見出しカラー*/
p.example1 {margin-top: 0;
	margin-bottom: 0;
	text-align: left;}

hr.example1 {
height: 1px;
background-color: #154220;
border: none;
color:#154220f;
}

/*中央寄せタイトル*/
div#name{text-align:center;
         font-size:large;
		 color:#154220;
}


div#white{
		 color:#FFFFFF;
}

/*ラインタグ*/
p.border {border-bottom: 1px solid #154220;}

p.border1 {border-bottom: 1px solid #666666;}

/*キャプションタグ*/
figure {
	margin:0.5em 0em 0.5em;
	display:block;
}
   
   
.left {
	text-align: left;
}

#midashi {
	font-size: medium;
}
