@charaset "utf-8";

/* ページの枠組み
--------------------------------------- */

#page {
 margin: 0 auto;
 width: 943px;
 }

h1 {
 color: #ff7e00;
 font-size: 28px;
}

h2 {
 color: #ff7e00;
 font-size: 18px;
 line-height: 1.5;
}

#mainvisual {
 margin-bottom: -10px;
 position: relative;
 top: -5px;
 }

#mainvisual ul {
 clear: both;
 margin: 0;
 padding: 0;
 list-style-type: none;
 }

#mainvisual ul li {
 position: relative;
 }


#contents {
 clear: both;
 margin:0px -500% 0px ;
 padding: 50px 500%;
 width: 100%;
 height: 311px;
 background: #fff8f2;
box-shadow:0 -3px 5px #eee;
	border-top: 3px solid #fff;
	position: relative;
 }
 
#catch {
 float: left;
 width: 340px;
 height:260px;
 padding: 20px;
 margin: 0px 0px 25px;
 background: #fff1e6;
 border-radius: 10px;
 }

#sub1 {
 float: right;
 width: 535px;
 height: 148px;
 padding: 2px;
 }
 
#sub2 {
 float: right;
 width: 536px;
 height: 147px;
 padding: 2px;
 }

#p1 {
 color: #666;
 font-size: 16px;
 line-height: 1.5;
 }

#p2 {
 color: #fff;
 font-size: 12px;
 text-align: center;
 padding: 12px;
 }

 #map p{
 	text-align: right;
 }

