@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline;
color: #330000;
}
a:link { color: #003399;
   text-decoration: none;
}
a:visited { color: #003399; }
a:hover { color: #330000; }
img { border: none; }


/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
  font-size: 85%;
  text-align: center;
  font-family: "メイリオ", Meiryo "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Times New Roman";
  color: #333333;
  padding: 0;
  margin: 0;
  background-color: #EBE7E1;
}

#wrapper {
  text-align: left;
  width: 800px;
  margin: 10px auto;
  padding: 0 10px;
  border: 1px solid #cccccc;
  background: #fff;
}

#header {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  position: relative;
  background: url(img/title1.png) no-repeat;
  background-position:30px 20px; 
  background-color:#093d86;
}


#contents {
  float: right;
  width: 600px;
  padding: 0 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  word-wrap:break-word;
}

#naiyou {
	margin-left: 25px;
	margin-right: 20px;
	margin-top:  1em;
	line-height: 2em;
	margin-bottom: 1em;
	word-wrap: break-word;
}

#pankuzu {
  float: right;
  width: 780px;
  padding: 0 5px;
  padding-bottom:5px;
  margin-left: 5px;
  margin-bottom: 10px;
  word-wrap:break-word;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #660000;  
}

#sidebar {
  float: left;
  padding: 10px;
  width: 160px;
}

#footer {
  clear: both;
  padding: 10px 0 10px 0;
  background-color: #093d86;
  color: #fff;
  width: 100%;
  margin:auto;
}

#counter {
	clear: both;
	padding: 10px 0 5px;
	background-color: #fff;
	color: #000000;
	width: 750px;
	margin:auto;
	text-align: right;
}
/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* -- 見出しレベル1 -- */
h1 {
  font-size: 100%;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 70px;
  right: 10px;
}

/* -- タイトル -- */
.logo {
  font-size: 140%;
  position: absolute;
  top: 20px;
  left: 10px;
}

.logo a {
  text-decoration: none;
  color: #003399;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}



/* -- 概要 -- */
.description {
  width: 780px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 10px;
}

/* ナビゲーション */
.header-navi {
  list-style-type: none;
  position: absolute;
  top: 3px;
  right: 0;
}

.header-navi li {
  display: inline;
  background: url(img/listmark.gif) no-repeat 0 50%;
}

.header-navi a {
  text-decoration: none;
  padding: 0 15px;
}

.header-navi a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* -- 見出し -- */
H2 {
  width: 80%;
  background-image: url(../img/section_icon_ll.gif); /* 画像の指定 */
  background-repeat: no-repeat; /* 画像の並び */
  margin-left: 15px;  /* 左余白 */
  margin-bottom: 15px;  /* 左余白 */
  padding-left: 40px; /* 余白 */
  line-height: 130%; /* 行の高さ */
  font-size: 150%; /* フォントサイズ */
  border-bottom:1px dashed #ccc;
}

H3 {
  background-image: url(../img/section_icon_l.gif); /* 画像の指定 */
  background-repeat: no-repeat; /* 画像の並び */
  margin-left: 15px;  /* 左余白 */
  padding-left: 30px; /* 余白 */
  line-height: 130%; /* 行の高さ */
  font-size: 120%; /* フォントサイズ */
}

H4 {
  background-image: url(../img/section_icon_s.gif); /* 画像の指定 */
  background-repeat: no-repeat; /* 画像の並び */
  margin-left: 35px;  /* 左余白 */
  padding-left: 30px; /* 余白 */
  line-height: 100%; /* 行の高さ */
  font-size: 110%; /* フォントサイズ */

}

/* サイトマップの大項目 */
h5 {
  border:1px solid #9d9e98;
  font-weight: normal;
  padding: 0px;
  margin-left : auto ;
  margin-right : auto ;
  margin-bottom: 3px ;
  text-align : left ;
  font-size: small ;
  float: none;
  width: 60%;
}

/* h5指定した大項目にリンクが貼られる場合は何もしなくて良い */
h5 a{
  background-color:#FDFCF2;
  background-image: url(./img/arrow_03.gif);
  background-repeat: no-repeat;
  background-position: 9px 9px;
  display: block;
  color: #333333;
  text-decoration: none ;
  margin: 0px;
  padding-top: 4px;
  padding-right: 3px;
  padding-bottom: 4px;
  padding-left: 28px;
  letter-spacing: 0.2em;
}

h5 a:hover{
  background-color:#FDFCF2;
  background-image: url(./img/arrow_01.gif);
  background-repeat: no-repeat;
  background-position: 9px 9px;
  text-decoration: underline;
}

h6 {
  font-size: small;
  color: #330000;
  text-indent: 20px;
  background-image: url(img/arrow_03.gif);
  background-repeat: no-repeat;
  background-position: 3px center;
  line-height: 30px;
  font-weight:normal;
  margin-top: 5px;
  margin-right: 50px;
  margin-top: 5px;
  margin-left: 0px;
  margin-bottom: 20px;
  float: right; 
  clear: both;
}

/* 小見出し */
.details_head {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-left: 10px solid #093d86;
	font-weight:bold;
}


/* -- 文字 -- */
#contents u {
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: #F00;
  padding-bottom: 1px;
}

