@charset "utf-8";

/* Setting */
html {
	height:100%;
}

body {
	width:auto;
	height:100%;
	margin:0px;
	font-family:Meiryo;
}

h1, h2, h3, h4, h5, ul, ol, li, p, img {margin:0px;}
img {border:none;margin-top:10px;}
a {color:#F60;text-decoration:none;outline:none;}
a:link {color:#F60;}

/* Layout */
#page {
	position:relative;
	min-height:100%;
	margin-top:-8px;
}

#wrapper {
	height:auto;
	padding-bottom:70px;
}

.button_wrap {
  display:block;
  width:auto;
  height:52px;
  margin-bottom:5px;
  margin-left:10px;
  margin-right:10px;
  border-radius:5px;
  border:1px solid #999;
}

.button_wrap a {
  display:block;
  background: rgb(238,238,238); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  width:auto;
  height:50px;
  line-height:50px;
  padding-left:10px;
  border-radius:5px;
  border:1px solid #eee;
  text-decoration:none;
  text-shadow:1px 1px 1px #000;
  color:#333;
}

.button_wrap a:active {
  opacity:0.8;
  filter:alpha(opacity:80);
  -ms-filter:alpha(opacity:80);
}

#top_menu {
  background:#0950A0;
  display:block;
  width:auto;
  height:30px;
  line-height:30px;
  color:#fff;
}

.arrow {
	float:right;
	margin-top:17px;
	margin-right:5px;
}

#footer {
	display:block;
	position:absolute;
	bottom:0px;
	width:100%;
	height:70px;
	margin-top:auto;
	background-color:#666;
	text-align:center;
	color:#fff;
}

#footer p {
	margin-top:10px;
	font-size:14px;
	text-shadow:1px 1px 1px #000;
}
