@charset "utf-8";
/* bugfix */
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
strong {font-weight: bold;}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* body */
html {
	font-size: 62.5%;
	background: #a6d9e2;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}
#header {
	position: relative;
	width: 900px;
	height: 490px;
}
h1 {
	background: url(images/mainImg.gif) no-repeat;
	width: 900px;
	padding-top: 128px;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 70px;
}
#kahaku_top {
	background: url(images/kahaku_top.gif) no-repeat;
	height: 0;
	position: absolute;
	padding-top: 47px;
	width: 224px;
	top: 10px;
	right: 10px;
	overflow: hidden;
}
#ys11 {
	position: absolute;
	widty: 961px;
	height: 260px;
	position: absolute;
	left: 38px;
	top: 205px;
}
/**/
#contents {
	font-size: 16px;
	padding-bottom: 10px;
}
h4 {
	font-weight: 600;
	margin-left: 20px;
}

/* table */
.table01 {
	width: 860px;
	margin: 20px;
	color: #333333;
	border-collapse: collapse;
	line-height: 1.5;
}
.table01 td,.table01 th{
	border: 1px solid #aeaeae;
	vertical-align: middle;
	padding: 8px 0 5px;
}
.table01 th{
	font-weight: normal;
	background-color: #dad9d9;
	text-align: center;
	padding: 5px;
}
.table01 td{
	background-color: #ffffff;
	text-align: left;
	padding: 5px 7px;
}

/* footer */
#footer{
	clear: both;
	background-color: #24a8bf;
	border-top: 1px solid #006d80;
	margin-top: 40px;
}
#footer_in{
	width: 900px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}
.logo1{
	width: 206px;
	height: 0;
	padding-top: 42px;
	background: url(images/img_logo01.gif) no-repeat;
	position: absolute;
	top: 49px;
	left: 10px;
	overflow: hidden;
}
.logo2{
	width: 163px;
	height: 35px;
	position: absolute;
	left: 183px;
	top: 52px;
}
.support{
	width: 500px;
	color: #c9bdb1;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 36px;
}	
.cr{
	width: 500px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	position: absolute;
	right: 15px;
	top: 100px;
}
.totop{
	background:  url(images/btn_totop.gif) no-repeat;
	overflow: hidden;
	width: 92px;
	height: 0;
	padding-top: 30px;
	position: absolute;
	right: 15px;
	top: -29px;
}
