/* ----------------------------------------

  タイプセレクタの設定

---------------------------------------- */
html {
/*
スクロールバーを強制的に表示させておかないと、
情報量（縦のサイズ）によってスクロールバーが
表示されたり、されなかったりして、
画面の表示がずれる（ように感じる）。
*/
	overflow-y: scroll;
}

body {
	width: auto;
	height: auto;
	margin: auto;
	padding: 0px;

	border-style: none;

	background: #ffffff none;
	color: #000000;
}

div {
	width: auto;
	height: auto;
	margin: auto;
	padding: 0px;

	border-style: none;

	background: transparent none;
}

p {
	width: auto;
	height: auto;
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 5px 10px;

	border-style: none;
	background: transparent none;
}

h1, h2, h3 {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;

	border-style: none;

	background: transparent none;

	text-align: left;
	font-size: 12pt;
	line-height: 32px;
}

a {
	text-decoration: none;
	background: transparent none;
	color: #0000cd;
}




/* ----------------------------------------

  各ページ全体の設定

---------------------------------------- */


/* -------------------- ページ全体の設定 */
#page_base {
	width: 750px;	/* 全体幅750px */

	background: transparent url(images/page_bg.png) repeat-y;

	text-align: left;
	font-size: 10pt;
}


/*--------------------- ページのメイン部分 */
#page_main {
	width: 730px;	/* 全体幅730px+borderに調整 */

	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;

	background: #ffffff none;
}




/* ----------------------------------------

  各ページ上部（ヘッダー部分）の設定

---------------------------------------- */


/* -------------------- ページの先頭 */
#page_top {

}


/* -------------------- ヘッダー部分 */
#part_header {
	border-bottom: 1px solid #000080;

	background: #00008b url(images/top_bg.png) no-repeat;
	color: #f8f8ff;
}


/* -------------------- ヘッダー内ロゴ部分 */
#header_logo {
	float: left;

	width: 280px;
	height: 64px;

	margin: 0px 0px 0px 10px;

	background: transparent url(images/logo.png) no-repeat left center;
}


/* -------------------- ヘッダー内リンク部分 */
#header_link {
	float: right;

	margin: 30px 10px 0px 0px;

	text-align: right;
}

#header_link a {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;

	background: #000080 url(images/btn_off.png) no-repeat left center;
	color: #f8f8ff;
}

#header_link a:hover {
	background: #000080 url(images/btn_on.png) no-repeat left center;
}




/* ----------------------------------------

  各ページ下部（フッター）の設定

---------------------------------------- */


/* -------------------- フッター部分 */
#part_footer {

	border-top: 1px solid #000080;

	background: #ffffff url(images/footer_bg.png) repeat-x;
	color: #000000;
}


/* -------------------- フッター内リンク部分 */
#footer_link {
	padding: 5px 10px 5px 10px;

	color: #696969;

	text-align: left;
}

#footer_link a {
	color: #0000cd;
}


/* -------------------- フッター内コピーライト部分 */
#footer_copy {
	padding: 5px 10px 5px 10px;

	text-align: center;
}




/* ----------------------------------------

  トップページの設定

---------------------------------------- */


/* -------------------- トップページ画像 */
#top_image {
	height: 280px;	/* 画像の高さに設定 */

	border-bottom: 1px solid #000080;

	background: transparent url(images/top_image.jpg) no-repeat;
}


/* -------------------- トップページのコンテンツ部分 */
#part_toppage {

	background: #ffffff none;
}


/* -------------------- 左側サブメニュー部分 */
#top_submenu {
	float: left;

	width: 180px;	/* 全体幅200pxに調整 */
	padding: 10px;

	text-align: center;

	background: transparent none;
}

/* -------------------- 横浜市へのリンク */
#logo_yokohama {
	width: 120px;
	height: 60px;
	margin: 20px 0px 5px 0px;
	padding: 0px;

	border-style: none;
}

/* -------------------- ＩＰＡへのリンク */
#logo_ipa {
	width: 107px;
	height: 60px;
	margin: 0px 0px 5px 0px;
	padding: 0px;

	border-style: none;
}

/* -------------------- 右側インフォメーション部分 */
#top_information {
	float: right;

	width: 510px;	/* 全体幅530pxに調整 */
	padding: 10px;

	background: transparent none;
}

