@import url("global.css");

.btn01{
	position:relative;
	float:left;
}
.btn01 a{
	background:url(../howto/img/btn01.jpg) no-repeat left top;
	width:350px;
	height:80px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.btn02{
	position:relative;
	float:right;
}
.btn02 a{
	background:url(../howto/img/btn02.jpg) no-repeat left top;
	width:350px;
	height:80px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.btn01 a:hover , .btn02 a:hover {
	background-position:right bottom;
}
.btn01img{
	position:absolute;
	left:5px;
	top:-35px;
}
.btn02img{
	position:absolute;
	left:5px;
	top:-51px;
}
.msg{
	margin-top:-30px;
}

.bdbox{
	border:5px solid #87C9E9;
	padding:15px;
}
h3{
	margin-bottom:10px;
}
.arrow{
	text-align:center;
	line-height:0;
	padding:8px 0 5px 0;
}


.bn_shop a{
	width:720px;
	height:135px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	background:url(../howto/img/bn_shop.jpg) no-repeat left top;
}
.bn_taiken a{
	width:720px;
	height:135px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	background: url(../howto/img/bn_taiken.jpg) no-repeat left top;
}
.bn_shop a:hover , .bn_taiken a:hover{
	background-position:right bottom;
}