/* @charset "utf-8"; */

/* ブラウザ初期化 */
/* All Layout
-------------------------------------------------*/
/* 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p
{
	margin: 0;
	padding: 0;
	font-family: Verdana ,sans-serif;
}

h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
 */
/* 設定
-------------------------------------------------*/




body {
	color: black; 
        text-align: center; /* IE向けのセンタリング指定 */
	font-size: 85%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-family: Times, serif;
	/*background: #ECECEC;*/
	background-image : url(../img/0222.JPG);	}

/* firefox 用 */
table {
	margin-left:auto;
	margin-right:auto;
	}





h1 {
	font-size: 22px;
	color: black; 
	font-family: Georgia, Times, serif;
	/*background-color: #c9c9c4;*/
	background-image : url(../img/h1-72.png);
	background-repeat : no-repeat;
	height: 20px;
	margin: 0px 40px 10px 40px;
	padding: 10px 0 10px 10px;
	}
h2 {
	font-size: 20px;
	color: black;
	font-family: Georgia, Times, serif;
	/*background-color: #c9c9c4;*/
	background-image : url(../img/h1-72.png);
	background-repeat : no-repeat;
	height: 20px;
	margin: 20px 40px 0 40px;
	padding: 10px 0 10px 10px;
	}
h3 {
	font-size: 20px;
	color: #0095d9;
	font-family: Georgia, Times, serif;
	margin: 10px 40px 0 40px;
	padding: 10px 0 5px 10px;
	}
h4 {
	font-size: 18px;
	color: #bfa46f;
	font-family: Georgia, Times, serif;
	margin: 10px 40px 0 40px;
	padding: 10px 0 5px 10px;
	}
p {
	text-align: left;
	margin: 0 40px 10px 40px;
	padding: 5px 15px 5px 15px;
	}
ul {
	list-style-type: none;
	text-align: left;
	margin: 0 40px 20px 40px;
	padding: 5px 15px 15px 15px;
	}
li {
	line-height: 1.5em;
	}



	/* h直下のｐの飾り */
#hp1 {
	text-align: left;
	border-bottom: dotted #c9c9c4 4px;
	border-left: dotted #c9c9c4 4px;
	border-right: dotted #c9c9c4 4px;
	margin: 0 40px 20px 40px;
	padding: 0px 15px 10px 15px;
	}
#hp2 {
	text-align: left;
	border-bottom: dotted #c9c9c4 4px;
	border-left: dotted #c9c9c4 4px;
	border-right: dotted #c9c9c4 4px;
	margin: 0 40px 10px 40px;
	padding: 5px 10px 5px 10px;
	}
#hp3 {
	text-align: left;
	border: dotted #e8d3ca 4px;
	margin: 0 40px 10px 40px;
	padding: 5px 15px 5px 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;
	}

table.sample1 {

	
	border-collapse: collapse;
	} 



/* address {	font-size: smaller;	font-style: normal;	background-color: #f8f4e6;	color: #ffffff;		padding: 5px 20px;	} */
/* span#yo-uehara {	font-weight: bold;	} */
/* span.italia {	font-style: italic;	} */

