@charset "utf-8";
/*////////////RESET--////////////*/
* {
  margin: 0px;
  padding: 0px;
}
html {
  background-color: #666666;
}
h1,h2,h3,h4,h5,h6,p,address,td,li {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: 1.5em;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1 {
}
h2{
}
h3 {
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	background-image: url(../img/h3-bg.png);
	background-repeat: repeat;
	background-position: left top;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-bottom-color: #bbb;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #000000;
	line-height: 40px;
	background-image: url(../img/ttl-news.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	padding-left: 25px;
}
h5 {
  font-size: 14px;
  font-weight: bold;
  color: #996600;
}
h6 {
}
a {
  color: #993300;
}
a:hover {
  color: #FF3333;
}
a:active {
  color: #003399;
}
a img {
  -webkit-transition:.2s linear;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.float-right {
	float: right;
	margin-bottom: 0px;
	margin-left: 5px;
}
.float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
}
/*/////////////*/
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a.roll:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
br.clr {
  clear: both;
}

/*////////////*/
body {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url(../img/page-bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #fff;
  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: 10px;
  margin-left: auto;
}

/*////////--RESET////////*/
/*////////BOX////////*/
#header {
  position: relative;
  height: 70px;
}
#header-logo {
	position: absolute;
	left: 0px;
	top: 8px;
}

#header-img-box {
  height: 230px;
  width: 960px;
}
#header-img-box-page {
  height: 100px;
  width: 960px;
}

#contents {
  margin-top: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;	/* Safari、Google Chrome */
  -moz-border-radius: 5px;	/* Firefox */
}
#contents-inner {
  padding: 10px;
}

#main {
  float: right;
  width: 680px;
}
#side {
  float: left;
  width: 240px;
}
#side img {
	margin-bottom: 10px;
}

#bottom {
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  height: 50px;
}


#footer {
  height: 130px;
  width: 100%;
  background-image: url(../img/footer.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #666666;
}
#footer-inner {
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  position: relative;
}
/*////////--Box////////*/
#header h1 {
  text-indent: -9999px;
  overflow: hidden;
}
#header h2 {
  text-indent: -9999px;
  overflow: hidden;
}
#header-navi {
	height: 30px;
	width: 330px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: 29px;
	right: 0px;
	text-align: right;
}
#header-navi ul {
	list-style-type: none;
}
#header-navi ul li {
	display: inline;
}
#header-navi ul li a {
	color: #333;
	text-decoration: none;
}
#header-navi ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/*///#header-navi ul {
  list-style-type: none;
}
#header-navi ul li {
	float: left;
	height: 40px;
	width: 120px;
}
#header-navi ul li a {
	-webkit-transition:.2s linear;
	display: block;
	background-image: url(../img/navi.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 40px;
	width: 120px;
	text-indent: -9999px;
}
/////*/
#n01 {
  background-position: 0px 0px;
  height: 40px;
  width: 120px;
}
#n02 {
  background-position: -120px 0px;
  height: 40px;
  width: 120px;
}
#n03 {
  background-position: -240px 0px;
  height: 40px;
  width: 120px;
}
#n04 {
  background-position: -360px 0px;
  height: 40px;
  width: 120px;
}
#n05 {
  background-position: -480px 0px;
  height: 40px;
  width: 120px;
}
#n01:hover,#n01.on {
  background-position: 0px -40px;
}
#n02:hover,#n02.on {
  background-position: -120px -40px;
}
#n03:hover,#n03.on {
  background-position: -240px -40px;
}
#n04:hover,#n04.on {
  background-position: -360px -40px;
}
#n05:hover,#n05.on {
  background-position: -480px -40px;
}

#footer-navi {
	position: absolute;
	left: 0px;
	top: 18px;
}

#footer-navi ul {
  list-style-type: none;
  font-size: 12px;
  color: #FFFFFF;
}
#footer-navi ul li {
  display: inline;
  font-size: 12px;
}
#footer-navi ul li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
#footer-navi ul li a:hover {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}
#footer-signature {
	position: absolute;
	left: 0px;
	top: 43px;
}
#footer-signature p {
  color: #FFFFFF;
}

#gotop {
  position: absolute;
  top: 18px;
  right: 25px;
}
#gotop a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
#gotop a:hover {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

/*////////kwicks////////*/
#navi {
	background-color: #FFF;
	width: 520px;
}
/*///////////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;
}

.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: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.inner20 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.inner30 {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.inner40 {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.lined {
  padding: 9px;
  border: 1px solid #999999;
}

.red {
  color: #FF0000;
}
.green {
  color: #006600;
}
.orange {
  color: #FF6600;
}
.blue {
  color: #003399;
}
.gray {
  color: #666666;
}
.bullet00 {
  background-image: url(../img/bullet00.gif);
  background-repeat: no-repeat;
  background-position: 6px center;
  padding-left: 18px;
}
.bullet01 {
  background-image: url(../img/bullet01.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}
.bullet02 {
  background-image: url(../img/bullet02.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}
.bullet03 {
  background-image: url(../img/bullet03.jpg);
  background-repeat: no-repeat;
  background-position: 1px center;
  padding-left: 18px;
}
.bullet04 {
  background-image: url(../img/bullet04.gif);
  background-repeat: no-repeat;
  background-position: 2px center;
  padding-left: 18px;
}
.bullet05 {
  background-image: url(../img/bullet05.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  line-height: 20px;
}
.bullet06 {
  background-image: url(../img/bullet06.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}
.bullet07 {
  background-image: url(../img/bullet07.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
}


.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/*////////--textstyle/////////*/
/*////////tablestyle/////////*/
table.company-table {
  border-collapse:separate;
}
table.company-table th {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-align: left;
  background-color: #DDDDDD;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFFFFF;
}
table.company-table td {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: #F0F0F0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}
table.matrix-table {
  border-collapse:collapse;
}
table.matrix-table tr:nth-child(2n+1) {
  background-color: #EBEBEB;
}

table.matrix-table th {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-align: left;
}
table.matrix-table td {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
table.detail-table {
  border-collapse:collapse;
}
table.detail-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: #999999;
  text-align: left;
}
table.detail-table td {
  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: #999999;
}
table.smile-table {
  border-collapse:collapse;
}
table.smile-table th {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-align: left;
  border: 1px solid #999999;
  background-color: #EAEAEA;
}
table.smile-table td {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #999999;
}

/*////////--tablestyle/////////*/
/*////////test-page--/////////*/

#news-box {
  height: 70px;
  margin-bottom: 20px;
  overflow: auto;
}
#news-box p {
  font-size: 12px;
  line-height: 20px;
  background-image: url(../img/b.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 8px;
  margin-left: 9px;
}
h5.accordion_head {
	cursor: pointer;
	line-height: 20px;
	font-weight: normal;
	padding-left: 18px;
	text-decoration: underline;
	font-size: 12px;
	background-image: url(../img/bullet04.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	color: #F60;
	background-repeat: no-repeat;
	background-position: left center;
}
.accordion_body {
	background-image: url(../img/acc-body.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
}
.acc-inner {
	background-image: url(../img/acc-head.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

.float-box {
	background-color: #FFFFFF;
	float: left;
	height: 250px;
	width: 210px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.round {
  background-color: #999;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;	/* Safari、Google Chrome */
  -moz-border-radius: 5px;	/* Firefox */
}
.paste {
  background-color: #EBEBEB;
}
.ovimgicon {
  position: relative;
  height: 260px;
  width: 260px;
  display: block;
}
.ovimg {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.news-box {
	height: 80px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
}
img.img-float {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
small {
	font-size: 12px;
}
