body {
	background-color: #421122;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
}
body,td,th {
	color: #9c9c9c;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	text-align: left;
}
.footer	{
	font-size: x-small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link {
	color: #9c9c9c;
}
a:visited {
	color: #9c9c9c;
}
a:hover {
	color: #ff005a;
}
a:active {
	color: #ff005a;
}
.main	{
	margin:0;
	padding:0;
}
.text2	{
	font-size: small;
	color:#9c9c9c;
	margin: 0px 200px 0px 300px;
	padding: 10px;
}
.text1	{
	padding-right:200px;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
button {
    outline: none;
}

#buttons1 {
    background-color: #421122;
}

#buttons1 .inner {
    position: relative;
    width: 976px;
    margin: 0 auto;
}

#buttons1 button {
    display: block;
    float: left;
    width: 448px;
    height: 80px;
    margin: 0 10px 0px;
    padding: 0;
    font-size: 32px;
	font-family:Impact, "ＭＳ ゴシック", sans-serif;
    letter-spacing: 0.15em;
    color: #9c9c9c;
    background-color: #421122;
    border: none;
    border-radius: 20px;
}


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
/*.clearfix:after {
    clear: both;
}*/


/* #button1 2行目 */
#buttons1 button {
    border: solid 0px rgba(174,94,155,1.0);
}

/* #button1 2行目 */
#buttons1 button {
    position: relative;
}

#buttons1 button .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
}

#buttons1 button span span {
    display: block;
    width: 448px;
    height: 80px;
    line-height: 80px;
    color:#ffba00;
    background-color: #ff005a;
    border-radius: 20px;
}