/* -------------------- インフォメーションの見出し */
#h2_info {
	margin: 0px;
	padding: 0px;

	border-style: none;

	background: transparent none;

	text-align: left;
	font-size: 12pt;
	line-height: 32px;
}

/* -------------------- 更新履歴 */
#update_history {
	height: 170px;

	border-left: 1px solid #008b8b;
	border-right: 1px solid #008b8b;
	border-bottom: 1px solid #008b8b;

	background: #ffffff none;

	overflow: auto;
}

/* -------------------- 更新履歴（表） */
#update_history table {
	width: 480px;
	margin: auto;

	border-collapse: collapse;
	table-layout: auto;
}

#update_history td {
	border-bottom: 1px solid #a9a9a9;

	background: transparent none;
}

/* -------------------- 更新履歴の項目（日付） */
#update_history .col_date {
	width: 120px;
	padding: 5px 10px 5px 10px;

	text-align: left;
	vertical-align: top;
}

/* -------------------- 更新履歴の項目（内容） */
#update_history .col_news {
	width: 330px;
	padding: 5px 10px 5px 10px;

	text-align: left;
	vertical-align: top;
}




/* ----------------------------------------

  各ページ中央（サブメニュー＋コンテンツ）の設定

---------------------------------------- */


/*--------------------- 左側サブメニュー部分と右側コンテンツ部分を囲む */
#part_wrapper {

	background: #f5f5f5 url(images/wrapper_bg.png) repeat-y center top;

}


/* -------------------- 左側サブメニュー部分 */
#left_submenu {
	float: left;

	width: 180px;	/* 全体幅180pxに調整 */

	background: transparent none;
}


/* -------------------- 右側コンテンツ部分 */
#right_contents {
	float: right;

	width: 530px;	/* 全体幅550pxに調整 */
	padding: 10px;

	background: transparent none;
}




/* ----------------------------------------

  サブページ（メニューのないページ）の設定

---------------------------------------- */


/* -------------------- サブページのコンテンツ部分 */
#part_contents {
	padding: 10px;

	background: #ffffff none;
}




/* ----------------------------------------

  見出し部分の設定

---------------------------------------- */


/* -------------------- カテゴリータイトル */
#category_title {
	height: 64px;

	border-bottom: 1px solid #808080;

	text-align: left;
}

/* -------------------- カテゴリータイトル（会社案内） */
#title_company {
	height:64px;
	padding: 0px 10px 0px 10px;

	background: #ffffff url(images/title_company.jpg) no-repeat right top;
	color: #483d8b;
}

/* -------------------- カテゴリータイトル（事業内容） */
#title_business {
	height:64px;
	padding: 0px 10px 0px 10px;

	background: #ffffff url(images/title_business.jpg) no-repeat right top;
	color: #483d8b;
}

/* -------------------- カテゴリータイトル（採用情報） */
#title_recruit {
	height:64px;
	padding: 0px 10px 0px 10px;

	background: #ffffff url(images/title_recruit.jpg) no-repeat right top;
	color: #483d8b;
}


/* -------------------- ページタイトル */
#page_title {
	height: 32px;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 6px;

	border: 1px solid #008b8b;

	background: #f0f8ff url(images/page_title_bg.png) repeat-x top;
	color: #2f4f4f;

	text-align: left;
}

/* -------------------- 各ページタイトル */
#page_title h2, h3 {
	padding: 0px 10px 0px 14px;

	background: transparent url(images/title_mark.png) no-repeat left center;
}

/* -------------------- ページタイトル（トップページ用） */
#page_title_top {
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 6px;

	border: 1px solid #008b8b;

	background: #f0f8ff url(images/page_title_bg.png) repeat-x top;
	color: #2f4f4f;

	text-align: left;
}

/* -------------------- 各ページタイトル（トップページ用） */
#page_title_top h2 {
	padding: 0px 10px 0px 14px;

	background: transparent url(images/title_mark.png) no-repeat left center;
}



/* ----------------------------------------

  メインメニューの設定

---------------------------------------- */


/* -------------------- メインメニュー(<ul>) */
#main_menu {
	width: 730px;
	height: 32px;
	margin: 0px;
	padding: 0px;

	border-style: none;

	background: #f0f0f0 url(images/main_menu_bg.png) repeat-x;

	list-style-type: none;
}