#contents blockquote,cite {
  margin: 1em 2em;
  color: #330000;
  border-left: 3px solid #330000;
  padding-left: 1em;
  width: 500px;
}

#contents hr{
  border:none;
  border-top:dashed 1px #CCC;
  height:1px;
  color:#FFFFFF;
  margin: 0 6 0 6;
  width: 90%;
  margin-left:auto;
  margin-right:auto;
}

div.naiyou ul {
  margin-left: 3em;
  line-height: 1.6em;
  padding-bottom:1.5em;
}

div.naiyou ol {
  margin-left: 3em;
  line-height: 1.6em;
}

div.naiyou li {
  margin-bottom:0.5em;
}


/* --- リストマーク付きリスト --- */

#contents .list ul {
list-style-type: none;
}

#contents .list li {
background: url(../img/listmark.gif) no-repeat 0 1px;
padding-left: 15px;
padding-bottom:1em;
list-style-type: none;
font-size:14px;
}

/* --- 業績段組みリストエリア --- */

.box1 { width:50%;
		float:left; }

.box2 { width:50%;
		float:right; }
.space { clear:both; }




/* --- フローチャートリストエリア --- */
ol.flow {
width: 500px; /* リストエリアの幅 */
margin: 0;
padding: 0;
font-size: 80%;
}

/* --- リスト項目 --- */
ol.flow li {
margin-bottom: 12px; /* リスト項目の下マージン */
padding-bottom: 28px; /* リスト項目の下パディング */
background: url(../img/flow_back.gif) no-repeat center bottom; /* リスト項目の背景 */
list-style-type: none;
}
/* --- 最後のリスト項目 --- */
ol.flow li.last {
margin-bottom: 0;
padding-bottom: 0;
background-image: none;
}

/* --- ボックス --- */
ol.flow dl {
margin: 0;
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
}

/* --- タイトルエリア --- */
ol.flow dt {
padding: 9px 10px 7px; /* タイトルエリアのパディング（上、左右、下） */
background-color: #f9f9f9; /* タイトルエリアの背景色 */
border-bottom: 1px #c0c0c0 solid; /* タイトルエリアの下境界線 */
font-weight: bold;
color: #999999;
}
/* --- タイトル --- */
ol.flow dt strong {
margin-left: 3px;
color: #2b2b2b;
}

/* --- 本文エリア --- */
ol.flow dd {
margin: 0;
padding: 15px 10px; /* 本文エリアのパディング（上下、左右） */
background-color: #ffffff; /* 本文エリアの背景色 */
color: #2b2b2b;
line-height: 150%;
}

/* --- staff写真リストエリア --- */
ul.thumbnail {
width: 500px; /* リストエリアの幅 */
margin: 0;
padding: 0;
list-style-type: none;

}

/* --- リスト項目 --- */
ul.thumbnail li {
padding: 10px 15px; /* リスト項目のパディング（上下、左右） */
}

/* --- 項目内容 --- */
ul.thumbnail dl {
width: 100%;
margin: 0;
font-size: 90%;
}

