@charset "utf-8";
/* CSS Document */

/* common */
/* =========================================================== */
html, body, div, h1, h2, h3, h4, h5, h6,
p, address, blockquote,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, dt, dd, th {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
	font:100%;

}

ul li, ol li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:link,
a:visited {
	color: #506EAA;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #506EAA;
	text-decoration: none;
}

a:hover .hovImg{
        filter: alpha(opacity=75);
        -moz-opacity:0.75;
        opacity:0.75;
}

/* clearfix */
.clfix:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}

.clfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clfix {
	height: 1%;
}
.clfix {
	display: block;
}
/* End hide from IE-mac */


/* For vertical-scrollbar issue */
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

/* For IE7 hasLayout issue */
*:first-child+html * {
	letter-spacing: 0; 
}


/* layout */
/* =========================================================== */
body {
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	/*font-family: "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;*/
	font-size: 13px;
	*font-size:small;
	*font:x-small;
	line-height: 1;
	color: #333333;
	/*background-color: #EBECEE;*/
	position: relative;
	min-width: 850px;
}


/* header
------------------------------*/
#headerWrap {
	text-align: center;
	background: #FFFFFF url(../common/header_bg.jpg) left top repeat-x;
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	border-bottom: 1px solid #BFC6CC;
}

#header {
	margin: 0 auto;
	width: 856px;
	text-align: left;
	padding-bottom: 30px;
}

#header .logo {
	margin: 13px 0 13px 0;
	width: 293px;
	float: left;
}

#header .utility {
	margin: 13px 5px 0 0;
	width: 500px;
	float: right;
	text-align: right;
}
#header .utility>div{
	position: relative;
}

#header .utility li {
	float: left;
}

#header .utility .lang {
	float: right;
	margin-bottom: 15px;
	padding-top: 3px;
}

#header .utility form{
	clear: both;
	float: right;
	margin-left: 15px;
	width: 300px;
}

#header .utility form .search{
	color: #999;
	padding: 3px;
}

#header .utility form .btn{
	position: relative;
	top: 2px;
	right: 24px;
	margin-right: -18px;
}

#header .utility ul{
	float: right;
}

#header .gnavi {
	clear: both;
	padding: 0 0 2px 3px;
}

#header .gnavi li {
	float: left;
	position: relative;
}

#header .gnavi li ul {
	display: none;
	position: absolute;
	width: 500px;
	top: 40px;
}
#header .gnavi li ul.emcList {
	left: 35px;
}
#header .gnavi li ul.envList {
	left: 35px;
}
#header .gnavi li ul.othList {
	left: 28px;
}
#header .gnavi li ul.rentalList {
	left: 13px;
}


#header .gnavi li ul li {
	float: left;
	padding: 5px 20px 15px 0;
}

/* contentsWrap
------------------------------*/
#contentsWrap {
	clear: both;
	text-align: center;
	background: #FFFFFF;
	padding-top: 150px;
	/* url(../common/content_bg.jpg) left top repeat-x*/
}

/* mainTtl
------------------------------*/
#mainTtl {
	margin: 0 auto;
	padding: 10px 0 16px 0;
	width: 850px;
}

#mainTtl .topicPath {
	margin: 0 auto;
	padding: 0 0 5px 0;
}

#mainTtl .topicPath li {
	margin: 0 6px 0 0;
	font-size: 77%;
	float: left;
}

#mainTtl .topicPath li a {
	padding: 0 12px 0 0;
	background:url(../common/topicpath_arw.gif) right center no-repeat;
}

#mainTtl h1 {
	clear: both;
}


/* contents
------------------------------*/
#contents {
	margin: 0 auto 21px auto;
	text-align: left;
	width: 850px;
	background:url(../common/side_bg.gif) left top repeat-y;
}


/* side
------------------------------*/
#side {
	padding: 4px 0 20px 0;
	width: 180px;
	float: left;
}

#side .sideNavi {
	margin: 0 0 0 4px;
}

