@charset "UTF-8";
/* CSS Document */

body {
	background-color: #EEEEEE;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","メイリオ", Meiryo, ”kozL", Osaka, ”ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.container {
    margin: 0 auto;
	background-color:white;
	position:relative;
	width: 980px;
}
header {
	margin:0;
	padding:0;
}

footer {
	text-align: center;
	background-color:#009BE1;
	color: white;
	height:30px;
	padding-top: 10px;
}

nav {
	background-color: #009BE1;
	width:  980px;
	height: 90px;
}

nav ul {
	padding-left: 60px;
}


nav li {
	margin-right: 20px;
	margin-top: 20px;
	list-style-type:none;
	float: left;
}

nav img {
	-webkit-transition-property: background-color;  
	-webkit-transition-duration: 0.2s;  
	-webkit-transition-timing-function: linear;  
}

nav img:hover {
    background: #ccccff;
}

section {
	margin:100px 50px;
	font-size: x-large;
}

p {
	margin-bottom: 50px;
	margin-left: 150px;	
}

h1 img {
	margin-bottom: 50px;
}

h2 {
	height: 84px;
	padding-left: 150px;
	padding-top: 40px;
	font-size: xx-large;
	font-weight:bold;
}

h3{
	margin-left: 150px;
	font-weight:bold;
	font-size: x-large;
	color:#CC0000;
}

#contents h2 {
	color: #004097;
}
#products h2 {
	color: #e95504;
}

h2.design {
	background:url(images/img_h2_design.png) no-repeat;
}
h2.planning {
	background:url(images/img_h2_planning.png) no-repeat;
}
h2.lineup {
	background:url(images/img_h2_lineup.png) no-repeat;
}
h2.operation {
	background:url(images/img_h2_operation.png) no-repeat;
}
h2.products {
	background:url(images/img_h2_products.png) no-repeat;
}

#contact img {
	margin-left: 50px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 9999;
}
#page-top a {
    background: #0099FF;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 10px;

	-webkit-transition-property: background-color;  
	-webkit-transition-duration: 0.2s;  
	-webkit-transition-timing-function: linear;  
}
#page-top a:hover {
    text-decoration: none;
    background: #00CCEE;
}