/* --- 写真エリア --- */
ul.thumbnail dt.photo {
width: 160px; /* 写真エリアの幅 */
float: left;
}
ul.thumbnail dt.photo img {
border: 1px #808080 solid; /* 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.thumbnail dt.title,
ul.thumbnail dd {
margin: 0 0 0 180px; /* キャプションエリアのマージン（上右下左） */
}

/* --- タイトルエリア --- */
ul.thumbnail dt.title {
	margin-bottom: 5px; /* タイトルエリアの下マージン */
	line-height: 120%;
}

ul.thumbnail dt strong {
	font-size:120%;
}

ul.thumbnail dt small {
	margin-left:10px;
	font-size:90%;
}

/* --- コメントエリア --- */
ul.thumbnail dd {
line-height: 150%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- コメント付きリストエリア --- */
ul.name {
width: 550px; /* リストエリアの幅 */
margin: 0;
padding: 0;
list-style-type: none;
}

/* --- リスト項目 --- */
ul.name li {
padding: 10px 15px; /* リスト項目のパディング（上下、左右） */
}

/* --- 項目内容 --- */
ul.name dl {
width: 100%;
margin: 0;
font-size: 90%;
}

/* --- キャプションエリア --- */
ul.name dt.title,
ul.name dd {
margin: 0 0 0 0; /* キャプションエリアのマージン（上右下左） */
}

/* --- タイトルエリア --- */
ul.name dt.title {
	margin-bottom: 5px; /* タイトルエリアの下マージン */
	line-height: 120%;
}

ul.name dt strong {
	font-size:120%;
}

ul.name dt small {
	margin-left:10px;
	font-size:90%;
}

/* --- アイコン --- */

div.site_icon {
	padding: 10px 5px 5px 10px;
	}

.icon-list li {
	display: inline;
	list-style: none outside;
}

/* --- アイコンここまで --- */


/* --- コメントエリア --- */
ul.name dd {
	line-height: 150%;
	padding-left: 30px;
	text-align: justify; /* --- 両端揃え --- */ 
	text-justify: inter-ideograph;/* --- 両端揃え --- */ 
	line-break: strict;/* --- 禁則処理 --- */ 
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/*---name内リスト--------------*/

ul.in_name_list {
margin: 0;
padding: 0;

}

/* --- リスト項目 --- */
ul.in_name_list li {
	margin-left: 5px;
	padding: 0 0 5px 5px; /* 項目のパディング（上右下左） */
	line-height: 110%;
}


/*---name内リストここまで--------------*/


/*---スタッフ紹介ページ--------------*/

div.namelist {
width: 100%; /* ナビゲーションの幅 */
}

/* --- 紹介エリア --- */
div.namelist ul.nl {
margin: 0;
padding: 20px 0 5px 0; /* メニューのパディング(上右下左） */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.namelist ul.nl li {
float: left;
}

/* --- 項目指定 --- */
div.namelist ul.nl li.item1 {
margin: 2px;
padding: 0 15px 0 0;	
font-size: 120%;
font-weight: bold;
}
div.namelist ul.nl li.item2 {
margin: 1px;	
}
div.namelist ul.nl li.item3 {
margin: 1px;	
}

/* --- リンク --- */
div.namelist ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 2px 5px; /* リンクエリアのパディング（上下、左右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.namelist ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- コメント --- */
.com {
	font-size:small;
	font-weight:normal;
	}

/* --- コメントここまで --- */


/* --- Staff名前リスト --- */

div.staffname ul {
margin: 0;
list-style-type: none;
}

div.staffname li {
margin: 2px;
font-size: 120%;
font-weight: bold;
}


div.staffname img {
margin-left: 5px;
vertical-align:baseline; 
}

/* --- 名前だけここまで --- */


/*---スタッフ紹介ページここまで--------*/


/*---名前リスト案--------------*/

div.nameNav {
font-size: 80%;
}

/* --- メニューエリア --- */
div.nameNav ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center; /* メニューのセンタリング */
}

/* --- メニュー項目 --- */
div.nemeNav ul.nl li {
margin: 0 4px; /* 項目のパディング（上下、左右） */
display: inline;
}

/*---名前リスト案ここまで--------------*/


/*---ページの途中に表示するpagetop--------------*/

.pagetop {
  font-size: small;
  width: 600px;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}

/*---ページの途中に表示するpagetop　ここまで--*/

/* -------------------------------------------------------------
   [4] 位置情報に関する指定 */

/* --- リストエリア --- */
ol.topicPath {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
}

/* --- リスト項目 --- */
ol.topicPath li {
display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
}

ol.topicPath li.home {  
    background:none;  
}  


/* 

/* --- PC用ナビゲーションバー --- */
div.nav {
width: 140px; /* ナビゲーションの幅 */
font-size: 80%;
margin:auto;
}

/* --- メニューエリア --- */
div.nav ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
padding: 3px 1px; /* 項目のパディング（上下、左右） */
background-color: #f9f9f9; /* 項目の背景色 */
border: 1px #c0c0c0 dotted; /* 最上部の境界線 */
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 8px 10px; /*
リンクエリアのパディング（上下、左右） */
border-left: 4px #c0c0c0 solid; /* リンクエリアの左境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-size: 110%;
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
border-left-color: #e0e0e0; /* ポイント時の左境界線色 */
}

-------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

.center { text-align: center; }

.footer {
	margin-left: 90px;
	margin-top:  10px;
}


/* -------------------------------------------------------------
   [7]表に関する指定 */



/* 表用 */


#list {　
  font-size: 15px;
  margin: 5px;
  border-collapse: collapse;
  border: 1px solid #c5c5c5;
  text-align: center;
}

#list th {
  padding: 8px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  color: #333333;
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  background: #F3E1BC; 
  width: 60px;
}


#list td {
  padding: 5px;
  color:#333;
  font-size: 15px;
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  text-align: left;
  width: 190px;
}


#list a {
  text-decoration: none;
  color: #003399;
}

#list a:hover {
  text-decoration: underline;
  background-color: #f7ffe5;
  color: #003399;
  text-align: center;
}



/*-----各種中央寄せ-----*/

div.center {
	width:500px;
	margin:0 auto 0 auto;
	}

img.center {
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: 10px;
 margin-bottom: 10px;	
	}

p.center {
	 text-align: center;
}
	
p.right {
	text-align: right;
	}
	
.text-center {
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 margin-bottom: 10px;
}

td.text-center {
 text-align:center;
 letter-spacing: 0.2em;
}


/*-----各種アイコン付与-----*/
a[href$=".pdf"]{
	padding-right: 20px;
	background: url(../img/pdf.gif)no-repeat right;
}
a[href$=".zip"]{
	padding-right: 20px;
	background: url(../img/zipicon.gif)no-repeat right;
}
a[href$=".doc,.docx"]{
	padding-right: 20px;
	background: url(../img/word.gif)no-repeat right;
}
a[href$=".xls,.xlsx"]{
	padding-right:20px;
	background:url(../img/excel.gif)no-repeat right;
} 
a.key{
padding-right:20px;
background:url(../img/key.png)no-repeat right;
} 

