@charset "Shift_JIS";

/* 共通の設定 */
body {
	margin: 0px;
    padding: 0px;
	background-color: #fff;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","Osaka","Verdana","Arial","sans-serif";
 	color: #000;
	}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 36px;
	font-style: normal;
	line-height: 42px;
	font-weight: bolder;
	}
h2 {
	margin: 0px;
	padding: 0px;
	}
h3 {
	margin: 0px;
	padding-left: 5px;
	font-size: 30px;
	font-weight: bolder;
	font-family: "HGP創英角ｺﾞｼｯｸUB","Osaka";
	line-height: 34px;
	}
h4 {
	padding-left: 5px;
	color: #010147;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	font-family: "HGP創英角ｺﾞｼｯｸUB","Osaka";
	}
h5 {
	padding-left: 10px;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
	background-color: #CADFF7;
	font-family: "ＭＳ　Ｐゴシック","Osaka";
	line-height: 28px;
	}
h6 {
	margin: 0px;
	padding: 0px;
	color: #010147;
	font-size: 12px;
	font-weight: bold;
	}
	
a:link {
	color: #000;
	text-decoration: underline;
	}
a:visited {
	color: #333;
	text-decoration: underline;
	}
a:active {
	color: #d9171f;
	text-decoration: underline;
	}
a:hover {
	color: #d9171f;
	text-decoration: underline;
	}
.px10 {
	font-size: 10px;
}
p {
	line-height: 1.8em;
	}
img {
	border: none;
         }

/* サイドメニューの設定 */
table .menu {
	font-size: 13px;
	line-height: 1.8em;
	}
#side {
	color: #000;
	text-decoration: none;
	}
#side a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
#side a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}
#side a:active {
	font-weight: bold;
	color: #FF6666;
	text-decoration: none;
	}
#side a:hover {
	font-size: medium;
	font-weight: bold;
	color: #FF6666;
	text-decoration: none;
	}

/* メインページの設定 */
table {
	font-size: 12px;
	line-height: 1.8em;
	}
.eco {
    background-image: url(../company/img/bg03_01.gif);
    background-repeat: no-repeat;
    background-position: bottom;
	}
	
.spec {
	color: #010147;
	font-size: 16px;
	font-family: "ＭＳ Ｐゴシック";
	}

/* 下部フッターの設定 */
p.copy {
	font-size: 11px;
	text-align: center;
	}
.pan {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.ul-nodot {
	font-size: 12px;
	line-height: 1.8em;
	list-style-type: none;
}

/*フロート*/
.float_right{
	float: right;
}
.height_2/*高さあわせ*/
{
	margin-top: -1.8em;
}
hr.height_hr{
	margin: 0px;
	padding: 0px;
}
