/*ぺーじの基本デザインcss*/
body{
	width: 800px;
	margin: auto;
	font-family: "MS Pゴシック";
	background-color: #FFFFFF;
	text-align:center;
	position: relative;
}


#contents{
	width: 550px;
	background-color: #FFFFFF;
	text-align:center;
	border: solid 1px #000000;
	margin: auto;
	margin-top: 10px;
	padding:80px;
		position: relative;

}
h1{
	text-align: center;
	line-height: 1.2em;
	margin-top: 0px;
	background-image : url();
	background-repeat: ;
	background-position: center;
}

h2{
	font-family: osaka,Helvetica,MS Pゴシック;
	font-size:100%;
	font-weight: normal;
	letter-spacing: 0px;
	margin top:100px;
		line-height: 1.5em;

	}

p{
	font-size: 90%;
	line-height: 130%;
	}

ul{
	list-style: none;
	margin: 1em 0 0 ;
	padding: 0.5em 2em;
	background-color: #FF9900;
	position: relative;
	bottom: 10px;
}


li{
	display: inline;
	padding: 0 1em;
	color: #FFFFFF;

}
a{
	text-decoration: none;

	}
	


	
address{
	text-align: center;
	border-top: dotted 2px #000000;
	padding-top: 5px;
	margin-top: 15px;
	}
	
	
img{
	align:center;
	}
	