.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
.title01 {
	font-size: 16px;
	color: #FF3300;
	background-color: #FFCC33;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 10px solid #FF6600;
	font-weight: bold;
	padding-top: 1px;
}
.title02 {
	font-size: 16px;
	color: #002263;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 2px solid #002263;
	border-right: 10px solid #002263;
	border-bottom: 2px solid #002263;
	border-left: 10px solid #002263;
	font-weight: bold;
	padding-top: 1px;
}
a:link {
	color: #002263;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #FFCC00;
}


/*-- 大工センター 営業時間変更 --*/

#b_time {
	width: 420px;
	margin: 20px;
	padding: 15px;
	text-align: left;
	border: 2px solid #FF0000;
	background-color: #FFFFCC;
}
#b_time p {
	padding: 0px;
	margin: 0px;
}
#b_time p.date {
	text-align: right;
	font-size: 12px;
	color: #666666;
}
#b_time h2 {
	text-align: center;
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
}
#b_time p.text {
	font-size: 14px;
	line-height: 24px;
}
