@charset "UTF-8";
* { margin: 0; padding: 0; background-position: center center; }
li {list-style:none;}
a { text-decoration: none;
	color:#000;
	font-size:0.7rem; }
a:hover { text-decoration:underline; color:#000; }
a:visited { text-decoration:none; color:#000;}
a img {
  /*アニメーション指定*/
  /*Firefox向け*/
  -moz-transition-property: alpha;
  -moz-transition-duration:0.2s;
  -moz-transition-timing-function:ease-out;
  -moz-transition-delay:0s;
  /*Chrome、Safari向け*/
  -webkit-transition-property: alpha;
  -webkit-transition-duration:0.2s;
  -webkit-transition-timing-function:ease-out;
  -webkit-transition-delay:0s;
  /*Opera向け*/
  -o-transition-property: alpha;
  -o-transition-duration:0.2s;
  -o-transition-timing-function:ease-out;
  -o-transition-delay:0s;
  transition-property: alpha;
  transition-duration:0.2s;
  transition-timing-function:ease-out;
  transition-delay:0s;
}
a:hover img { 
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	}
html {
	border-bottom:30px solid #222831;
}
html, body {
	min-height:1000px;
}
body{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
	color: #000;
	font-size:0.7rem;
	line-height:1.85;
	margin: auto;
	text-align: left;
	margin-bottom:0px;
	padding-bottom:30px;
	border-bottom: 5px solid #00ADB5;
}
body div.footer {
}

img{
	border:0;
	vertical-align: top;
	}

h1, h2, h3, h4{
	font-weight:bold;
	}

table {
	border-collapse: collapse;
	font-size:0.7rem;
}
input,select,textarea {
	font-size:0.7rem;
	padding:1px 5px;
	border: solid 1px #393E46;
	border-radius: 4px;
	margin-left:7px;
	margin-right:7px;
	background-color:#fff;
}
input[type="file"] {
	border: none;
}
input[type="submit"] {
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
}
input.gray-color[type="submit"] {
	color: #fff;
	background-color:#393E46;
}
fieldset legend {
	margin-left:7px;
}
fieldset {
	width:fit-content;
	padding:2px 10px;
	margin:0 5px;
}
.left {
	float: left;
}

.right {
	float: right;
}
.center{
	text-align:center;
}
.vertical-center{
	vertical-align:middle;
}
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.wrapper {
  width: 980px;
  margin:30px auto;
}


/*-------------------------------------------------------------------

	ナビゲーション
	
-------------------------------------------------------------------*/

.navi {
	width: 980px;
	margin: 0 auto;
	position: relative;
	margin-top: 27px;
	overflow: auto;
}

.navi li {
	float: left;
}

.navi li a {
	display: block;
	width: 163px;
	height: 28px;
	text-indent: -9999px;
	z-index: 999;
}

.navi li.navi01 a {
	background: url(../images/common/navi01.png) no-repeat;
	background-size:163px 56px;
}

.navi li.navi01 a:hover {
	background: url(../images/common/navi01.png) no-repeat 0 -28px;
	background-size:163px 56px;
}

.navi li.navi02 a {
	background: url(../images/common/navi02.png) no-repeat;
	background-size:163px 56px;
}

.navi li.navi02 a:hover {
	background: url(../images/common/navi02.png) no-repeat 0 -28px;
	background-size:163px 56px;
}

.navi li.navi03 a {
	background: url(../images/common/navi03.png) no-repeat;
	background-size:163px 56px;
}

.navi li.navi03 a:hover {
	background: url(../images/common/navi03.png) no-repeat 0 -28px;
	background-size:163px 56px;
}

.navi li.navi04 a {
	background: url(../images/common/navi04.png) no-repeat;
	background-size:163px 56px;
}

.navi li.navi04 a:hover {
	background: url(../images/common/navi04.png) no-repeat 0 -28px;
	background-size:163px 56px;
}

.navi li.navi05 a {
	background: url(../images/common/navi05.png) no-repeat;
	background-size:163px 56px;
}

.navi li.navi05 a:hover {
	background: url(../images/common/navi05.png) no-repeat 0 -28px;
	background-size:163px 56px;
}

.navi li.navi06 a {
	background: url(../images/common/navi06.png) no-repeat;
	width: 164px;
	background-size:164px 56px;
}

.navi li.navi06 a:hover {
	background: url(../images/common/navi06.png) no-repeat 0 -28px;
	background-size:164px 56px;
}

/*-------------------------------------------------------------------

	ヘッダー
	
-------------------------------------------------------------------*/

.header {
  width: 980px;
  margin: 0 auto;
  overflow: visible;
}

.top-navi {
  background: url(../images/common/header-bg-top-navi.gif) no-repeat;
  background-size: cover;
  width: 468px;
  height: 30px;
  margin-left: 540px;
}

.top-navi li {
  float: left;
  display: block;
  margin-right: 16px;
  margin-top: 8px;
}

.top-navi li:first-child {
  margin-left: 40px;
}

.header .right {
  margin-top: 22px;
  margin-left: 15px;
}

.navi-bottom {
  background: #952020;
  width: 100%;
  height: 34px;
  margin-top: 12px;
  line-height: 32px;
  
}

.site-title {
  width: 980px;
  margin: 0 auto;
}

.site-title h1 {
  padding-top: 2px;
  font-size: 84%;
  font-weight: normal;
  color: #fff;
}

.site-search {
  vertical-align: baseline;
}

.site-search input {
  vertical-align:middle;
  position:relative; 
}

.site-search input.keyword {
  width: 378px;
  height: 24px;
  border: none;
  padding-left: 5px;
}

.site-search input.btn-submit {
  width: 60px;
  height: 24px;
}

.site-search input.btn-submit:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

.bread-area {
	width: 100%;
	background: #ede9d6;
	padding: 5px 0;
}

.bread-area ul {
	width: 100%;
	margin: 0 auto;
	font-size: 0.7rem;
}

.bread-area ul li {
	float: left;
  background: url(../images/img-bread.png) no-repeat left center;
  background-size: 5px 8px;
  padding-left: 12px;
  margin-right: 7px;
}

.bread-area ul li:first-child {
	background: none;
	padding-left: 0;
}

.bread-area ul li a{
	font-size: 0.7rem;
}



.pagetop {
  width: 980px;
  text-align: right;
  margin: 60px auto 0 auto;
}