@charset "utf-8";

body {
	font: 75%/1.4 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #2C3039;
	background-color: #FFF;
	min-width: 1000px;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, li, dl, dt, dd {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p, address, figure, figcaption {
	margin: 0;	 /* 上マージンを削除すると、マージンを含む block からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding: 0;
	line-height: 0;
	font-style: normal;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #000;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	color: #000;
	text-decoration: none;
}
/* ~~ この固定幅コンテナが他のすべての block を囲みます。~~ */
.container {
	width: 1000px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。~~ */
header {
	width: 100%;  
	border-bottom: #333333 solid 5px;
	background-image: url(../img/header/bg_header1.jpg);
	background-repeat: no-repeat;
	background-position: center -200px;
	box-shadow: 0px -50px 30px 0px rgba(255, 255, 255, 0.75) inset;		
}
header .container {
	position: relative;
	width: 1000px;
	height: 200px;
	z-index: 100;
}
header .container .logo {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 101;
}
header .container h1 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 102;
	background:url(../img/header/bg_company.png) no-repeat right;
	width: 100%;
	height: 24px;
	font-size: 100%;
	color: #FFFFFF;
	line-height: 225%;
	text-align: right;
	padding: 0 15px 0 25px;
}
header .container h1 span {
	font-size: 83%;
}


/*メニュー*/
.menu {
	width: 100%;
	display: table;
}
.menu li {
	float: left;
}
nav.top {
	background:url(../img/nav/bg_nav.jpg) repeat-x top;
	padding: 24px 0 0;
	z-index: 100;
}
nav.top .container {
	position: relative;
	height: 46px;
	background: url(../img/nav/bg_menu.jpg) no-repeat;
}
nav.top .container a {
	display: inline-block;
}
nav.top .container a:hover img {
	visibility: hidden;
}
nav.top li ul {
	display: none;
	position: absolute;
	top: 46px;
	width: 142px;
}
nav.top li ul li {
	width: 143px;
	line-height: 30px;
	background-color: #FFFFFF;
}
nav.top li ul li a {
	display: inline-block;
	padding: 0 5px;
	border-right: #E6E6E6 solid 1px;
	border-bottom: #E6E6E6 solid 1px;
	width: 132px;
	text-align: right;
}
nav.top li ul li a:hover {
	background-color: #B9B9B9;
	color: #FFFFFF;
}

/*パンくず*/
.pankuzu {
	/*position: fixed !important;
	top: 275px;*/
	width: 100%;
	display: table;
	padding: 30px 0;
	background-color: #FFFFFF;
	z-index: 100;
}
.pankuzu li {
	float: left;
}
.pankuzu li a {
	text-decoration: underline;
}
.pankuzu li span {
	padding: 0 1em;
}

.content {
	width: 100%;
	margin: 0 0 50px;
	display: table;
}
h1.title {
	/*position: fixed !important;
	top: 350px;*/
	float: left;
	width: 80px;
	margin: 0 50px 0 0;
	display: table-cell;
}
h2.subtitle {
	display: table;
	margin: 0 0 15px 130px;
}
p.text {
	display: table;
	line-height: 200%;
	margin: 0 0 15px 130px;
}
section {	
	width: 870px;
	margin: 20px 0 40px 130px;	
}
section h3 {
	margin: 0 0 10px;
}
section p {
	line-height: 200%;
}

/*会社情報*/
.box {	
	display: table !important;
	width: 830px;
	height: 115px;
	margin: 50px 0 130px 130px;
	border: #D6D7DE solid 3px;
	padding: 17px;
	background-color: #FFFFFF;
}
.box p {
	float: left;
	width: 560px;
	height: 50px;
	display: inline;
}
.box ul {	
	float: right;
	width: 260px;
	height: 115px;
}
.box li {	
	float: left;
	margin: 0 0 0 15px;
}
.box dl {	
	float: left;
	width: 560px;
	height: 65px;
}
.box dt {	
	float: left;
	clear: both;
}

/*関連ページ*/
.relate {		
	width: 870px;
	margin: 50px 0 130px 130px;
}
.relate h4 {
	margin: 0 0 20px 0;
}
.relate ul {
	display: table !important;
	margin-right: -10px;
}
.relate li {
	float: left;
	width: 390px;
	height: 115px;
	border: #D6D7DE solid 3px;
	padding: 17px;
	margin: 0 10px 10px 0;
	background-color: #FFFFFF;
	display: inline-block;
}
.relate dl {	
	float: left;
}
.relate a {	
	float: right;
	width: 115px;
}
.relate li.big {
	width: 830px;
}


.fixH1 {
	position: fixed !important;
	top: 0;
}


/* ~~ フッター ~~ */
footer {
	height: 473px;
	padding: 60px 0 0;
	background: url(../img/footer/bg_footer.jpg) repeat-x;
}
footer .area {
	float: left;
	display: block;
	width: 320px;
	height: 192px;
	border: #CCCCCC solid 1px;
	background-color: #FFFFFF; 
}
footer .area h1 {
	height: 21px;
}
footer .area dl {
	line-height: 175%;
	margin: 20px;
}
footer .area dl dt {
	float: left;
	clear: both;
	padding: 0 1em 0 0;
}
footer address {
	float: right;
	display: table;
	width: 640px;
	height: 188px;
	border: #D6D7DE solid 3px;
	background-color: #FFFFFF;	
}
/*footer address figure img {
	float: left;
}*/
footer address figure {
	float: left;
	width: 280px;
	height: 185px;
	padding: 0 3px 3px 0;
	background-color: #D6D7DE;
}
footer address figure figcaption {
	width: 280px;
	height: 25px;	
}
footer address figure figcaption img {
	float: right;	
}
footer address figure figcaption a:hover img{
	position: relative;
	left: 1px;
	top: 1px;	
}
footer address h2 {
	float: left;
	display: inline;
}
footer address h2 img {
	text-align: left;
}
footer address p {
	float: left;
	display: block;
	line-height: 150%;
	margin: 15px;
}
footer address dl {
	float: left;
	display: block;
	line-height: 150%;
	margin: 0 15px;
}
footer address dl dt {
	font-weight: bold;
}
footer .pagetop {
	width: 100%;
	display: table;
	text-align: right;
	clear: both;
	padding: 55px 0 0;
}
footer .menu {
	width: 100%;
	display: table;
}
footer .menu ul {
	float: right;
	border-right: #999999 solid 1px;
	margin: 20px 0 0;
}
footer .menu ul li {
	border-left: #999999 solid 1px;
}
footer .menu ul li a {
	color: #999999;
	font-weight: bold;
	line-height: 150%;
	padding: 0 1em;
}
footer .menu ul li a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	color: #CCCCCC;
}
footer .menu li ul {
	display: none;
	position: absolute;
	top: 46px;
	width: 142px;
}
footer .menu li ul li {
	width: 143px;
	line-height: 30px;
	background-color: #FFFFFF;
}
footer .menu li ul li a {
	display: inline-block;
	padding: 0 5px;
	border-right: #E6E6E6 solid 1px;
	border-bottom: #E6E6E6 solid 1px;
	width: 132px;
	text-align: right;
}
footer .menu li ul li a:hover {
	background-color: #B9B9B9;
	color: #FFFFFF;
}
footer .copyright {
	width: 100%;
	display: table;
	text-align: right;
	color: #999999;
	font-weight: bold;
	line-height: 150%;
	padding: 40px 0 0;
}

/*HTML 5 サポート - 新しい HTML 5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer, aside, nav, article, figure {
	display: block;
}

/* 余白 */
.mt-s {margin-top: 10px;}
.mt-m {margin-top: 30px;}
.mt-l {margin-top: 50px;}
.mb-s {margin-bottom: 10px;}
.mb-m {margin-bottom: 30px;}
.mb-l {margin-bottom: 50px;}