@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../img/bg.gif);
	color:#666;
}

#wrapper {
	width:90%;
	margin:auto;
}

#header {
	text-align:center;
}
#header h1 {
	color:#e95377;
	font-weight: bold;
	text-shadow: 1px 0px #fff,
	0px 0px #333;
	line-height:100%;
}

h3 { /*font-size:90%;*/}

p { font-size:90%;}
.block { margin-bottom:25px}
.dotboder {
	border:#999 dotted 1px;
	border-left:none;
	border-right:none;
	border-top:none;
	text-align:center;
	margin-bottom:20px;
}

.question { text-decoration:underline;}
.form { width:90%;}
.formselect { font-size:120%;}
input[radio] { height:20px; margin-bottom:10px;}


button:hover {
  cursor: pointer;
}

button::-moz-focus-inner {
  border:0;
}

.button {
	background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */


  border: 1px solid #999;
  border-bottom: 1px solid #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #65cddd;
  -webkit-box-shadow: inset 0 1px 0 0 #65cddd;
  box-shadow: inset 0 1px 0 0 #FFF;
  color: #fff;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height:1.5em;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #0c4c56;
  width: 250px;
  margin:auto;
  font-size:150%;
  
}
.button a:link {
	color: #fff;
	text-decoration:none;
	cursor: pointer;
	display:block;
}
.button:hover {
  background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

text-decoration:none;
  cursor: pointer;
}

.button:active {
  cursor: pointer;
}

.button a:visited {
	color:#FFF;
	text-decoration:none;
  cursor: pointer;
}

.btn_submit {
	-webkit-appearance: none;
	font:16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:40px;
}