@charset "UTF-8";
#contents {
	background-image:
		url(../images/washi.jpg);
	background-repeat:
		repeat;	
	background-position: 
		center center;
	
}
#mainTitle  {
	margin: 0 auto;
	width: 900px;
	background-image: url(../images/nami.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
#mainTitle h2   {
	padding-top: 150px;
	padding-bottom: 150px;
	height: 160px;
	width: 31px;
	background-image: url(../images/infoTittle.png);
	background-position: center center;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 31px auto;
	color: hsla(0,0%,0%,0.00);
}
#map  {
	width: 100%;
	height: 600px;
}
#company {
	width: 100%;
	background-image: url(../images/kingyo.png);
	background-repeat: no-repeat;
	background-position: right 200px;
	padding-bottom: 150px;
}
#access {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
#access h3  {
	padding-top: 120px;
}
#access p  {
	padding-top: 100px;
	float: left;
}
#access dl {
	text-align: left;
	padding-left: 350px;
	padding-top: 100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
}
#access dt {
	padding-bottom: 10px;
}
#access dd {
	padding-bottom: 20px;
	text-indent: 1em;
	line-height: 1.8em;
}
#outline {
	width: 800px;
	margin: 0 auto;
}
#outline h3  {
	padding-top: 120px;
}
#outline dl {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	padding-top: 100px;
	overflow: hidden;
}
#outline dt  {
	float: left;
	padding-top: 15px;
	text-indent: 1em;
}
#outline dd {
	padding-left: 18em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #000000;
	padding-top: 15px;
}
