@charset "utf-8";


/*
------------------------------------------------------------
ヘッダ
------------------------------------------------------------ */
#ienHeader {
	height: auto;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #19984B;
}

/* ナビゲーションがない場合下線を引く（問合せフォーム） */
#ienHeader.noNavi {
	border-bottom: 1px solid #ccc;
}


#ienHeaderLogo {
	width: 936px;
	height: 70px;
}

#ienHeaderLogo #ienLogo {
	float: left;
	width: 96px;
	padding: 12px 0px 0 16px;
}


#ienHeaderLogo #ienBody {
	float: left;
	width: 607px;
	padding-top: 24px;
	text-align: left;
}

#ienHeaderLogo .areaLogo {
	float: left;
	width: auto;
	padding: 2px 0 0 8px;
}


#ienHeaderLogo .headerText {
	float: left;
	width: 500px;
	padding: 0 0 0 8px;
	color: #333;
	text-align: left;
}


#ienHeaderButton {
	float: right;
	width: 212px;
	height: auto;
	padding: 8px 0 0 0;
}

#ienHeaderButton .headerLink {
	margin-top: 6px;
	margin-bottom: 8px;
}


#ienHeaderButton .headerLink a {
	margin-left: 4px;
	padding: 8px 0 8px 18px;
	background: url(/img/common/header/list_icon_10.gif) no-repeat left center;
}

#ienHeaderButton .login a {
	display: block;
	width: 196px;
	height: 31px;
	background: url(/img/common/header/login_bottom_on.gif) no-repeat 0 0;
}
#ienHeaderButton .loginMypage a {
	display: block;
	width: 196px;
	height: 31px;
	background: url(/img/common/header/loginmypage_bottom_on.gif) no-repeat 0 0;
}

#ienHeaderButton .login a:hover {
	background-color: #fff;
}/*----IE6対策のため----*/

#ienHeaderButton .login a:hover img {
	visibility: hidden;
}
#ienHeaderButton .loginMypage a:hover {
	background-color: #fff;
}/*----IE6対策のため----*/

#ienHeaderButton .loginMypage a:hover img {
	visibility: hidden;
}

/*
------------------------------------------------------------
フッタ
------------------------------------------------------------ */
#ienFooter {
	text-align: center;
}

#footerBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	line-height: 0.1em;
	clear: both;
	visibility: hidden;
}

#footerBox {
	width: auto;
	padding: 14px 24px;
}

#footerIso {
	float: left;
	width: 300px;
}

#footerIso dt {
	float: left;
	width: 118px;
}

#footerIso dd {
	float: right;
	width: 172px;
	font-size: 77%;
	text-align: left;
}


#footerLink {
	float: right;
	width: 588px;
	text-align: right;
}


#footerLink ul {
	margin-bottom: 8px;
}

#footerLink li {
	display: inline;
}

#footerLink span {
	margin-left: 4px;
}
