@charset "shift_jis";
/*---- Header & Footer--------------------------*/
/*---- 山車館・亀崎・山車別ページ--------------------------*/
#header {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 100%;
	background-image : url(../image/hafu.gif);
	height: 51px;
	background-repeat: no-repeat;
}

#header .logo {
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 100px;
	text-align: left;
	float: left;
}

/*フッター設定
---------------------------------------------------------------------------*/
#footer {
	text-decoration: none;
	border-style: none;
	padding-top: 0px;
margin-bottom:10px;
	clear: both;
}

#copyright {
	font-size: 80%;
	font-family: "Times New Roman";
	color: navy;
	font-style: italic;
	text-align: left;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: red;
	margin-left: 10px;
margin-top:5px;
margin-bottom:4px;
}

#footer .logo {
	float: left;
}

#footer .modoru {
	font-size: 80%;
	font-weight: normal;
}
/* パンくずリスト */

.topicpath {
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-size: 90%;
	float: right;
}

.topicpath li {
	display: inline;
	list-style-type: none;
}

.topicpath li a {
	padding-right: 20px;
	background-image: url(../image/topicpath.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

.topicpath li a:hover {
	font-weight : bold;
     color : #cc0000;
     
}