@charset "utf-8";
/*
For Global Header CSS Document

*****************************************************************

* W A R N I N G *

このCSSは「toshin.com」全体で使用してるテンプレートです。
許可無く編集することを禁じています。

(五十嵐)

*****************************************************************

*/

body {
  /*			width: 1000px;
			position: relative;*/
  margin: 0 auto;
  padding: 0;
  /*background:url(/image/index/TMP/HeaderTopBg.png) repeat-x;*/
  background: url(/image/index/TMP/close.jpg) repeat-x;
}

#IncGlobalHeader {
  width: 1000px;
  height: 70px;
  /*background:url(/image/Menu_20120105/Base.png) repeat-x ; */
  text-align: center;
  position: relative;
  z-index: 100000;
  margin: 0 auto;
  padding: 0;
  font-family: auto;
}

#IncGlobalHeader img {
  border: none;
}

#ToshinLogo {
  background: url(/image/Header/ToshinLogo_20120628.png) no-repeat;
  font-size: 11px;
  color: #009C88;
  text-align: left;
  position: absolute;
  top: 17px;
  left: 0px;
  width: 251px;
  height: 12px;
  padding: 35px 0 0 3px;
  margin: 0;
  font-weight: normal;
  font-family: auto;
  line-height: 11px;
  white-space: nowrap;
}

#ToshinLogo a {
  font-size: 9px;
  line-height: 11px;
  color: #009C88;
  text-decoration: none;
  display: block;
  text-shadow: 1px 1px 0 #fff
}

/*Safari 3以上, Chrome*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #ToshinLogo {}
}

#IncGlobalHeader_Box0 {
  position: absolute;
  top: 15px;
  left: 590px;
  height: 50px;
  padding: 2px;
}

#IncGlobalHeader_Box0>#bannerArea {
  width: 370px;
  float: left;
}

#IncGlobalHeader_Box0>#bannerArea img {
  cursor: pointer;
  transition: all 0.15;
  -webkit-transition: all 0.15;
  -moz-transition: all 0.15;
  -ms-transition: all 0.15;
}

#IncGlobalHeader_Box0>#bannerArea img:hover {
  opacity: 0.8;
}

#IncGlobalHeader_Box0>#snsArea {
  width: 110px;
  float: left;
}

#IncGlobalHeader_Box1 {
  position: absolute;
  top: 15px;
  right: 20px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px;
  border-radius: 2px;
}

#IncGlobalHeader_Box2 {
  position: absolute;
  top: 40px;
  right: 20px;
  height: 20px;
}

/* 青色リンクへの変更 2013.11.13 saito */

.Box {
  color: #04C;
  font-size: 12px;
}

.Box a {
  color: #04C;
}

.Box a:hover {
  color: #09F;
}

#IncGlobalHeader_Box1 span a {
  color: #018368
}

#IncGlobalHeader_Box1 span a:hover {
  color: #02C197
}

/*			.Box{
				color:#018368;
				font-size:12px;
			}
				.Box a{
					color:#018368;
				}
					.Box a:hover{
						color:#02C197;
					}
					
					
					/*かんたんがいど*/

#bannerArea a {
  float: left;
  width: 185px;
}
