body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:12px;
}

#contents {
	width: 600px; 
	background:#ffffff;
	margin: 0 auto 50px; 
	border: 1px solid #000000;	
}

#title {
	padding:0;
	margin-top:30px;
}
#title h1{	
	color:#222222;
	line-height:1.5em;
	font-size:17px;
}


#honbun {
	background-color:#fff;
	margin:50px 40px 120px;
	text-align:left;
	color:#222222;
	line-height:2em;
	font-size:12px;
	
}
#end_table {
	background-color:#fff;
	position:relative;
	height:20px;
	margin:0;
	text-align:center;
	color:#222222;
	background:#ff7800;
	
}

.modoru {
	display:inline-block;
	list-style:none;
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	width:100px;
	height:80px;
	font-size:15px;
    color: #000;
	border-radius:0 100px 0 0;
	-moz-border-radius:0 100px 0 0;
    -webkit-border-radius:0 100px 0 0;
	-o-border-radius:0 100px 0 0;
	-ms-border-radius:0 100px 0 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7800), color-stop(0.00, #f3ce00));
background: -webkit-linear-gradient(#f3ce00, #ff7800);
background: -moz-linear-gradient(#f3ce00, #ff7800);
background: -o-linear-gradient(#f3ce00, #ff7800);
background: -ms-linear-gradient(#f3ce00, #ff7800);
background: linear-gradient(#f3ce00, #ff7800);
	
}
.modoru1 {
	display:inline-block;
	list-style:none;
	position:absolute;
	bottom:0;
	left:42%;
	margin:0;
	width:100px;
	height:80px;
	font-size:15px;
    color: #000;
	border-radius:100px 100px 0 0;
	-moz-border-radius:100px 100px 0 0;
     -webkit-border-radius:100px 100px 0 0;
	 -o-border-radius:100px 100px 0 0;
	-ms-border-radius:100px 100px 0 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7800), color-stop(0.00, #f3ce00));
background: -webkit-linear-gradient(#f3ce00, #ff7800);
background: -moz-linear-gradient(#f3ce00, #ff7800);
background: -o-linear-gradient(#f3ce00, #ff7800);
background: -ms-linear-gradient(#f3ce00, #ff7800);
background: linear-gradient(#f3ce00, #ff7800);
	
}
.modoru2{
	display:inline-block;
	list-style:none;
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	width:100px;
	height:80px;
	font-size:15px;
    color: #000;
	border-radius:100px 0 0 0;
	-moz-border-radius:100px 0 0 0;
     -webkit-border-radius:100px 0 0 0;
	 -o-border-radius:100px 0 0 0;
	-ms-border-radius:100px 0 0 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7800), color-stop(0.00, #f3ce00));
background: -webkit-linear-gradient(#f3ce00, #ff7800);
background: -moz-linear-gradient(#f3ce00, #ff7800);
background: -o-linear-gradient(#f3ce00, #ff7800);
background: -ms-linear-gradient(#f3ce00, #ff7800);
background: linear-gradient(#f3ce00, #ff7800);
	
}

.btn_moji{
	font-size:15px;
	text-shadow: #fff 0px 1px 1px;
	margin:40px 0;
	}


a .modoru:hover,a .modoru1:hover,a .modoru2:hover
{
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f3ce00), color-stop(0.00, #f3ce00#ff7800));
background: -webkit-linear-gradient(#ff7800, #f3ce00);
background: -moz-linear-gradient(#ff7800, #f3ce00);
background: -o-linear-gradient(#ff7800, #f3ce00);
background: -ms-linear-gradient(#ff7800, #f3ce00);
background: linear-gradient(#ff7800, #f3ce00);

	}