@charset "utf-8";
/*////////////RESET--////////////*/
* {
  margin: 0px;
  padding: 0px;
}
html {
  background-color: #F2F2F2;
  scroll-behavior:smooth;
}
h1,h2,h3,h4,h5,h6,p,address,td,li {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #333333;
  line-height: 1.5em;
}
h1 {
}
h2{
}
h3 {
	background-image: url(../img/h3-titlebg.png);
	font-size: 18px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #2D9FFF;
	text-shadow: 0px 1px 2px #2670B5;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
	color: #2D9FFF;
}
h5 {
}
h6 {
}
small {
  font-size: 10px;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
img.float-right {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
img.float-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/*/////////////*/
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a.anchor {/*//アンカーリンクの位置調整//*/
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
/*////////////*/
body {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url(../img/page-bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #F2F2F2;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body#toppage {
  background-image: url(../img/bg.png);
  background-repeat: repeat-x;
  background-position: left top;
}
/*///width--///*/
#wrapper,#header,#contents,#footer-inner {
  width: 960px;
}
/*//--width///*/
#wrapper {
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

/*////////--RESET////////*/

#header {
  position: relative;
  height: 70px;
  background-image: url(../img/top.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#contents {
  background-image: url(../img/contents-bg.png);
  background-repeat: repeat-y;
  background-position: left top;
}
#contents-inner {
	background-image: url(../img/contents-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	text-shadow: 0px 0px 0px;
}

#main {
  float: right;
  width: 700px;
}
#side {
  float: left;
  width: 210px;
  padding-left: 30px;
  padding-top: 10px;
}
#side img {
  margin-bottom: 10px;
}

#footer {
  height: 130px;
  width: 100%;
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#footer-inner {
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  position: relative;
}
#header h1 {
  text-indent: -9999px;
  overflow: hidden;
}
#header h2 {
  text-indent: -9999px;
  overflow: hidden;
}
#header-navi {
	height: 30px;
	width: 600px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: 35px;
	right: 1px;
	background-color: #CCCCCC;
}
#header-navi ul {
  list-style-type: none;
}
#header-navi ul li {
  float: left;
}
#header-navi ul li a {
  display: block;
  background-image: url(../img/navi-a.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#header-navi ul li a:hover {
  background-image: url(../img/navi-b.png);
}
/*////////////header-navi--////////////*/
#n01 {
  background-position: 0px 0px;
  height: 30px;
  width: 120px;
}
#n02 {
  background-position: -120px 0px;
  height: 30px;
  width: 120px;
}
#n03 {
  background-position: -240px 0px;
  height: 30px;
  width: 120px;
}
#n04 {
  background-position: -360px 0px;
  height: 30px;
  width: 120px;
}
#n05 {
  background-position: -480px 0px;
  height: 30px;
  width: 120px;
}

#footer-navi {
  position: absolute;
  left: 29px;
  top: 16px;
}

#footer-navi ul {
  list-style-type: none;
  font-size: 12px;
}
#footer-navi ul li {
  display: inline;
  font-size: 12px;
}
#footer-navi ul li a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}
#footer-navi ul li a:hover {
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}
#footer-signature {
  position: absolute;
  left: 27px;
  top: 50px;
}
#gotop {
  position: absolute;
  top: 18px;
  right: 25px;
}
#gotop a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}
#gotop a:hover {
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}




/*////////////--header-navi////////////*/
.position-relative {
  position: relative;
}
/*///////////textstyle--/////////////*/
.textbox10 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.textbox20 {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f10bold {
  font-size: 10px;
  font-weight: bold;
}
.f12bold {
  font-size: 12px;
  font-weight: bold;
}
.f14bold {
  font-size: 14px;
  font-weight: bold;
}
.f16bold {
  font-size: 16px;
  font-weight: bold;
}
.f18bold {
  font-size: 18px;
  font-weight: bold;
}
.f22bold {
  font-size: 22px;
  font-weight: bold;
}

.pad10 {
  padding-left: 10px;
}
.pad20 {
  padding-left: 20px;
}
.pad30 {
  padding-left: 30px;
}
.pad40 {
  padding-left: 40px;
}
.pad50 {
  padding-left: 50px;
}
.pad60 {
  padding-left: 60px;
}
.pad70 {
  padding-left: 70px;
}
.pad80 {
  padding-left: 80px;
}
.pad90 {
  padding-left: 90px;
}
.pad100 {
  padding-left: 100px;
}
.offind10 {
  text-indent: -10px;
  padding-left: 10px;
}
.offind20 {
  text-indent: -20px;
  padding-left: 20px;
}

.offind12 {
  text-indent: -12px;
  padding-left: 12px;
}
.offind14 {
  text-indent: -14px;
  padding-left: 14px;
}
.inner10 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.inner20 {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.inner30 {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}
.inner40 {
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
}
.red {
  color: #FF0000;
}
.green {
  color: #006600;
}
.orange {
  color: #FF6600;
}
.blue {
  color: #003399;
}
.gray {
  color: #666666;
}
.bullet01 {
  background-image: url(../img/bullet14.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}
.bullet02 {
  background-image: url(../img/bullet14circle.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}
.bullet03 {
  background-image: url(../img/bullet14allow.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}
.bullet04 {
  background-image: url(../img/b.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 8px;
  margin-left: 10px;
}


.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/*////////--textstyle/////////*/
/*////////tablestyle/////////*/
table.company-table {
  border-collapse:collapse;
}
table.company-table th {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	background-color: #E1E1E1;
}
table.company-table td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #F7F7F7;
}
/*////////--tablestyle/////////*/
/*////////test-page--/////////*/

#news-box {
	height: 75px;
	margin-bottom: 20px;
	overflow: auto;
}
#news-box p {
	font-size: 16px;
	line-height: 24px;
	background-image: url(../img/b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	margin-left: 9px;
}
h3.accordion_head {
  cursor: pointer;
  line-height: 20px;
  font-weight: bold;
  background-image: url(../img/bullet14wcircle.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
  text-decoration: underline;
  font-size: 14px;
  height: 20px;
}
.accordion_body {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.merit-box {
  height: 250px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 15px;
}
.lined {
  height: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
}
table.menu-table {
	border-collapse: collapse;
}
table.menu-table tr td {
	vertical-align: top;
	border-bottom: 1px solid #D8D8D8;
}

.lined-box {
	border: 1px solid #296EE8;
}
table.menu-table tr td.bold-ul {
	border-bottom: 2px solid #434343;
}
