@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
  /* font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif; */]
   font-family:sans-serif;
   color:#000;
}

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	border-top:3px solid #ea6d26;
	background-image: url(../images/bg_in.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	line-height: 140%;
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#999;
   text-decoration:underline;
}

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

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:780px;
   margin:0 auto;
   padding:0;
}

div#header {
	position:relative;
	width:780px;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
}

div#serch {
   position:absolute;
   top:10px;
   right:0;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
	float:left;
	width:780px;
	margin-top:10px;
	margin-bottom: 10px;
}

div#icatch {
   width:780px;
}

div#contents {
	float:left;
	width:780px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

div#main {
   float:left;
   width:550px;
}

div#sub {
   float:right;
   width:220px;
}

div#totop {
   clear:both;
}

div#footMenu {
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}

div#footer {
   clear:both;
   width:100%;
   background:#ccc;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:20px 0 0 0;
   font-size:200%;/* 32px相当 */
   line-height:1.0;
}

div#header h1 a:hover {
   color:#f1f1f1;
}


div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:70%;/* 11px相当 */
}

div#header #gnavi li a {
   display:block;
   padding-left:8px;
   background:url(../images/bg_arrow.gif) 0 50% no-repeat;
}


/* ========SERCH CUSTOMIZE======== */
div#serch dt{
   float:left;
   margin:0;
   padding:0;
}

div#serch dd{
   float:left;
   margin:1px 0 0 10px;
   padding:0;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0 0 1px 0;
   padding:0;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#menu li {
	overflow:hidden;
	float:left;
	margin:0;
	margin-left:-1px;
	padding:0;
	background-image: url(../images/bg_menu00.gif);
	background-repeat: repeat-x;
	background-position: -40px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CECBCE;
	border-right-color: #CECBCE;
	border-bottom-color: #CECBCE;
	border-left-color: #CECBCE;
}

div#menu li a {
   display:block;
   width:129px;
   height:20px;
   padding:10px 0;
   line-height:20px;
   font-weight:bold;
   text-align:center;
   outline:none;
}

div#menu li a:hover {
	color:#ea6d26;
	text-decoration:none;
	/*background-color: #fff;*/
	background-image: url(../images/bg_menu00.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
}

div#menu li.home {
   width:128px;
   margin-left:0;
   border-left:1px solid #CECBCE;
}

div#menu li.active a {
   color:#fff;
   background:#fff url(../images/bg_menu00.gif) 100% 100% repeat-x;
   text-decoration:none;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
   color:#ea6d26;
}

div#main a:hover {
   color:#ea6d26;
   text-decoration:underline;
}

div#main h2 {
   clear:both;
   margin-bottom:18px;
   padding:1px 10px;
   line-height:2.0;
   color:#000;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   background:#fff url(../images/bg_h2.gif) 100% 100% repeat-x;
}

div#main h3 {
	margin-bottom:20px;
	line-height:1.8;
	font-size:90%;/* 14px相当 */
	color:#e05402;
	/*	border-bottom:3px solid #005DD8;　*/
	margin-top: 20px;
	border-bottom-width: thin;
	border-left-width: medium;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #e96a20;
	padding-left: 10px;
}

div#main h4 {
   margin-bottom:10px;
   margin-top:20px;
   font-size:75%;/* 12px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
}

div#main .section01 {
	margin-top:40px;
	font-size:75%;
	background-image:url(../service/images/index_kouzai.jpg);
	background-repeat: no-repeat;
	padding-left: 170px;
}

div#main .section02 {
	margin-top:20px;
	font-size:75%;
	background-image:url(../service/images/index_kakou.jpg);
	background-repeat: no-repeat;
	padding-left: 170px;
}
div#main .section03 {
	margin-top:20px;
	font-size:75%;
	background-image:url(../service/images/index_netsu.jpg);
	background-repeat: no-repeat;
	padding-left: 170px;
}
div#main .section04 {
	margin-top:20px;
	font-size:75%;
	background-image:url(../service/images/index_hyoumen.jpg);
	background-repeat: no-repeat;
	padding-left: 170px;
}


div#main ul {
   font-size:75%;/* 12px相当 */
   line-height:150%;
}

div#main ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main li {
   line-height: 1.5em; 
   margin-top: 0.7em;
}