/* -------------------- メインメニューの各項目(<li>) */
#main_menu li {
	float: left;

	width: 120px;
	height: 32px;
	margin: 0px;
	padding: 0px;

	border-style: none;

	background: transparent none;
}

/* -------------------- メインメニューの各項目(<a>) */
#main_menu a {
	display: block;

	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;

	text-align: center;
	text-decoration: none;
	font-size: 11pt;
	line-height: 32px;

	background: #f0f0f0 url(images/main_menu_off.png);
	color: #2f4f4f;
}

#main_menu a:hover {
	background: #0000cd url(images/main_menu_on.png);
	color: #e0ffff;
}

#main_menu a:active {
	background: #0000cd url(images/main_menu_on.png);
	color: #e0ffff;
}

#main_menu .selected a {
	background: #0000cd url(images/main_menu_on.png);
	color: #e0ffff;
}




/* ----------------------------------------

  サブメニューの設定

---------------------------------------- */


/* -------------------- サブメニュー(<ul>) */
#sub_menu {
	width: auto;
	height: auto;
	margin: 0px 0px 40px 0px;
	padding: 0px;

	border-style: none;

	list-style-type: none;
}

/* -------------------- サブメニューの各項目(<li>) */
#sub_menu li {
	width: auto;
	height: 24px;
	margin: 0px;
	padding: 0px;

	border-style: none;

	background: transparent none;
}
/* -------------------- サブメニューの各項目(<a>) */
#sub_menu a {
	display: block;

	width: 130px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 30px;

	text-align: left;
	text-decoration: none;
	font-size: 10pt;
	line-height: 24px;

	background: #f0f0f0 url(images/sub_menu_off.png);
	color: #2f4f4f;
}

#sub_menu a:hover {
	background: #f0f0f0 url(images/sub_menu_on.png);
	color: #0000cd;
}

#sub_menu a:active {
	background: #f0f0f0 url(images/sub_menu_on.png);
	color: #0000cd;
}

#sub_menu .selected a {
	background: #f0f0f0 url(images/sub_menu_on.png);
	color: #0000cd;
}




/* ----------------------------------------

  クラスセレクタの設定

---------------------------------------- */


/* -------------------- 回り込み解除（両側） */
.clear_both {
	clear: both;
}


/* -------------------- 要素を表示しない */
.non_display {
	display: none;
}




/* ----------------------------------------

  各ページの設定

---------------------------------------- */


/* -------------------- 会社概要（表<table>） */
#tbl_profile {
	width: 480px;
	margin: 10px auto 10px auto;

	border-collapse: collapse;
	table-layout: auto;
}

#tbl_profile td {
	border: 1px solid #a9a9a9;

	background: transparent none;
}

/* -------------------- 会社概要の項目（項目） */
#tbl_profile .col_item {
	width: 150px;
	padding: 5px 10px 5px 10px;

	text-align: left;
	vertical-align: top;

	background: transparent #f0f8ff;
}

/* -------------------- 会社概要の項目（内容） */
#tbl_profile .col_contents {
	width: 300px;
	padding: 5px 10px 5px 10px;

	text-align: left;
	vertical-align: top;

	background: transparent none;
}

/* -------------------- 沿革（表<table>） */
#tbl_history {
	width: 480px;
	margin: 10px auto 10px auto;

	border-collapse: collapse;
	table-layout: auto;
}

#tbl_history td {
	border: 1px solid #a9a9a9;

	background: transparent none;
}

/* -------------------- 沿革の項目（日付） */
#tbl_history .col_date {
	width: 100px;
	padding: 5px 10px 5px 10px;

	text-align: left;
	vertical-align: top;
}

/* -------------------- 沿革の項目（内容） */
#tbl_history .col_event {
	width: 350px;
	margin: 10px auto 10px auto;
	padding: 5px 10px 5px 10px;

	text-align: left;
	vertical-align: top;
}

/* -------------------- 問合せ先の枠 */
#dec_contact {
	width: 250px;
	margin: 10px auto 10px 50px;
	padding: 10px;

	border: 1px dashed lightsteelblue;
}


/* -------------------- 社長署名 */
#signature {
/*	font-weight: bold;	*/
	text-align: right;
}



/* ----------------------------------------

  ＊＊＊＊設定

---------------------------------------- */


/* -------------------- 文字強調表示 */
#strong {
	font-weight: bold;
}

