@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
margin: 0;
padding: 0;
line-height:1.4;
color:#006666;
background-color: #ffffff;
font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}

a:hover { color: #cc0000; }

a {
text-decoration: none;
}

 
.button {
 margin: 0 auto;
 border: 1px solid #003333;
 display: block;
 width: 300px;
 height: 50px;
 line-height: 50px;
 color: #FFFFFF;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#669999), to(#006666));
 font-weight: bold;
 font-size: 18px;
 text-align: center;
 text-shadow: 0 1px 1px #191919;
 box-shadow: 3px 3px 8px #333333;

}

.button2 {
 margin: 0 auto;
 border: 1px solid #003333;
 display: block;
 width: 80%;
 box-shadow: 3px 3px 8px #333333;

}

.button3 {
 margin: 0 auto;
 border: 1px solid #003333;
 display: block;
 width: 180px;
 box-shadow: 3px 3px 8px #333333;

}
