﻿@charset "utf-8";

html{
    height:100%;
}

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background: #bbc0cc url(../common/pageback_780.gif) center top repeat-y; /* ページの背景 */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
height:100%;
}

/* --- 全体のリンクテキスト --- */
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #5A5B8F;
	text-decoration: none;
}
a:hover { color: #FF9933; }
a:active { color: #FF9900; }

* html div#container{
    height:100%;
}

/* --- コンテナ --- */
div#container {
	width: 780px; /* センタリング */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	min-height: 100%;
}

body > #container {
        height: auto;
}

/* --- 上コンテンツ --- */
#contentTop {
	padding-right: 9px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333399;
}

/* --- ヘッダ --- */
#header {
	height: 55px;
}

/* --- グローバルナビ --- */
#gnavi {
}

/* --- パンくずリンク --- */
#pannavi {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
}

/* --- イメージとキャッチ --- */
#image {
}

/* --- 下コンテンツ --- */
#content {
	padding-right: 9px;
	padding-left: 10px;
	padding-bottom: 35px;
}

/* --- フッタ --- */
#footer {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-right: 9px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333366;
	position:absolute;
	bottom:0px;
	height:25px;
	width: 760px;
}

/* --- フッタ影 --- */
#footer2 {
	padding: 0px;
}

/* --- グローバルナビのリスト --- */
ul.gnavi {
margin: 0;
padding: 0;
list-style-type: none;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	padding: 0px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.gnavi li {
float: left;
margin: 0px;
padding: 0px;
}

/* --- ボックスの回りこみ終了 --- */
.clearBoth { 
clear: both; 
}

.clearLeft { 
clear: left; 
}

p {
	margin: 0px;
	padding: 0px;
}

/* --- ロゴと右肩のナビ --- */
div.logo {
	width: 380px;
	float: left;
	padding-top: 5px;
}
div.rnavi {
	width: 380px;
	float: left;
	padding-top: 0px;
	text-align: right;
}

/* --- パンくずリンクエリア --- */
.topicPath {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 10px;
}

/* --- パンくずリンク項目 --- */
.topicPath li {
display: inline;
}

/* --- パンくずリンク --- */
.topicPath li a {
margin-right: 6px; /* リンクエリアの右マージン */
}

/* --- 業務内容の画像マージン --- */
img.bn {
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
}
