@charset "Shift_JIS";

#attention {
    clear: both;
    margin: -9px 0 0;
}
#attention a {
    display: block;
    padding: 3px;
    text-align: center;
    color: #fff;
    background-color: #FF0004;
    font-size: 14px;
    font-weight: bold;
}
#attention a:hover {
    background-color: #BC0003;
}
#slidefbn {
	position: fixed;
	width: 160px;
	height: 30px;
	bottom: 0;
	right: 0;
	color: #666;
	background: #fff;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
}
#slide-in {
	padding: 0px;
}
#slidefbn a {
	text-decoration: none;
	cursor: pointer;
}
#slidefbn h3 {
	margin-bottom: 10px;
}
#slidefbn #open-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 160px;
	height: 20px;
	cursor: pointer;
	background: url(/img/btn_close.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
}

.h2time {
    margin: 15px 0 10px;
}