@charset "utf-8";
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ *
　CSS Document
　　□ Copyright 2004- Synchron Web Design All Rights Reserved
	このページで使用するファイルのインポート先と、ページ固有の設定が書いてある。
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */


/* 各種ファイルのインポート
======================================================================================== */
@import url(textsettings.css);			/* 文字装飾についての設定 */
@import url(thumbslist_200.css);			/* 文字装飾についての設定 */

* {
  margin: 0;
  padding: 0;
}
/* 汎用リストスタイル打消し */
#nostyle ul {
  list-style: none;
}
#nostyle li {
  line-height:1.8em;
  list-style: none;
  }

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }

/* -------------------------------------------------------------
   レイアウトに関する指定 */

body {
	font-size: 85%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	background-image: url(../img/topImage.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #FFFFFF;
}

/*-- 囲み --*/
#wrap {
	text-align: left;
	width: 960px;
	position: relative;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #3399FF;
	border-left-color: #3399FF;
	border-top-width: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #0066CC;
	border-bottom-color: #3399FF;
}

/*-- ヘッダー --*/
#header {
	width: 100%;
	height: 180px;
	position: relative;
	background-image: url(../img/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin: 0px;
}

#header-kaatsu {
	width: 100%;
	height: 180px;
	position: relative;
	background-image: url(../img/bg-header-kaatsu.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin: 0px;
}

#header-bou {
	width: 100%;
	height:430px;
	position: relative;
	background-image: url(../img/bosai/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin: 0px;
}

/*-- コンテナー部分 --*/
#container {
	width: 100%;
	background-color: #FFFFFF;
}

/*-- メインコンテンツ部分３段 --*/
#contents {
	width: 480px;
	float: left;
	margin-bottom: 4em;
	background-color: #FFFFFF;
	overflow: auto;
	height: 1000px;
	color: #333;
}

/*-- メインコンテンツ部分２段 --*/
#contents2 {
	width: 760px;
	float: left;
	margin-bottom: 4em;
	background-color: #FFFFFF;
	color: #333;
}
/*-- インナー部分 --*/
#inner {
	margin: 1em;
}

/*-- 左右サイドバー部分 --*/
#left-sidebar {
  width: 180px;
  float: left;
  margin-right: 10px;
}

#right-sidebar {
  width: 280px;
  float: right;
}

/*-- フッター部分 --*/
#footer {
	background-image: url(../img/bg-body.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* -------------------------------------------------------------
   ヘッダーに関する指定 */

/* -- キーワード -- */
h1 {
	font-size: 115%;
	font-weight: normal;
	text-align: right;
	position: absolute;
	top: 10px;
	color: #3366CC;
	left: 10px;
}
#header-bou h1 {
	font-size: 85%;
	font-weight: normal;
	text-align: right;
	position: absolute;
	top: 2px;
	color: #3366CC;
	left: 10px;
}


/* -- 頁タイトル -- */
.logo {
	font-size: 80%;
	position: absolute;
	top: 60px;
	color: #003300;
	padding: 10px;
	right: 10px;
}
#header-bou .logo {
	font-size: 80%;
	position: absolute;
	top:400px;
	color: #003300;
	padding: 10px;
	left: 10px;
} 

.logo a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.logo a:hover {
  color: #ff0000;
  text-decoration: none;
}

/* -- ページの概要 -- */
.description {
	position: absolute;
	top: 150px;
	color: #0099FF;
	left: 15px;
	font-size: 90%;
}

/* -- ページの概要 -- */
#header-bou .description {
	position: absolute;
	top: 240px;
	color: #0099FF;
	left: 15px;
	font-size: 90%;
}


/* -------------------------------------------------------------
   コンテンツブロック */

/* 見出し */
h2 {
	font-size: 120%;
	background: url(../img/bg-h.gif) no-repeat 0 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #66ccff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 45px;
}
h3,h4,h5,h6 {
	font-size: 120%;
	background: url(../img/sub-tytle3.gif) no-repeat 0 0;
	margin: 0 0 0.5em;
	padding: 0 0 5px 55px;
}

h3,h4,h5,h6 { margin-top: 1em; }

/* 文字 */
#contents, #contents2 p{
  line-height: 2em;
  margin-bottom: 0.5em;
}

/* -------------------------------------------------------------
   [4] サイドバー */

