﻿@charset "utf-8";

/* =======================================

	default.css

========================================== */


/* font-size
========================================== */
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	line-height:1.4em;
}
table{
	font-size:inherit;
	font:100%;
}

/* link
========================================== */
a{
	color:#8DB96A;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#8DB96A;
}
a:hover {
	color:#187FC4;
	text-decoration:none;
}

/* common
========================================== */
html{
	background-color:#FBFBF9;
}
body{
	border-top:4px solid #187FC4;
	/*border-top:78px solid #187FC4;*/
	position: relative;
}
#banner_10thanniversary {
	position: absolute;
	top: -78px;
	left: 50%;
	margin-left: -480px;
}

/* header
========================================== */
#header{
	width:960px;
	margin:0 auto;
	zoom:1; /* print bug fix */
}
#header_left{
	float:left;
	display:inline;
	width:70px;
	padding:10px 0 0 14px;
}
#header_right{
	float:right;
	display:inline;
	width:486px;
}
#header_right_debug{
	float:right;
	display:inline;
	width:610px;
}




#navi_sub li{
	float:right;
	display:inline;
}
#navi{
	margin-top:14px;
}
#navi li{
	float:left;
	display:inline;}

/* menu
========================================== */
#navi1{
	background:url(../img/navi/top_hover.jpg) no-repeat 0 0 #FBFBF9;
}
#navi2{
	background:url(../img/navi/businessLines_hover.jpg) no-repeat 0 0 #FBFBF9;
}
#navi3{
	background:url(../img/navi/installationRecord_hover.jpg) no-repeat 0 0 #FBFBF9;
}
#navi4{
	background:url(../img/navi/companyOverview_hover.jpg) no-repeat 0 0 #FBFBF9;
}
#navi5{
	background:url(../img/navi/downLoad_hover.jpg) no-repeat 0 0 #FBFBF9;
}


/* contents
========================================== */
#main{
	width:960px;
	margin:21px auto 35px;
	min-height:650px;
}
#pageTitle{
	margin-bottom:14px;
}
#topicPath{
	margin:0 14px 14px;
}
#topicPath a{
	padding-right:21px;
	background:url(../img/list/topicPath.jpg) no-repeat 100% 50% #FBFBF9;
}
#topicPath li{
	float:left;
	display:inline;
}
#left_content2{
	margin-top: 15px;
}
#left_content,
#left_content2{
	float:left;
	display:inline;
	width:608px;
	padding:21px;
	border:1px solid #CCC;
	background:url(../img/common/contentBg.jpg) no-repeat 0 0 #F1F1ED;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#left_content_container{
	float:left;
	display:inline;
	width:608px;
}
#left_content_container #left_content,
#left_content_container #left_content2,{
	float: none;
	display: block;
}

/* ----- double column type ----- */
#cont_left{
	float:left;
	display:inline;
	width:219px;
}
#cont_left p{
	margin-bottom:14px;
}
#cont_left span.imgCaption{
	display:block;
	font-size:93%;
	padding-top:0.6em;
	text-align:center;
}

#cont_right{
	float:right;
	display:inline;
	width:350px;
}
#cont_right p{
	font-size:116%;
	line-height:1.6em;
	margin-bottom:1em;
}
#right_content{
	float:right;
	display:inline;
	width:296px;
}
/* ----- /double column type ----- */

#right_menu{
	margin-bottom:21px;
	padding-bottom:3px;
	background:url(../img/right_menu/right_menu_bgBottom.jpg) no-repeat 0 bottom #FBFBF9;
}
#right_menu_title{}
#right_menu_list{}

#banner{
	margin-left:10px;
}

/* ----- top information ----- */
.topInfo {
  cursor: pointer;
  width: 740px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 15px;
  margin-top: 21px;
}
.topInfo:hover { background-color: #f5f5f5; }

.topInfo__ttl {
  min-height: 18px;
  color: #333;
  font-size: 92%;
  font-weight: bold;
  line-height: 1;
  background-image: url("../img/top/icn_bookmark.png");
  background-repeat: no-repeat;
  padding: 2px 0 0 28px;
  margin-bottom: 2px;
}
.topInfo__ttl__date {
  font-size: 77%;
  font-weight: normal;
  margin-left: 0.5em;
}

.topInfo__desc {
  color: #333;
  padding-left: 28px;
}
.topInfo__desc__link {
  display: inline-block;
  color: #0080c5;
  font-size: 77%;
  text-decoration: underline;
  margin: 6px 0 0;
}

/* footer
========================================== */
#pageTop{
	width:960px;
	margin:0 auto;
	text-align:right;
}
#footer_container{
	background-color:#187FC4;
	padding:50px 0 25px;
}
#footer{
	width:960px;
	margin:0 auto;
	background:url(../img/common/addressBg.jpg) no-repeat 0 0 #187FC4;
}
address{
	padding-top:0.5em;
	font-family: Verdana;
	font-size:85%;
	color:#FFF;
	text-align:center;
}
