@charset "utf-8";
/* CSS Document */

body {
	color: #666666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFFFFF;	/*全体の背景色*/
	background-image:url(img/body_bk.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding-top: 0px;
}
ul{
	list-style-type: none;
	margin: 0px;
    padding: 0px;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;	/*リンクテキストの色*/
}
a:hover {
	color: #e7b147;	/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したままがいいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック。）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 100%;/*コンテナー幅*/
	height:100%;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（メイン画像、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	width: 940px;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
	background-image: url(img/head_img02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
}



/*h1見出しタグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 9px;			/*文字サイズ*/
	text-align: right;		/*右寄せ*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字のままがいいならこの１行削除。*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定。通常がいいならこの１行削除。*/
	color: #666666;			/*文字色*/
	line-height: 15px;
}
h1 a {
	text-decoration: none;
	color: #999;	/*文字色*/
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main_box {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	clear:both;
	overflow:hidden;
}


#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 680px;	/*メインコンテンツ幅*/
	padding: 0px 0px;	/*左から、上下、左右への余白*/
}

#main .splittitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393939;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	color: #C00;
}

/*レフトコンテンツ
---------------------------------------------------------------------------*/
#left {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 245px;
	height:100%;
	display:inline;
	overflow:hidden;
}

#left .submenu li a{
	background-image: url(img/leftnavi_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 245px;
	padding-left: 60px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	line-height:50px; /*文字を縦中央に配置*/
}

#left .submenu li a:hover{
	color: #e7b147;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	padding-top: 22px;
	clear: both;
	width: 100%;
	height: 250px;
	line-height: 1.6em;
	color: #666;	/*文字色*/
	background-image: url(img/fotter_bk.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
}

#footer_box {
	width:940px;
	margin-right:auto;
	margin-left:auto;
	height:250px;
}

.footer_logo {
	float: left;
}

.footer_adr {
	text-align:left;
	clear: right;
	float: right;
}

#footer_box .copy {
	padding-top: 210px;
	text-align: right;
}

/*STYLES
---------------------------------------------------------------------------*/
.margin_top10 {
	margin-top: 10px;
}
.margin_top20 {
	margin-top: 20px;
}
.margin_top30 {
	margin-top: 30px;
}
.margin_top50 {
	margin-top: 50px;
}
.margin_bottom30 {
	margin-bottom:30px;
}
.margin_bottom20 {
	margin-bottom:20px;
}
.margin_bottom10 {
	margin-bottom:10px;
}
.padding_left10 {
	padding-left:10px;
}
.float_R {
	float: right;
}
.float_L {
	float: left;
}
.clear {
	clear: both;
}
.textbox {
	padding-left:5px;
	line-height:27px;
	letter-spacing:0.08em;
	
}
.center{
	text-align:center;
}

/*施工事例
---------------------------------------------------------------------------*/
#main .works ul{
	padding-top: 10px;
	padding-bottom: 20px;
	width: 680px;
	clear:both;
}
#main .works li {
	float: left;
	width: 220px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	
}

/*会社概要
---------------------------------------------------------------------------*/
.table_border {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #e58b0a;
	border-left-color: #e58b0a;
}
.td_border {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	text-align: center;
	color:#FFF;
}
.td_border2 {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e58b0a;
	border-bottom-color: #e58b0a;
	padding-left: 20px;
}
.bg_orange {
	background-color: #e58b0a;
}

/*-- ex9 --*/
#ex9 span{display: none;}
#ex9 .bx-pager{width:100%; height:10px;}
#ex9 .pager-link{
  background: url(img/slide_pointer.png)left bottom;
  height:10px; width:10px;
  display: block;
  float: left;
  margin: 0 5px 0 0
}
#ex9 .pager-active{
  background: url(img/slide_pointer.png) left top;
}
#slider9{
	width: 680px;
	height: 300px;
	position:relative;
	overflow:hidden;
}
