@charset "UTF-8";
/* CSS Document */

h3 {
	background-image: url('../img/about/ttl_houshin.jpg');
}

#houshin {
	margin-left: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#houshin h4 {
	margin-top: 10px;
}

#houshin div.houshin {
	width: 671px;
	height: 212px;
}

#houshin p.sign {
	float: right;
	text-align: left;
	width: 370px;
	font-size: 18px;
	margin-top:130px;
}

#houshin span {
	font-size: 28px;
}

#houshin p {
	margin: 10px 0px 20px 25px;
	line-height: 2.0em;
}

#houshin table {
	margin-top: 10px;
	margin-left: 20px;
}

#houshin th {
	font-size: 16px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: left;
}

#houshin td {
	padding-bottom: 10px;
}

.day {
	float: right;
	text-align: right;
	font-size: 14px;
	margin-bottom: 16px;	
}

#houshin div.totop {
	margin-bottom: 15px;
}

#houshin div.totop input {
	display: block;
	width: 140px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	font-size: 10px;
	color: #0F2147;
	font-weight: bold;
	text-decoration: none;
	background-color: #F5F5F5;
	margin-left: 530px;
	border: none;
	background-image: url('../img/common/ic_totop_off.gif');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	cursor: pointer;
}

#houshin div.totop input:hover {
	color: #FFF;
	background-color: #2B395C;
	background-image: url('../img/common/ic_totop_on.gif');
}

