body {
	color: #666666;
	text-align: center;
	/* 灰色 */
	background-color: #ECECEC;
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 1.5;
	}

/*　テスト　*/
table {

	
	border-collapse: collapse;
	} 


/* firefox 用 */
table {
	margin-left:auto;
	margin-right:auto;
	}






h1 {
	font-size: 23px;
	color: #ffffff; 
	background-color: #eebbcb;
	height: 25px;
	margin: 0px 40px 0px 40px;
	padding: 0px 0px 10px 10px;
	}
h2 {
	font-size: 20px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #80aba9;
	margin: 20px 40px 0 40px;
	padding: 0px 0px 0px 0px;
	}
p {
	text-align: left;
	margin: 0 40px 20px 40px;
	padding: 15px;
	}

p.dotted-line {
	text-align: left;
	border: dotted #f4b3c2 4px;
	margin: 0 40px 20px 40px;
	padding: 15px;
	}


#h1p {
	text-align: left;
	border-bottom: dotted #39b573 4px;
	border-left: dotted #39b573 4px;
	border-right: dotted #39b573 4px;
	margin: 0 40px 20px 40px;
	padding: 15px;
	}
#h2p {
	text-align: left;
	border-bottom: dotted #f4b3c2 4px;
	border-left: dotted #f4b3c2 4px;
	border-right: dotted #f4b3c2 4px;
	margin: 0 40px 20px 40px;
	padding: 15px;
	}
ul, ol {
	/* list-style-type: none; */
	text-align: left;
	margin: 0 40px 20px 40px;
	padding: 5px 15px 15px 15px;
	}
li {
	line-height: 1.5em;
	}

address {
	font-size: smaller;
	font-style: italic;
	background-color: #2f5d50;
	color: #ffffff;
	padding: 15px 10px;
	}
span#yo-uehara {
	font-weight: bold;
	}
span.italia {
	font-style: italic;
	}

#test {
	background-image: url(../img/test.png);
      background-repeat: no-repeat;
	}

	/* 画像背景 */
img.sample1 {
	padding: 10px 10px 25px /* 上、左右、下の余白を指定 */;
	border: 1px outset #999;
	background-color: #e6eae3;
	} 

#pflow {
      overflow: scroll;
      background-color: #f0f8ff;
      height:300px;
      width:250px ;
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	}

