@charset "utf-8";
.button03{
     display:block;
     width: 475px;
     height:70px;
     line-height: 70px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #f39800; /*ボタン色*/
     border-bottom: solid 10px #ec6c00; /*下線色*/
     border-radius: 10px; /*角丸*/
	font-size: 250%;
	font-weight: bold;
	text-align: center;
}
.button03:hover{
     background-color: #f9c500;/*ボタン色*/
     border-bottom: solid 10px #f39800; /*下線色*/
}
.button03:active {
     margin-top: 10px;
     border-bottom: none;
     -webkit-transform: translateY(10px);　/*下移動*/
     transform: translateY(10px);
}
.marginbottom_20px {
	margin-bottom: 20px;
}
.button04{
	border-radius: 10px; /*角丸*/
 display:block;
 width: 475px;
	text-decoration: none;
 height:70px;
 line-height: 70px;
color: #FFF;
 background: #ffb76b; /* Old browsers */
background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
 box-shadow: 0 1px 3px #FFF inset;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
}
.button04:hover{
     color: #fff;
}
.footer02{
    width: 960px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
/* @group フッタ[#foot] */

div#foot {
	padding: 10px 10px 20px;
	font-size: 85%;
	line-height: 180%;
	background: #242424;
}

div#foot a {
	color: #fff;
	text-decoration: underline;
}

div#foot a:link {
	color: #fff;
	text-decoration: none;
}

div#foot a:visited {
	color: #ccc;
	text-decoration: none;
}

div#foot a:hover {
	color: #fff;
	text-decoration: underline;
}

div#foot ul li {
	display: inline;
	white-space: nowrap;
}

div#foot ul li a {
	padding: 0 3px 0 0;
}

div#foot ul#bmList {
	border-bottom: #666 1px solid;
	margin: 0 0 10px;
	padding: 0 10px 5px;
	text-align: right;
}

div#foot div#fNavi {
	float: left;
	width: 915px;
}

div#pMark {
	width: 88px;
	float: right;
	text-align: right;
}

div#copyRight {
	padding: 0 0 10px;
	text-align: center;
	clear: both;
}

/* @end */