@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */

html{
   margin: 0;
   padding: 0;
   }

body{
	margin: 0;
	padding: 0;
	background:#333333;
	color:#fff;
	text-align:center;
	font-size:small;
	line-height:150%;
	}
	
body{
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka;
	}
	
	
#main {
	width:800px;
	height:400px;
	background:url(img/main.jpg) no-repeat;
	margin: 20px auto 0;
	text-align:left;
	}
	
#news{ text-align:left; color:#666;  padding:0 10px 10px; margin-left:20px; margin-bottom:20px; background:#eee;}	

#news p{ margin-top:15px; font-size:12px;}

#add{ background:#cc0000;  text-align:left;}
#add td{ padding:8px;}

#price { text-align:left; }
#price th{ background:url(img/th_line.gif) repeat-x bottom; padding-bottom:10px; padding-left:8px; font-size:110%; font-weight:bold; }

#price td{ padding:12px 6px;}

.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mb20{ margin-bottom:20px;}

a {
	text-decoration: underline;	
	}

a:link {
	color: #8FABBE;
	}

a:visited {
	color: #8FABBE;
	}

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #069;
	}

a img ,img {
	border:none;
	}	
	
h1, h2, h3 ,h4 ,h5 ,h6 ,ul ,li ,dl ,dt ,dd ,form ,input, p{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#contents{
	width:800px;
	margin:20px auto;
	}

#conBox{ background:#fff; color:#333;}

#priBox{ width:730px; height:460px; background:url(img/price_photo.jpg) right top no-repeat; margin:20px auto 0; text-align:left; padding-top:20px;}

#mapBox{ width:730px; height:460px; margin:20px auto 0; text-align:left; background:url(img/map_photo.jpg) right top no-repeat; margin:20px auto 0; text-align:left; padding-top:20px;}
	
#footer{
	width:780px;
	background:#ccc;
	color:#333;
	padding:10px;
	margin:0 auto 20px;
	font-size:12px;
	}

#footer img{vertical-align:middle;margin-left:50px;}

.clear {
	clear: both;
	}
.gry{ color:#666;}


.font_normal{
	font-weight:normal;
}


#oshirase{
	padding:15px;
	background:#fff; color:#333;
}

#oshirase p{
	font-size:130%;
	font-weight:bold;
	text-align:left;
	line-height:150%;
}


#oshirase h2{
font-weight:bold;
}









