/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }
.img { float: left; margin: 5px 5px 5px 0; }


/* リンク色（ページ全体） */

a { color: #669900; text-decoration: underline; }
a:hover { color: #ff9900; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}
.map
{
    width: 390px;
    height: 250px
}
.button
{
    padding: 3px;
}
.sort
{
    font-size: 8px;
}
.search_list
{
       background: #E5FFFF;
}
/* ページレイアウト */

body
{
   min-width: 100%;
   margin: 0px;
   padding: 0px;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #666;
   background: url(../images/bg16_y.gif) repeat;
   /*background: #FEF4CA ; 本番 */
   /*background: #FF7700 ;*/
   /*background: #EAEAE9 ;*/
   
   line-height: 1.5;
}
table
{
   font-size: 12px;
   table-layout: fixed;
}
td
{
}
#container
{
   position: relative;
   padding: 0px 5px 0px 5px; 
   text-align: left;
   width: 1000px;
   background: #ffffff;
}
#container_detail
{
   position: relative;
   padding: 0px 5px 0px 5px; 
   text-align: left;
   width: 640px;
   background: #ffffff;
}

/* ヘッダー（レイアウト） */

#title
{
   position: relative;
   width: 100%; /* necessary for ie win */
}
#banner
{
   position: relative;
   width: 80%; /* necessary for ie win */
   height: 184px;
   background: url(../images/title.jpg)  no-repeat;
}
#banner2
{
   position: relative;
   width: 100%; /* necessary for ie win */
   height: 235px;
   background: url(../images/title2.jpg)  no-repeat;
   display: none;
}
#banner3
{
   position: relative;
   width: 100%; /* necessary for ie win */
   height: 235px;
   background: url(../images/title3.jpg)  no-repeat;
   display: none;
}
#banner_detail
{
   position: relative;
   width: 100%; /* necessary for ie win */
   height: 75px;
}
#header
{
   position: relative;
   width: 100%; /* necessary for ie win */
   height: 40px;
}

/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
   position: relative;
   width: 100%;
   text-align: left; 
   background: #ffffff;
}


/* メインコンテンツ基本レイアウト */
#side_bar { 
   position: relative;
   float: left;
   min-height: 1px;
   width: 190px; 
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 30px 0px;
   background: #ffffff;
}
#alpha { 
   position: relative;
   float: right;
   min-height: 1px;
   width: 800px; 
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 30px 0px;
   background: #ffffff;
}
#alpha_detail { 
   position: relative;
   float: right;
   min-height: 1px;
   width: 640px; 
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 30px 0px;
   background: #ffffff;
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
   width: 0px;
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#infomation {
   padding: 30px 0px 0px 0px;
   height: 130px;
   background: url(../images/bar_infomation.jpg)  no-repeat;
   overflow-y: scroll;
}

#search {
   position: relative;
   padding: 0px 0px 0p 0px;
   background: url(../images/bar_search.jpg)  no-repeat;
}
#search_tenpo {
   position: relative;
   padding: 30px 0px 0px 0px;
   background: url(../images/bar_search_tenpo.jpg)  no-repeat;
}
#baibai {
   padding: 30px 0px 10px 0px;
   background: url(../images/bar_baibai.jpg)  no-repeat;
}
#osusume {
   padding: 30px 0px 1px 0px;
   background: url(../images/bar_osusume.jpg)  no-repeat;
}
#oyakudachi {
   padding: 30px 0px 0px 0px;
   background: url(../images/bar_oyakudachi.jpg)  no-repeat;
}

#company {
   padding: 30px 0px 0px 0px;
   height: 550px;
   background: url(../images/bar_company.jpg)  no-repeat;
}
#mail {
   padding: 30px 0px 0px 0px;
   background: url(../images/bar_mail.jpg)  no-repeat;
}
#mobile {
   padding: 30px 0px 0px 0px;
   height: 300px;
}

/* フッター */

#footer
{
   width: 100%; /* necessary for ie win */
   height: 30px;
   position: relative;
   border-top: 2px solid #E4EBDA;
   margin: 0;
}
#footer_detail
{
   width: 640px; /* necessary for ie win */
   height: 30px;
   position: relative;
   border-top: 2px solid #E4EBDA;
   margin: 0;
}

