/*ページレイアウト用css ごらく bases.css*/
body{	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 180%;
	font-family: "メイリオ",Meiryo,"MS Pゴシック",Osaka,sans-serif;
	color: #696969;
	}
#wrap{
	width: 700px;
	border: solid 1px #DEB887;
	margin: 0 auto;
	text-align: center;
	}
#navi{
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	}
#navi ul{
	width: 620px;
	height: 30px;
	}
#navi li{
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #DEB887;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-align: center;
	width: 120px;
	height: 25px;
	}
#main h1{
	width: 300px;
	margin: 10px auto;
	border: outset 10px #FFFAFA;
	text-align: center;
	font-size: 25px;
	color: #696969;
	line-height: 200%;
	background-color: #F5DEB3;
	}
h2{
	background-color: #BDB76B;
	font-size: 20px;
	line-height: 200%;
	color: #ffffff;
	clear: both;
	}
p{
	font-size: 16px;
	text-align: left;
	margin: 5px 100px;
	}	
ul{
	width: 450px;
	list-style-type: none;
	}
#content li{
	padding-bottom: 5px;
	}
#footer{
	width: 650px;
	padding-top: 50px;
	clear: both;
	}
#content{
	width: 650px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	} 
#content h1{
	width: 300px;
	margin: 10px auto;
	border: outset 10px #FFFAFA;
	text-align: center;
	font-size: 25px;
	color: #696969;
	line-height: 200%;
	background-color: #F5DEB3;
	clear: both;
	}
#content h2{
	font-size: 16px;
	color: #ffffff;
	margin-top: 10px;
	}
#content p{
	font-size: 14px;
	text-align: left;
	margin-top: 0;
	}
#content ul{
	list-style-type: none;
	width: 620px;
	}
#content li{
	width: 310px;
	float: left;
	}
#content ol {
	list-style-type: decimal;
	float:left ;
	width:800px;
	text-align: left;
	clear:both;
	}
#content li.dm{
	width:800px;
	float:left;
	}
address{
	margin-top: 20px;
	}
.pr{
	background-image: url(images/stage.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
.pr1{
	background-image: url(images/tirasi5.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
image{
	clear:both;
	margin:auto;
	text-align: center;
	}
		