@charset "utf-8";

/* --------------------------------------common without winIE40 */

@import "style/menu.css";

@import "each/top.css";

@import "each/maintenance.css";
@import "each/point.css";
@import "each/faq.css";
@import "each/plan.css";
@import "each/example.css";
@import "each/concept.css";


@import "each/smartheim.css";
@import "each/gensai.css";

/*@import "each/kimedoki.css";*/
@import "each/fair.css";

body {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1.6;
}
/*clearfix*/
.pointList:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.pointList{display: inline-block;}
/* Hides from IE-mac ¥*/
* html .pointList{height: 1%;}
.pointList {display: block;}
/* End hide from IE-mac */

/*__________________________________________________

  headerArea (ヘッダーエリア)
  __________________________________________________*/

#header_n {
	clear: both;
	width: 960px;
	height: 95px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	}
#header_n .logo {
	float:left;
	width: 258px;
	height:68px;
	margin-top:11px;
	left:0;
	padding: 0;
	}

#header_n  .nav {
	float:right;
	width: 650px;
	height: 20px;
	margin-top:11px;
	margin-left:5px;
	padding: 0;
	text-align:right;
}

#header_n .nav ul.navigation {
	float:right;
	margin: 0;
	margin-right:20px;
	padding: 0;
	}

#header_n .nav ul.navigation .icon01 {
	position: relative;
	top: -6px;
	left: 4px;
	vertical-align:bottom;
	}
#header_n .company {
	float:right;
	width: 146px;
	height: 56px;
	padding: 0;
	}
	
/* IE6 */
* html #header_n .nav ul.navigation .icon01 {
	position: relative;
	top: -3px;
	left: 4px;
	vertical-align:bottom;
	}

* html #header_n .nav ul.navigation li.iconlink {
	padding: 3px 0 0 0;
	}
/* IE7 */
*:first-child+html #header_n .nav ul.navigation .icon01 {
	position: relative;
	top: -3px;
	left: 4px;
	vertical-align:bottom;
	}

*:first-child+html #header_n .nav ul.navigation li.iconlink {
	padding: 0 0 0 0;
	}

#header_n .nav ul.navigation li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	color: #0075c1;
	font-size: 12px;
	}

#header_n .nav ul.navigation li a:link {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
	}

#header_n .nav ul.navigation li a:visited {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
	}

#header_n .nav ul.navigation li a:active {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
	}

#header_n .nav ul.navigation li a:hover,
#header_n .nav ul.navigation li a:visited:hover {
	background-color: transparent;
	color: #999999;
	text-decoration: none;
	}

#header_n .search {
	float:right;
	width: 210px;
	height: 30px;
	margin-top:10px;
	margin-right:179px;
	padding: 0;
	}
#header_n .search dl {
    width: 214px;
    zoom: 1;
	}

#header_n .search dl:before, #header .search dl:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
	}

#header_n .search dl:after {
    clear: both;
	}

#header_n .search dt {
    float: left;
    border-right: none;
    padding: 0px;
    height: 28px;
	}

#header_n .search dt input {
    position: relative;
    width: 160px;
    height:28px;
    *margin: -1px 0 0;
    margin-left: 20px;
    padding: 0;
    border: solid 1px #ccc;
    line-height: 19px;
    /*font-size: 85%;*/
	font-size: 18px;
	display: block;
	}

#header_n .search dd {
    float: left;
	}

#header_n .search dd input {
    position: relative;
    margin: 0px 0 0;
    display: block;
	}

/* IE6 */
* html #header_n .nav {
	float: left;
	width: 760px;
	height: 20px;
	margin: 5px 0px 0 0;
	padding: 0;
	}

* html #header_n .search {
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	}

* html #header_n .search dt {
    float: left;
    border-right: none;
    margin: 0 0 0 0;
    padding: 0px;
    height: 28px;
	}

* html #header_n .search dt input {
    position: relative;
    width: 182px;
    height:28px;
    margin-left: 0;
    padding: 0;
    border: solid 1px #ccc;
    line-height: 19px;
    font-size: 85%;
	}

* html #header_n .search dd {
    float: right;
    margin: 0 0 0 0;
	}

* html #header_n .search dd input {
    position: relative;
    margin: 0 0 0 0;
	}
/*__________________________________________________

  footerArea (フッターエリア) 20140423
  __________________________________________________*/

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
}
#footer a:link,
#footer a:visited {
	color: #333;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #999;
	text-decoration: none;
}
#footerGuide {
	position: relative;
	clear: both;
	width: 960px;
	height: 351px;
	margin: 30px auto 0px;
}
#footerGuide p.heading {
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 166px;
	background: url(../common/images/ttl_fg_01.png) no-repeat;
}
#footerGuide p.home,
#footerGuide p.item1,
#footerGuide p.item2,
#footerGuide p.item3,
#footerGuide p.item4,
#footerGuide p.item5,
#footerGuide p.item6,
#footerGuide p.item7,
#footerGuide p.item8 {
	position: absolute;
	background-repeat: no-repeat;
}
#footerGuide p.home { left: 120px; top: 137px; width: 158px; height: 115px; background-image: url(../common/images/btn_fg_01.png); }
#footerGuide p.item1 { left: 204px; top: 200px; width: 176px; height: 151px; background-image: url(../common/images/btn_fg_02.png); }
#footerGuide p.item2 { left: 216px; top: 113px; width: 230px; height: 139px; background-image: url(../common/images/btn_fg_03.png); }
#footerGuide p.item3 { left: 300px; top: 51px; width: 230px; height: 138px; background-image: url(../common/images/btn_fg_04.png); }
#footerGuide p.item4 { left: 372px; top: 200px; width: 174px; height: 151px; background-image: url(../common/images/btn_fg_05.png); }
#footerGuide p.item5 { left: 456px; top: 137px; width: 162px; height: 157px; background-image: url(../common/images/btn_fg_06.png); }
#footerGuide p.item6 { left: 468px; top: 51px; width: 230px; height: 138px; background-image: url(../common/images/btn_fg_07.png); }
#footerGuide p.item7 { left: 580px; top: 170px; width: 170px; height: 149px; background-image: url(../common/images/btn_fg_08.png); }
#footerGuide p.item8 { left: 664px; top: 107px; width: 176px; height: 148px; background-image: url(../common/images/btn_fg_09.png); }
#footerGuide p.on {
	background-position: 0 -200px;
}
#footerGuide p.headingAlt {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 960px;
	height: 36px;
	background-color: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
}
#footerGuide p.map {
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 351px;
}

#footerLast {
	position: relative;
	clear: both;
	width: 960px;
	height: 139px;
	margin: 30px auto 0;
}
#footerLast p.sekisui {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
}
#footerLast .nav {
	position: absolute;
	left: 0;
	top: 39px;
	text-align: left;
}
#footerLast .nav span {
	padding: 0 6px;
	color: #88bfe2;
}
#footerLast .nav img.icon01 {
	margin-left: 4px;
	vertical-align: 1px;
}
#footerLast p.jasrac {
	position: absolute;
	right: 0;
	top: 32px;
	width: auto;
}
#footerLast p.copyright {
	position: absolute;
	left: 0;
	top: 85px;
	width: auto;
}
#footerLast p.return {
	position: absolute;
	right: 0;
	top: 79px;
	width: auto;
}
