/* @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: #666666;
	text-align: center;
	line-height: 1.5em;
	background: #ECECEC;
	margin: 0;
	padding: 0;
	}

/* firefox 用 */
table {
	margin-left:auto;
	margin-right:auto;
	}


h1 {
	font-size: 22px;
	color: #ffffff; 
	/*background-color: #c9c9c4;*/
	background-image : url(../img/h1-82.png);
	background-repeat : no-repeat;
	height: 28px;
	margin: 5px 40px 10px 40px;
	padding: 15px 10px 10px 40px;
	}
h2 {
	font-size: 18px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*background-color: #c9c9c4;*/
	background-image : url(../img/h1-82.png);
	background-repeat : no-repeat;
	height: 28px;
	margin: 20px 40px 0 40px;
	padding: 15px 0px 10px 40px;
	}
p {
	text-align: left;
	margin: 0 40px 20px 40px;
	padding: 5px 15px 15px 15px;
	}

p.dot1 {
	text-align: left;
	border-top: dotted #e8d3ca 4px;
	border-bottom: dotted #e8d3ca 4px;
	border-left: dotted #e8d3ca 4px;
	border-right: dotted #e8d3ca 4px;
	margin: 0 40px 20px 40px;
	padding: 5px 15px 5px 15px;
	}

	/* h直下のｐの飾り */
#hp1 {
	text-align: left;
	border-bottom: dotted #79c06e 4px;
	border-left: dotted #79c06e 4px;
	border-right: dotted #79c06e 4px;
	margin: 0 40px 20px 40px;
	padding: 5px 15px 5px 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 5px 15px;
	}

address {
	font-size: smaller;
	font-style: normal;
	background-color: #4753a2;
	color: #ffffff;
	padding: 5px 20px;
	}
span#yo-uehara {
	font-weight: bold;
	}
span.italia {
	font-style: italic;
	}

