@charset "utf-8";

/**********************************
  PAGE ELEMENTS
**********************************/

/* -------------------
  H3
------------------- */

#main h3 {
	margin-bottom:10px;
	margin-left:0;
}



#main h3.h3-01 {
	height: 22px;
	width: 840px;
	background-image: url(../images/sub/h3-01.gif);
	background-repeat: no-repeat;
}

#main h3.h3-02 {
	height: 21px;
	width: 840px;
	background-image: url(../images/sub/h3-02.gif);
	background-repeat: no-repeat;
	margin-bottom:0;
}


/* -------------------
  H4
------------------- */

#main h4 {
	text-indent	: -9999px;
	/*\*/ overflow: hidden; /**/
	font-size: 1px;
}

#main h4.h4-01 {
	background-image: url(../images/sub/h4-01.gif);
	background-repeat: no-repeat;
	width:398px;
	height:33px;
	margin-bottom:10px;
}

#main h4.h4-02 {
	background-image: url(../images/sub/h4-02.gif);
	background-repeat: no-repeat;
	width:203px;
	height:33px;
	margin-bottom:10px;
}

#main h4.h4-03 {
	background-image: url(../images/sub/h4-03.gif);
	background-repeat: no-repeat;
	width:203px;
	height:33px;
	margin-bottom:10px;
}

/* -------------------
  BOX
------------------- */

#service {
	background-image: url(../images/bg/bg-service.gif);
	background-repeat: repeat-y;
}

#service-foot {
	background-image: url(../images/bg/bg-service-foot.gif);
	background-repeat:no-repeat;
	/*\*/ overflow: hidden; /**/
	font-size:1px;
	height:11px;
	margin-bottom:20px;
}

#service #kcsd {
	width:398px;
	text-align:center;
}

#service #supplies {
	width:203px;
	margin-left:19px;
	text-align:center;
}

#service #conferment {
	width:203px;
	text-align:center;
}

#main #service p {
	line-height:1.4em;
}

#main #service #kcsd p {
	margin:0 30px;
	text-align:left;
}

#main #service #supplies p,
#main #service #conferment p {
	margin:12px 15px 18px 15px;
	text-align:left;
}

.btn {
	padding: 10px 0 10px 0;
}

#main #service #kcsd .btn {
	text-align:right;
	margin-right:30px;
}


/* インフォメーション */

.information {
	background-image: url(../images/bg/bg-information-body.gif);
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.information-foot {
	background-image: url(../images/bg/bg-information-foot.gif);
	background-repeat:no-repeat;
	/*\*/ overflow: hidden; /**/
	font-size:1px;
	height:2px;
}


/* -------------------
  TABLE
------------------- */

table.tbinfo {
	margin:0 auto;
}

table.tbinfo th {
	padding: 8px 0;
	color:#02D1FD;
	background-image: url(../../shared/images/line/dot-02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align:left;
}


table.tbinfo td {
	background-image: url(../../shared/images/line/dot-02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 8px 0;
	text-align:left;
}

table.tbinfo th.last,
table.tbinfo td.last {
	background-image:none;

}




