@charset "shift-jis";
body{
	background-color:#666666;
	color:#CCC;
}
.padding-text{
	padding:10px 10px;
}
.button-field{
	width:120px;
	margin:auto;
	margin-bottom:10px;
}

.widebutton-field{
	width:80%;
	margin:auto;
	margin-bottom:10px;
}

.deco-none{
	text-decoration:none;
	color:#333;
}


.more-text{
	color:#cccccc;
	padding:8px 0px 0px 8px;
}

div.bar4{
	border-top: 1px solid #CCC;
}
div.bar3{
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #CCC;
	background:#333;
/*	background: -moz-linear-gradient(top, #fff, #FFF 80%, #e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#eee));*/
}

div.bar3 div.bar-arrow{
	height:100%;
	margin-right:10px;
	background-image: url('/img/renewal/20120205/arrow_right.png');
	background-repeat: no-repeat;
	-webkit-background-size: 10px 10px;
	background-size: 10px;
	background-position: right;
}


.button3{
	display:block;
	padding:8px 0px;
	margin-right:8px;
	margin-left:auto;
	border: 1px solid #000000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#606060), color-stop(0.5, #252525), color-stop(0.5, #aaaaaa), to(#888888));
	text-align: center;
}


.button3 span.bk-btn3{
	color: #ffffff;
	position:relative;
	font-family: Baskerville;
	font-size: 16px;
}

.button2{
	display:block;
	padding:8px 0px;
	margin-right:8px;
	margin-left:auto;
	border: 1px solid #000000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#606060), color-stop(0.5, #252525), color-stop(0.5, #c2c2c2), to(#aaaaaa));
	text-align: center;
}


.button2 span.bk-btn2{
	color: #ffffff;
	position:relative;
	font-family: Baskerville;
	font-size: 16px;
}

h3.title{
    color: #333333;
    font-size: 24px;
    height: 28px;
    padding: 8px 0 4px 0;
    text-align: center;
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(../img/bar-silver.png);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
