﻿@charset "shift-jis";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #F4F4F4 url(../images/body_bg.gif) left top repeat-x;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 741px;
	margin-left: 0px;
	margin-top: 0px;
	background: #FFFFFF;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 17px;
	top: 8px;
}
#globalNav {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 73px;
	background: #000000 url(../images/global_nav_bg.gif) left top repeat-x;
}
#globalNav li {
	display: inline;
}
#globalNav li a {
	color: #FFFFFF;
}

/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF url(../images/content_bg.gif) left top repeat-y;
	padding-bottom: 20px;
}
#content2 {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 20px;
}
#company {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF;
	padding-left: 10px;
}
#about {
	float: left;
	width: 493px;
}
#newsRelease {
	float: left;
	width: 246px;
	padding-left: 1px;
}
#footer {
    width:100%;
	height:40px;
	clear: both;
	color: #FFFFFF;
	background: #333333;
	padding-top: 20px;
	font-size:small;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#newsRelease dl {
	margin: 16px 18px 0 18px;
}
#newsRelease dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}


/* 会社概要 */
div.content_main_top_shokai_gaiyo {
	padding: 20px 0 0 20px;
	margin-top: 4px;
	background-image:url(../shokai/img_gaiyo/bg_gaiyo.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

table.kaisya_gaiyo {
	width: 518px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #CCC;
	border-bottom-style: none;
}

table.kaisya_gaiyo_no {
	width: 460px;
	padding: 0;
	border-collapse: collapse;
}

table.kaisya_gaiyo th,
table.kaisya_gaiyo td {
	border-bottom: 1px solid #CCC;
	padding: 8px;
	vertical-align: top;
}

table.kaisya_gaiyo th {
	width: 130px;
	border-right: 1px solid #CCC;
	background-color: #EEE;
	text-align: left;
	font-weight: normal;
}
