@charset "UTF-8";

/* 全体、共通
==========================================*/
header #headerWrapper,
nav ul#navWrapper,
#contentsHeader #contentsHeaderWrapper,
#wrapper,
footer #footerWrapper {
	width: 960px;
	margin: 0 auto;
}

/* 画像のホバー表現 */
h1#siteID a,
#constructionCase ul li a,
#contents a,
ul#sidebar li a {
	transition: 0.07s;
}
h1#siteID a:hover,
#constructionCase ul li a:hover,
#contents a:hover,
ul#sidebar li a:hover {
	opacity: 0.5;
}




/* ヘッダー
==========================================*/
header {
	height: 100px;
}

header #headerWrapper {
	height: 100%;
	position: relative;
}

header #headerWrapper h1#siteID {
	position: absolute;
	top: 37px;
}

header #headerWrapper #siteMessage {
	position: absolute;
	top: 44px;
	left: 360px;
}

header #headerWrapper #headerRight {
	position: absolute;
	top: 38px;
	right: 3px;
}



/* グローバルナビ
==========================================*/
nav {
	height: 60px;
	background: #e3e3e3
}

nav ul li {
	width: 160px;
	height: 60px;
	float: left;
}

nav ul li#nav_company { background:url(../img/btn_gnav_company_on.png) no-repeat }
nav ul li#nav_solar   { background:url(../img/btn_gnav_solar_on.png) no-repeat }
nav ul li#nav_water   { background:url(../img/btn_gnav_water_on.png) no-repeat }
nav ul li#nav_other   { background:url(../img/btn_gnav_other_on.png) no-repeat }
nav ul li#nav_contact { background:url(../img/btn_gnav_contact_on.png) no-repeat }
nav ul li#nav_aircleaner { background:url("../img/btn_gnav_aircleaner_on.png") no-repeat }

nav ul li a img { transition: 0.07s; }
nav ul li a:hover img {	opacity: 0; }


/* コンテンツヘッダー
==========================================*/
#contentsHeader {
	height: 100px;
	margin-bottom: 40px;
}

#contentsHeader #contentsHeaderWrapper {
	height: 100%;
}


/* コンテンツ
==========================================*/
#contents {
	width: 740px;
	float: left;
}

#contents h1 {
	height: 30px;
	margin-bottom: 22px;
	padding-left: 39px;
	/* 見出し頭アイコンは各cssにて指定 */
	line-height: 1em;
	font-size: 206%;
}

#contents section {
	margin-bottom: 54px;
}

#contents section:last-child {
	margin-bottom: 51px;
}


/* サイドバー
==========================================*/
ul#sidebar {
	width: 190px;
	float: right;
}

ul#sidebar li {
	margin-bottom: 10px;
}



/* フッター
==========================================*/
footer {
	background: #e8e8e8;
}

footer #footerWrapper {
	position: relative;
	height: 100%;
	padding: 24px 22px;
}
footer #footerWrapper ul {
	margin-bottom: 14px;
}

footer #footerWrapper ul li {
	float: left;
	margin-right: 31px;
	padding-top: 1px;
	padding-left: 19px;
	background: url(../img/ico_footerNaviIcon.png) no-repeat;
	font-size: 81%;
	line-height: 1.0em;
}

footer #footerWrapper ul li a {
	color: #000;
	text-decoration: none;
}

footer #footerWrapper small {
	font-size: 75%;
	color: #959595;
	line-height: 1.0em;
}



