@charset "Shift-JIS";

body {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
.content {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
        
}
.button {
    width:250px;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px 0 10px;
    color:#fff;
    background-color:#009856;
    border-radius:5px;
    margin-left: auto;
    margin-right: auto;
}

img{
	vertical-align:bottom;
}

a {text-decoration: none}