div#main dt {
  margin-top: 1em;
  width: 10em;
  border-bottom: solid 2px #666;
  padding-left: 5px;
  font-size: 119%;
  font-weight: bold;
  color: #666;
}

div#main dd {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 3em;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

div#main dt li {
    font-size:75%;	
}

dl.list511 dt {
  margin-top: 1em;
  width: 10em;
  border-bottom: solid 2px #666;
  padding-left: 5px;
  font-size: 119%;
  font-weight: bold;
  color: #666;
}

dl.list511 dd {
  margin-left: 0;
}

dl.list511 dd ul {
  margin: 0.7em 0;
}

dl.list511 dd ul ul {
font-size:100%;
}

dl.list511 dd ul li {
  margin-left: 10px;
  list-style: none;
}

/* TOPNAVI CUSTOMIZE */
div#main div.topNavi {
   overflow:hidden;
   position:relative;
   margin-left:-10px;
}

* html div#main div.topNavi {
   height:1em;
   overflow:visible;
}

div#main div.topNavi div.topNaviColumn {
   display:inline;
   width:270px;
   float:left;
   margin-left:10px;
   padding:0 0 2em 0;
}

div#main div.topNavi h2.topNaviImg {
   margin:0;
   padding:0;
   background:none;
}

div#main div.topNavi div.topNaviColumn p.detail {
   position:absolute;
   bottom:0;
   width:270px;
   text-align:right;
}

div#main div.topNavi div.topNaviColumn p.detail a {
   padding:0 0 0 7px;
   background:url(../images/bg_arrow.gif) no-repeat left 50%;
}

div#main div.topNavi div.topNaviColumn p.cLeft {
   right:280px;
}

div#main div.topNavi div.topNaviColumn p.cRight {
   right:0;
}


/* INFORMATION CUSTOMIZE */
div#main dl.information {
   margin:0;
}
div#main dl.information dt {
   float:left;
   padding-top:5px;
}

div#main dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background:url(../images/bg_dotline.gif) 0 100% repeat-x;
}

div#main table {
   font-size:75%;/* 12px相当 */
}

table {
   width:550px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
   font-size:75%;/* 12px相当 */
}

table th {
   padding: 5px;
   border:1px solid #999;
   border-width: 0 0 1px 1px;
   background: #EFEBEF;
   font-weight: bold;
   line-height: 120%;
   text-align: left;
}

table td {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

table td ol{
margin:0;
padding:0 0 0 30px;
font-size:100%;
}

table td li{
margin:0;
padding:0;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
	font-size:80%;/* 14px相当 */
	color:#333;
	background:#EFEBEF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;/*  background:#6E6E6E; */
}

div#sub h3 {
   padding:5px;
   font-size:75%;/* 12px相当 */
   font-weight:bold;
   background:#EFEBEF;
}

div#sub ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

div#sub li {
   padding:5px;
   font-size:75%;/* 12px相当 */
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
}

div#sub li a {
   display:block;
   padding:5px 5px 5px 15px;
   background:url(../images/bg_arrow.gif) 5px 50% no-repeat;
}

div#sub li a:hover {
   display:block;
   color:#333;
   background:#EFEBEF url(../images/bg_arrow.gif) 5px 50% no-repeat;
   text-decoration:none;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
	text-align:right;
	font-size:65%;
	padding-top: 50px;
}

div#totop a {
   padding:0 0 0 12px;
   background:url(../images/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:5px 0;
   padding:20px 0;
   text-align:center;
   border-top:1px solid #ddd;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 20px;
   font-size:70%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a:hover {
   color:#666;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   font-style:normal;
   font-size:70%;/* 11px相当 */
   color:#999;
   line-height:3.0;
   text-align:center;
}

div#footer01 {
	width:780px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top: 20px;
}

div#address01{
	width:400px;
	font-size:70%;/* 11px相当 */
	line-height:150%;
	float:left;
	margin-bottom:20px;
}

div#service_area{
	width:320px;
	line-height:150%;
	float:right;
	margin-bottom:20px;
    font-size:70%;/* 11px相当 */
}


div#footer201 {
	width:780px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 60px;
}

div#copyright01{
	width:70%;
	float:left;
	font-size:70%;/* 11px相当 */
}

div#kobelco{
	width:20%;
	float:right;
	font-size:70%;/* 11px相当 */
	text-align: right;
}