#left-sidebar,
#right-sidebar { font-size: 90%; }

/* サイドバータイトル */
.side-title {
  text-align: center;
  padding: 5px 0 5px;
  background: url(../img/bg-sidetitle.jpg) no-repeat 0 0;
  color: #000;
}
.side-title2 {
  text-align: center;
  padding: 5px 0 5px;
  background: url(../img/bg-sidetitle2.jpg) no-repeat 0 0;
  color: #000;
}

.localnavi {
  list-style-type: none;
}

.localnavi2 {
  list-style-type: none;
}

.localnavi li { display: inline; }
.localnavi2 li { display: inline; }

.localnavi a {
  text-decoration: none;
  width: 170px;
  display: block;
  padding: 4px;
}
.localnavi2 a {
  text-decoration: none;
  width: 270px;
  display: block;
  padding: 4px;
}
#left-sidebar .localnavi a {  border: 1px outset #000;
  background-color: #333;
  color: #eee;
}

#right-sidebar .localnavi2 a {  border: 1px outset #eee;
  background-color: #e0ffff;
  color: #000;
}

#left-sidebar .localnavi a:hover {
  text-decoration: none;
  background-color: #ccff00;
  color: #000000;
  border: 1px outset #fff;
}
#right-sidebar .localnavi2 a:hover {
  text-decoration: none;
  background-color: #ccff00;
  color: #000000;
  border: 1px outset #fff;
}

/*----------------------サイドバー内のDIV
ボーダーはこの部分に指定してある。
#sidebarで幅を変更した場合など、ここで
メニューなどの幅を指定する。
.localnavi等の幅指定はない。
----------------------------------------*/
#left-sidebar div,
#right-sidebar div {
  width: 170px;
  margin-bottom: 2em;
  padding: 4px;
  border: 1px solid #666;
}

#left-sidebar dt,
#right-sidebar dt {
  margin-bottom: 0.5em;
  color: #903;
}

#left-sidebar dd,
#right-sidebar dd {
  margin-bottom: 1em;
  line-height: 1.5em;
}

#left-sidebar div p,
#right-sidebar div p { margin-bottom: 1em; }

#left-sidebar div ul,
#right-sidebar div ul { margin-left: 15px; }

#left-sidebar div ol,
#right-sidebar div ol { margin-left: 25px; }

#left-sidebar div li,
#right-sidebar div li { margin-bottom: 0.5em; }


/* -------------------------------------------------------------
   フッター */

#footer p { text-align: center; }
.footerNavi {
	clear:both;
	height: 20px;
	}
.footerNavi ul {
    display: inline;
	width: 100%;
	margin-bottom: 5px;
	margin-left: -300px;
   }  
.footerNavi li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
   }
/* -------------------------------------------------------------
   アクセスカウンター */

#counter {
  margin: 0;
  clear: both;
}

.clear {clear:both;}

/* 区切り線hrの設定 */
hr {
	height: 1px; /* 高さ */
	margin-bottom: 30px;
	margin-top: 10px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #66CCFF;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;

}

/* ---------------------------------------------------------------- *
	問い合わせバナーの設定
 * ---------------------------------------------------------------- */
#refarenceBanner {
	position:absolute;
	top:0px;
	width:420px;
	height:39px;
	z-index:100;
	display: block;
	right: 0px;
}
/* 問い合わせバナーについてボタン、オンマウス時のギミック */
div#refarenceBanner a{
	display:block;
	width:420px;
	height:39px;
	text-indent:-5432px;
	overflow:hidden;
	margin: 0;
	outline : 0 ;
}
a.refarenceBanner{
    background-image:url(../img/askBannner01.gif);
}
a:hover.refarenceBanner{
    background-position:0px -39px;

}
#mainImg {
	width:100%;
	margin: 0px;
	padding: 0px;
   }	
 
   /* 追従メニューパネル */
.scrolllayerfixed{
	position:absolute;
	width:280px;
	height: 460px;
	top: 10px;
	border: 5px double #6CF;
	z-index: 100;
	background-color: #fff;
	layer-background-color: #FFFFFF;
	font-size: 100%;
	padding-left: 15px;
	line-height: 2.4em;
	left: 10px;
	text-align: left;
	padding-right: 10px;
	padding-top: 15px;
}
.scrolllayerfixed ol {
	padding-left:15px;
}

