@charset "Shift-JIS";

h1,h2,h3,h4,h5,h6,
table,th,td,
img,
form,
p,
dl,dt,dd,
ul,ol,li {
	margin:          0px;
	padding:         0px;
	font-size:       100%;
	font-style:      normal;
	font-weight:     normal;
	border:          none;
	list-style:      none;
	text-align:      left;
}
table,table td,table th {
	border-spacing:  0px;
	border-collapse: collapse;
	vertical-align:  top;
}
img {
	vertical-align:  bottom;
}
textarea {
	font-size:       100%;
}


html {
	overflow-y: scroll;
}
body, html{
	height:100%;
}
body {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 2px;
	color: #000000;
}
#back {
	margin: 0px auto;
	padding: 0px;
}
a {
	text-decoration: none;
	outline: 0;
	color: #0E049B;
}
a:link { color: #0E049B; }
a:visited { color: #0E049B; }
a:hover {
	color: #80B43C; 
	text-decoration: underline;
}
img {
	border: none;
}
h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
	letter-spacing: normal;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #F6EDE4;
}
h1 a {
	text-decoration: none;
	outline: 0;
	color: #ffffff;
}
h1 a:hover {
	text-decoration: none;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/*　各ページ共通ここから　*/
#main {
}
.main {
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: center;
}
/*ヘッダーここから*/
.head-inner {
	width: 950px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../pic/top-head-back.jpg") left top repeat-x;
}
.head-left-box {
	float: left;
	width: 439px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 10px;
}
.head-center-box {
	float: left;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.head-center-box-inner {
	position: absolute; top:30px; left:0px;
}
.head-yago {
	margin: 0px 0px 10px 0px;
}
.head-right-box  {
	float: left;
	width: 225px;
	margin: 0px 0px 0px 276px;
	text-align: right;
}
.head-main-content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.head-main-pic {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.head-main-pic img {
	text-align: top;
}
.head-toiawase-form {
	width: 271px;
	text-align: left;
	position: absolute; top:50px; left:640px;
}
.head-toiawase-form a {
	display: block;
	width: 271px;
	height: 52px;
	margin: 0px 0px 15px 0px;
	background: url("../img/top-head-toawaseform.gif") left top no-repeat;
}
.head-toiawase-form a:hover {
	background: url("../img/top-head-toawaseform.gif") left bottom no-repeat;
}
.head-toiawase-syosai {
	position: absolute; top:180px; left:790px;
}
.head-toiawase-syosai a {
	padding: 0px 0px 0px 12px;
	background: url("../img/page-formweb-icon.gif") left center no-repeat;
}
/*ヘッダーここまで*/
/*フッターここから*/
#foot {
	width: 950px;
	font-size: 14px;
}
.foot-top-content {
}
.foot-list {
	width: 950px;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 12px 25px;
	background: url("../img/top-foot-back-bottom.gif") left top repeat-y;
	text-align: left;
}
ul.foot-ul {
	width: 900px;
	margin: 0px 0px 12px 0px;
}
ul.foot-ul li {
	display: inline;
}
li.foot-li {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 18px;
	background: url("../img/top-foot-icon.gif") left top no-repeat;
}
/*フッターここまで*/

/*コピーライトここから*/
#copyright {
	width: 950px;
	padding: 20px 0px 20px 0px;
	background: url("../img/top-copyright-back.gif") left top repeat-y;
	font-size: 14px;
}
/*コピーライトここまで*/

/*　clear関係　*/
.clear {
	clear: both;
}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*　clear関係ここまで　*/