#footer-inner
{
   font-size: 10px;
   color: #666;
   text-align: center;
   line-height: 30px;
}

fieldset {
    border-width: 0;
    padding: 0;
}
fieldset .inner {
    margin: 0 20px;
}
fieldset .setting {
    overflow: hidden;
    width: 100%;
}
fieldset .setting_line {
    overflow: hidden;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #D7E3F5;
}
fieldset .label {
    float: left;
    width: 110px;
    margin: 4px 5px 0 5px;
    color: #222;
    font-weight: bold;
    text-align: left;
}

fieldset .none {
    float: left;
    margin: 4px 5px 0 5px;
    color: #222;
    text-align: left;
}

fieldset .field {
    float: left;
    margin: 0;
}
.field2 {
   font: bold;
   font-size: 14px;
}
.on {
    color: #000;
}
.off {
    color: #ccc;
}

/* */
#btn_home {
   position: absolute;
   top: 205px;
   left: 0px;
   z-index: 9;
}
#btn_tenpo {
   position: absolute;
   top: 190px;
   left: 155px;
   z-index: 8;
}
#btn_company {
   position: absolute;
   top: 205px;
   left: 300px;
   z-index: 7;
}
#btn_mail {
   position: absolute;
   top: 190px;
   left: 460px;
   z-index: 6;
}
#btn_mobile {
   position: absolute;
   top: 205px;
   left: 615px;
   z-index: 5;
}
#btn_search {
   position: absolute;
   top: -30px;
   left: -15px;
   z-index: 9;
}
#map {
   display: block;
}
#alia_0 {
   display: none;
}
#alia_1 {
   display: none;
}
#alia_2 {
   display: none;
}
#alia_3 {
   display: none;
}
#alia_4 {
   display: none;
}
#alia_5 {
   display: none;
}
#searchList {
   display: none;
}
#detailSearch {
   display: none;
}
#map_north {
   position: absolute;
   top: 95px;
   left: 610px;
   z-index: 1;
}
#map_south {
   position: absolute;
   top: 230px;
   left: 610px;
   z-index: 1;
}
#map_west {
   position: absolute;
   top: 170px;
   left: 520px;
   z-index: 1;
}
#map_east {
   position: absolute;
   top:135px;
   left: 700px;
   z-index: 1;
}
#map_center {
   position: absolute;
   top: 170px;
   left: 620px;
   z-index: 1;
}
#fukumaya_map {
	vertical-align: top;
	background: url(../images/map2.jpg)  no-repeat;
	height: 200px;
	z-index: 0;
}
#map_north_tenpo {
   position: absolute;
   top: 45px;
   left: 610px;
   z-index: 5;
}
#map_south_tenpo {
   position: absolute;
   top: 180px;
   left: 610px;
   z-index: 5;
}
#map_west_tenpo {
   position: absolute;
   top: 120px;
   left: 520px;
   z-index: 5;
}
#map_east_tenpo {
   position: absolute;
   top:85px;
   left: 700px;
   z-index: 5;
}
#map_center_tenpo {
   position: absolute;
   top: 120px;
   left: 620px;
   z-index: 5;
}
/* ============================================*/
/* 一覧表示(TH)                                */
/* ============================================*/
/* 一覧テーブル(TH) */
table th {
	font-size: 12px;
	color: #000000;
	font-weight: 600;
	background-color: #E0FCA9;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}
/* ============================================*/
/* 一覧表示(TD)                                */
/* ============================================*/
/* 一覧テーブル(TD) */
table td {
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px 0px 0px 2px;
}

#company table th {
	width: 180px;
	padding: 10px;
}
#mail table th {
	width: 180px;
	padding: 10px;
}
#osusume table td {
	vertical-align: top;
}
ul
{
  list-style-image: url(list-style.gif);
}
pre
{
  font-family: "Lucida Console" , "Courier New" , Verdana;
  border: 1px solid #CCC;
  background: #f2f2f2;
  padding: 10px;
}
code
{
  font-family: "Lucida Console" , "Courier New" , Verdana;
  margin: 0;
  padding: 0;
}
#gallery
{
  padding: 17px;
  background: #e1eef5;
}