#side .sideNavi li {
	margin-bottom: 2px;
}

#side .lnavi {
	margin: 0 0 9px 4px;
}

#side .lnavi li {
	margin-bottom: 2px;
}

/* main
------------------------------*/
#main {
	width: 644px;
	float: right;
}

/* footer
------------------------------*/
#footer {
	clear: both;
	background-color: #EBECEE;
	border-top: 1px solid #C8C8C8;
}

#footer a{
	color: #004082;
	text-decoration: underline;
}

#footer a:hover{
	color: #004082;
	text-decoration: none;
}

#footer .footerArea {
	margin: 0 auto;
	text-align: left;
	width: 850px;
}

#footer .sitemap{
	border-bottom: 1px solid #fff;
	margin-top: 15px;
	padding: 0 0 15px 0;
}

#footer .sitemap li{
	border-left: 1px solid #C5C7C6;
	height: 115px;
	margin-bottom: 15px;
	padding: 0 10px 15px;
}

#footer .sitemap01 {
	float: left;
	width: 140px;
	display: block;
	overflow: hidden;
}

#footer .sitemap02 {
	float: left;
	width: 120px;
	display: block;
	overflow: hidden;
}

#footer .sitemap03 {
	float: left;
	width: 160px;
	display: block;
	overflow: hidden;
}

#footer .sitemap li a{
	background-image: url('../common/ico_tri01.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}

#footer .sitemap li ul{
	padding: 10px 0 15px;
	border: none;
}

#footer .sitemap li ul li{
	background-image: url('../common/ico_tri03.gif');
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0 0 0 10px;
	margin-bottom: 3px;
	line-height: 1.5;
	height: auto;
	border: none;
	float: none;
}

#footer .sitemap li ul li a{
	background-image: none;
	padding-right: 0;
}

#footer .sitemap2{
	border-bottom: 1px solid #fff;
	margin-top: 15px;
	padding: 0 0 15px 0;
}

#footer .sitemap2 li{
	float: left;
	border-left: 1px solid #C5C7C6;
	height: 100px;
	margin-bottom: 15px;
	padding: 0 10px 15px;
}

#footer .sitemap2 li a{
	background-image: url('../common/ico_tri01.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}

#footer .sitemap2 li ul{
	padding: 10px 0 15px;
	border: none;
}

#footer .sitemap2 li ul li{
	background-image: url('../common/ico_tri03.gif');
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0 0 0 10px;
	margin-bottom: 3px;
	line-height: 1.5;
	height: auto;
	border: none;
	float: none;
}

#footer .sitemap2 li ul li a{
	background-image: none;
	padding-right: 0;
}

#footer .fnavi{
	padding: 18px 10px 30px;
}

#footer .fnavi li{
	float: left;
}

#footer .fnavi li a{
	background-image: url('../common/ico_tri02.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 20px 0 13px;
}

#footer .bgBlue{
	background-color: #011E4A;
}

#footer .btn {
	margin: 11px 0 0 0;
	width: 117px;
	float: left;
}

#footer address {
	width: 372px;
	float: right;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{
	width: 13px !important;
	height: 13px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
	
}
.gsc-search-button{
	padding: 6px 10px !important;
	min-width: 13px !important;
	margin-top: 2px !important;
	background-color: #cecece !important;
}
.gsc-clear-button{
	width: 0 !important;
}

.font-red {
	color: #F00;
}

/*
10px { font-size:77%; }
11px { font-size:85%; }
12px { font-size:93%; }
13px { font-size:100%; }
14px { font-size:108%; }
15px { font-size:116%; }
16px { font-size:123.1%; }
17px { font-size:131%; }
18px { font-size:138.5%; }
19px { font-size:146.5%; }
20px { font-size:153.9%; }
21px { font-size:161.6%; }
22px { font-size:167%; }
23px { font-size:174%; }
24px { font-size:182%; }
25px { font-size:189%; }
26px { font-size:197%; }
*/




