﻿@charset "UTF-8";


body {
	color:#333;
	font-family:Arial, sans-serif;
	font-size:0.9em;
	margin: 0px 50px 1em 50px;
	font-size:100%;
	line-height:140%;
　　	text-indent: 1em
}
h1 { 
	border-top: solid 3px lavender; 
	border-bottom: solid 3px lavender; 
	font-size: 1.45em; color: midnightblue; 
	padding: 5px; 
	text-align: center; 
	background-color:lavender; 
}

/*
h2 {
	border-top: solid 2px Maroon; 
	border-bottom: solid 2px Maroon; 
	font-size: 1.3em; color: white; 
	padding: 5px; 
	text-align: center; 
	background-color:Maroon; 
}
*/

/*
h2 {
	border-top: solid 2px #00552e; 
	border-bottom: solid 2px #00552e; 
	font-size: 1.3em; color: white; 
	padding: 5px; 
	text-align: center; 
	background-color:#00552e; 
}
*/

h2 {
	border-top: solid 2px midnightblue; 
	border-bottom: solid 2px midnightblue; 
	font-size: 1.3em; color: white; 
	padding: 5px; 
	text-align: center; 
	background-color:midnightblue; 
}



/*
h2 {
	border-top: solid 2px aliceblue; 
	border-bottom: solid 2px aliceblue; 
	font-size: 1.3em; color: midnightblue; 
	padding: 5px; 
	text-align: left; 
	background-color:aliceblue; 
}
*/
/*
h2 {
	font-size: 1.3em; color: blue; 
}
*/
/*
h3 {
	border-top: solid 2px white; 
	border-bottom: solid 2px white; 
	font-size: 1.0em; color: midnightblue; 
	padding: 5px; 
	text-align: center; 
	background-color:white; 
}
*/

h3 {
	font-size: 1.0em; color: midnightblue; 
}

br {
	letter-spacing0;
}

hr {
	border: 0;
	height: 2px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}



p.resizeimage img { 
	width: 100%; 

}



p.indented {
	text-indent:0em;
	margin: 0px 50px 1em 50px;
}
 

/*
ul {
	text-indent:0em;
	margin: 0px 50px 1em 50px;
} 
*/
/*
table {
	text-indent:0em;
	margin: 0px 0px 1em 50px;
} 
*/

