@charset "utf-8";

/* CSS Document */



* {
	margin: 0;
	padding: 0;

}

body {

	background-color: #FFFFFF;
	font-size: 12px;
	color: #999999;
	line-height: 150%;
	text-align: center;
}

a:link {

	color: #FB9716;
	text-decoration: underline;

}

a:visited {

	color: #FB9716;
}
a:active {

	color: #FB9716;
	text-decoration: none;

}

a:hover {

	color: #FB9716;
	text-decoration: none;

}

#wrapper_contents_right {

	text-align: center;
	width: 220px;
	border: 1px dotted gray;
	padding: 2px;
	margin: 2px;

}

.btn_kuwashiku {

	width: 371px;

	height: 58px;

	text-indent: -1000em;

	background-image: url(../img/btn_kuwashiku.jpg);

	background-repeat: no-repeat;

	padding: 0px;

	clear: both;

	margin-right: auto;

	margin-left: auto;

	margin-bottom: 20px;

	margin-top: 20px;

}

.btn_kuwashiku a {

	width: 371px;

	height: 58px;

	background-position: 0px 0px;

	display: block;

	border-style: none;

	text-decoration: none;

}

.btn_kuwashiku a:hover {

	width: 371px;

	height: 58px;

	background-image: url(../img/btn_kuwashiku.jpg);

	background-position: 0px -58px;

}

