﻿@charset "UTF-8";

html, body{
  width: 100%;
  height: 100%;
}

a{
  color: blue;
  text-decoration: none;
}
body{
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
h1{
  margin: 0px;
}
h2{
  margin: 0px;
}
h3{
  margin: 0px;
}

p{
	margin: 0px;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

body{
  height: 100%;
  background-color: white;
}

#container{
  width: 1080px;
  height: 100%;
  min-height: 100%;
  margin: 0px auto;
}

nav{
  width: 100%;
  height: 100px;
  margin: 0px auto;
  padding: 0px;
}

nav ul{
  //width: 815px;
  width: 610px;
  height: 100px;
  margin: 0px;
}

nav ul li{
  list-style: none;
  float: left;
  margin: 0px 5px 0px 0px;
}

nav ul li a{
  display: block;
  width: 200px;
  height: 100px;
}

nav ul li:last-child{
  margin-right: 0px;
}

#content{
  width: 100%;
  //height: 100%;
  margin: 50px auto 0px auto;
}

#content h2{
	padding: 5px;
}

#content-inner{
	width: 840px;
  margin: 10px auto;
}

#content-inner-mini{
	width: 800px;
  margin: 10px auto;
}

#profile{
	width: 830px;
  height: 275px;
  margin: 0px auto 20px auto;
}

#profile-table{
  width: 550px;
	margin: 65px auto;
  line-height: 150%;
}

#profile-table th{
	padding-right: 10px;
}

p{
	padding: 10px;
}

#company-overview{
	width: 100%;
	//border: 1px solid;
}

#company-overview tr{
	height: 50px;
}

#company-overview th{
	font-weight: normal;
	width: 100px;
}

#company-overview td{
	padding: 5px 20px;
}

#company-overview ol{
	padding-left: 20px;
}

#company-overview ul{
	list-style: none;
	padding-left: 0px;
}

#sub-bar{
	width: 200px;
	height: 200px;
	//background-color: red;
}

#sub-bar ul{
	list-style: none;
	font-size: 15pt;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 10px;
}

#sub-bar li{
	border-left: #ABABAB 10px solid;
	padding-left: 15px;
	margin-bottom: 10px;
}

#sub-bar li.now{
	border-left: #000 10px solid;
}

#sub-bar a{
	color: black;
}

footer{
  width: 100%;
  padding: 50px 0px 10px 0px;
  font-size: 10pt;
  text-align: center;
  clear: both;
}

