@charset "utf-8"; 

/* main
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
  font-size: 80%;
  line-height: 150%;
  background:#fff url(../images/body_bg.jpg) repeat-x;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  scrollbar-3dlight-color:#f1f1f1;
  scrollbar-track-color:white;
  scrollbar-darkshadow-color:#f1f1f1;
  scrollbar-face-color:#c9dcd7;
  scrollbar-highlight-color:white;
  scrollbar-shadow-color:white;
  scrollbar-arrow-color:#3aa58a;
}

div{
    zoom:1;/* for IE 5.5-7 */
}
div:after{/* for modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/* link
---------------------------------------------------- */
a {
/**/
	overflow: hidden;
/**/
}
a:link {color: #4568b5;}
a:visited {color: #77a4c7;}
a:hover, a:active {color: #a6191c; text-decoration:none;}
a:focus{outline:none;}


#s-wrapper{
	margin:0px auto;
	width:546px;
	padding-bottom:15px;
	text-align:left;
}


#s-wrapper2{
	width:544px;
	background-color:#FFFFFF;
	text-align:left;
	border:1px #c6da88 solid;
	margin-bottom:5px;
}

#text{
	width:510px;
	padding:10px 17px 17px 17px;
	background-color:#FFFFFF;
	color:#333;
}

#down{text-align:right; margin-bottom:0px;}

#title{color:#047550; font-size:1.2em; padding-top:5px; padding-bottom:5px;margin-bottom:8px;}


#photo-box{padding:10px 0px 0px 0px; border-top:1px #52b362 solid;}
#photo-box img{width:150px; padding:4px; border:1px #e1e1e1 solid; margin-bottom:10px;}

.photo{float:left; padding-right:15px}
.photo2{float:left}


#maintext{
width:490px;
padding:0px 5px;
margin-bottom:5px;}

img{border:0px;}
.clear{clear:both;}

#map-box{padding:0px 10px 10px 10px;}
#map-box p{margin-bottom:8px;}
#title2{color:#248a70; font-size:1.2em; border-bottom:1px #ccc dashed; padding-bottom:5px;}
#print{background:url(../images/print_mark.gif) no-repeat left center; padding:5px 0px 5px 30px;}
.mb10{margin-bottom:10px;}
.rgt{text-align:right;}

