/*ぺーじの基本デザインcss*/
body{
	width: 800px;

	margin: auto;
	font-family: "MS Pゴシック";
	background-color: #FFFFCC;
	text-align: center;
	position: relative;
}


#contents{
	width: 800px;
	margin: auto;
	text-align: center;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	margin-top: 15px;
	padding:10px;
}



#contents2{
	width: 400px;
	margin: auto;
	text-align: center;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	margin-top: 15px;
	padding:10px;
}



h1{
	text-align: top;
	background-image : url();
	margin:0px;
	font-weight: normal;
	letter-spacing: 0px;

}

h2{
	font-family: osaka,Helvetica,MS Pゴシック;
	font-size:100%;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1.5em;
	margin:0px;

	}

p{
	font-size: 90%;
	line-height: 130%;
	}
	
address{
	border-top: dotted 2px #000000;
	padding-top: 5px;
	margin-top: 15px;
	}
	