@charset "Shift-JIS";

/*-----HTML再定義-----*/

/*マージンリセット*/
*{
margin: 0px;
padding: 0px;
} 

h1 {
	font-size:110%;
	font-weight: bold;
	width: 750px;
	background-image:url(../img/h1bg.gif);
	margin: 0px;
	background-repeat: no-repeat;
	height: 45px;
	padding-top:12px;
	padding-left:5px;
}

h2 {
font-size: 105%;
font-weight: bold;
width: 650px;
border-bottom: 2px solid #CC0066;
margin: 10px 0px;
}


/*-----文章構造-----*/

/*文章本体*/

.text1 {
font-size: 95%;
line-height: 150%;
}

/*住所表示部*/
#summary {
	width: 380px;
	margin:0px 0px 5px 0px;
}

#summary table {
	margin:0px 0px 5px 0px;
	border-top: 1px solid #666666;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

#summary td {
	font-size: 95%;
	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding: 5px;
	border-top: none;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #333333;
	border-right: none;
}

#summary th {
	font-weight: normal;
	font-size: 95%;
	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding: 5px;
	border-top: none;
	border-bottom: 1px solid #666666;
	border-left: none;
	border-right: none;
	background-color: #FFDF80;
}

/*地図表示*/
#rightbox {
	width:750px;
	margin: 0px auto;
}

#map {
margin: 0px auto 10px auto;
border: 2px solid #333333;
text-align: left;
}



/*前へもどるボタン表示*/
#footer {
width :750px;
text-align: center;
clear:both;
}

#footer p {
	font-size:70%;
	line-height:150%;
}

