@charset "UTF-8";

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;	
	}

a {outline:none;}
a img {outline:none;}

.wrap	{
    margin: 0;
	padding:0;
/*    border:solid 1px #ccc;　　*/
}

.wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bn a:hover img{
filter: alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6;
} 	

/* ボスクリ */
.cb	{
	clear:both;
}	

	
div#window{
	background:url(../window/img/wbg.png) repeat 0 0;
	padding:20px 0 15px;
	width:640px;
	height:640px;
	overflow-y:scroll;
}

div#window a {
	color: #3268f1;
	text-decoration: underline;
}
div#window a:hover {
	color: #7d9ef3;
	text-decoration: none;
}



.win_contents {
	padding: 15px 30px 0px 30px;
	font-size: 15px;
	line-height: 1.4em;
	position: relative;
}

div#window h1 {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	margin:0px 0px 15px 0px;
	border: solid 1px #ccc;
	padding: 8px 0;
}

.div_line {
	border: dotted 1px #ccc;
	margin: 15px 0;
}

.telno {
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 10px 0;	
}


.greet {
	position: relative;
}

.owner {
	position: absolute;
	top:50px;
	right:30px;
}

.address {
	margin:0px 0px 0px 20px;
	padding: 0;
}

.map_icon {	
   min-height: 20px;
	background-image: url(../window/img/w02/map.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:0px 0px 0px 20px;
	margin:0px 0px 5px 25px;
	font-weight: normal;
}

.mail {
	margin:0px 0px 0px 25px;
	padding: 0;
}



.grass {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	color: #0cb003;
	margin-bottom: 7px;		
}