body {
	color: #666666;
	text-align: center;
	line-height: 1.5em;
	background-color: #f8f4e6;
	/* background-color: #ffffff; */
	margin: 0;
	padding: 0;
	}

/* firefox 用 */
table {
	margin-left:auto;
	margin-right:auto;
	}



h1 {
	font-size: 24px;
	color: #ffffff; 
	background-color: #8da0b6;
	height: 40px;
	margin: 0px 40px 10px 40px;
	padding: 10px 0 10px 10px;
	}
h2 {
	font-size: 20px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #9fc24d;
	margin: 20px 40px 0 40px;
	padding: 10px 0 10px 10px;
	}

h3 {
	font-size: 20px;
	color: #44617b;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* background-color: #9fc24d; */
	
	margin: 20px 40px 0 40px;
	padding: 10px 0 10px 10px;
	}


p {
	/* ためしに */
	background-color: #f8f4e6;
	text-align: left;
	margin: 10px 40px 10px 40px;
	padding: 5px 15px 10px 15px;
	}
	/* h直下のｐの飾り */

#hp1 {
	text-align: left;
	border-bottom: dotted #e8d3ca 4px;
	border-left: dotted #e8d3ca 4px;
	border-right: dotted #e8d3ca 4px;
	margin: 0 40px 20px 40px;
	padding: 5px 15px 15px 15px;
	}
#hp2 {
	text-align: left;
	border-bottom: dotted #e8d3ca 4px;
	border-left: dotted #e8d3ca 4px;
	border-right: dotted #e8d3ca 4px;
	margin: 0 40px 20px 40px;
	padding: 5px 15px 15px 15px;
	}

#pflow {
      overflow: scroll;
      background-color: white;
      height:300px;
      width:400px ;
	text-align: left;
	margin: 10px 40px 20px 40px;
	padding: 5px 15px 15px 15px;
	}
a {
	color: #333333;
	}
a:hover {
	color: #ff6600;
	}
address {
	font-size: smaller;
	font-style: normal;
	background-color: #e29399;
	color: #ffffff;
	padding: 5px 20px;
	}
span#yo-uehara {
	font-weight: bold;
	}
span.italia {
	font-style: italic;
	}

