/*=== 全体 ===*/
body {
  text-align: left;
  font-size: 12px;
  background: white url(/images/body_bg.gif) center 65px no-repeat;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
#all {
  width: 800px;
  margin: 0 auto;
}



/*=== ヘッダ ===*/
#header {
  background: url(/images/header_bg.gif) 0 24px no-repeat;
  height: 83px;
  position: relative;
}
#header #site_top_flash, 
#header p {
  position: absolute;
  text-indent: -10000px;
}
#header h1#site_top_flash {
  width: 180px;
  height: 55px;
  top: 20px;
  left: 0;
}
#header #site_top_flash {
  top: 25px;
  left: 0px;
}

#header h1 a, 
#header #site_top a {
  width: 100%;
  height: 100%;
  display: block;
}
#header h1 a:hover {
  background: url(/images/header_bg.gif) -800px 4px no-repeat;
}

#header #subtitle {
  top: 60px;
  left: 195px;
}
#header #site_top {
  width: 40px;
  height: 10px;
  top: 22px;
  right: 2px;
}

/*=== メニュー ===*/
#menu {
  margin-top: 12px;
  background: url(/images/menu_btn/header_menu.gif) center 3px no-repeat;
  height: 42px;
}
#menu ul { 
  margin-left: 6px;
  padding-top: 1px;
}
#menu li, 
#menu li a { display: block; }
#menu li {
  margin-right: 5px;
  float: left;
}
#menu li a {
  text-indent: -10000px;
  width: 153px;
  height: 45px;
}

#menu .about_us   a:hover { background: url(/images/menu_btn/header_menu.gif) 0 -43px no-repeat; }
#menu .business   a:hover { background: url(/images/menu_btn/header_menu.gif) -158px -43px no-repeat; }
#menu .our_works  a:hover { background: url(/images/menu_btn/header_menu.gif) -316px -43px no-repeat; }
#menu .infomation a:hover { background: url(/images/menu_btn/header_menu.gif) -474px -43px no-repeat; }
#menu .contact_us a:hover { background: url(/images/menu_btn/header_menu.gif) -632px -43px no-repeat; }

/*=== コンテンツ ===*/
#content {
  width: 778px;
  margin-top: 10px;
  padding: 106px 11px 0;
}

#content_left, 
#content_right {
  background: white;
  float: left;
  height: 100%;
}
#content_left { width: 213px; }
#content_right { width: 565px; }

/* ここから全てのページで使うスタイルを書いておく */
#content h2 { text-indent: -10000px; }
#content h3 { width: 565px; }


/* 左メニュー画像 */
#content_left li a {
  height: 31px;
  display: block;
}

#content_left ul {
  margin-top: 14px;
  margin-left: 18px;
  display: block;
  width: 178px;
  text-indent: -10000px;
}


/* パンくずリスト */
.bread_list {
  margin: 9px 17px 3px 0;
  text-align: right;
  font-size: 10px;
  color: #999999;
}

/* サブページタイトルのスタイル */
h3 {
  padding-bottom: 1px;
  height: 31px;
}
h3.page_title {
  display: block;
  text-indent: -10000px;
  background-repeat: no-repeat;
}

/* メインコンテンツとフッターとの間を調整 */
.main_content_frame {
  margin-top: 11px;
  margin-bottom: 20px;
}

/* 文章の高さ */
.main_content_frame p {
  line-height: 22px;
  letter-spacing: 1.3px;
}


/* 灰色のアンダーライン */
.main_content_frame h4, .main_content_frame table th, .main_content_frame table td {
  border-bottom: 1px solid #C8C8C8;
}

.main_content_frame h4 {
  margin-bottom: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
}

/* 写真や文章を入れるブロック */
.main_content { width: 506px; }



/*=== フッター ===*/
#footer {
  height: 40px;
	margin-top: 10px;
  padding-left: 5px;
  border-top: 3px solid #b2b2b2;
  font-size: 10px;
  position: relative;
}

#footer ul, 
#footer p { position: absolute; }
#footer ul, 
#footer #top_of_page { text-indent: -10000px; }

#footer ul {
  width: 400px;
  top: 5px;
  background: url(/images/footer_bg.gif) left top no-repeat;
}
#footer li { 
  float: left;
  margin-right: 30px;
  line-height: 1;
}
#footer li.site_policy    { width: 70px; }
#footer li.privacy_policy { width: 100px; }
#footer li.sitemap        { width: 60px; }
#footer li.link           { width: 30px; }

#footer li a {
  width: 100%;
  display: block;
}

#footer #top_of_page {
  width: 68px;
  top: 5px;
  right: 0;
  background: url(/images/footer_bg.gif) right top no-repeat;
  line-height: 1;
}
#footer #top_of_page a {
  width: 100%;
  display: block;
}

#all #footer #copyright {
  margin: 0;
	padding: 0;
	line-height: 15px;
  top: 20px;
}









/************************ bug fix *************************/

/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


