@charset "shift_jis";
/* by JOINTCREATE */


/* ------------------------------------------------------
	for all body
------------------------------------------------------ */
body {
	/* コンテンツ余白設定 */
	margin: 0;
	padding: 0;
	/* 文字基本設定（文字サイズ・行間・色） */
	font-size: 13px;
	line-height: 1.4em;
	color: #818181;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* IE 5*対策 */
	text-align: center;
	background-image: url(images/common/back.gif);
}

/* 画像のボーダーをリセット */
img {
	border: none;
}

/* フロートの解除 */
.fltrt { /* ページ上でフローティングエレメントを右側に配置。ページ上でその横に配置されるエレメントの前に配置。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* ページ上でフローティングエレメントを左側に配置 */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 1px;
	line-height: 1px;
}

ul {
	margin: 0 10px;
	padding: 0 0 10px 1em;
}
li {
	margin: 0 0 0 0;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
}

/* マージン設定 */
.MgB02 {	margin-bottom: 2px;}
.MgB05 {	margin-bottom: 5px;}
.MgB08 {	margin-bottom: 8px;}
.MgB10 {	margin-bottom: 10px;}
.MgB15 {	margin-bottom: 15px;}
.MgB20 {	margin-bottom: 20px;}
.MgB25 {	margin-bottom: 25px;}
.MgB30 {	margin-bottom: 30px;}
.MgB35 {	margin-bottom: 35px;}
.MgB40 {	margin-bottom: 40px;}
.MgB45 {	margin-bottom: 45px;}
.MgB50 {	margin-bottom: 50px;}

/* 文字色 */
.txcRed { color: #F00;}
.txcBlu { color: #39F;}
.txcGre { color: #399;}
.txcBla { color: #000;}

/* 文字サイズ */
.txtS {	font-size: 10px; line-height: 1.4em;}
.txtM {	font-size: 14px;	line-height: 1.4em;}
.txtL {	font-size: 16px;	line-height: 1.4em;}

/* 画像の回り込み */
.imgR { float: right; margin-left: 4px; margin-bottom: 4px; }
.imgL { float: left;	margin-right: 4px;	margin-bottom: 4px; }

/* linkの設定 */
a:link {
  text-decoration: none;
	color: #676767;
}
a:visited {
  text-decoration: none;
	color: #676767;
}
a:active {
  text-decoration: none;
	color: #676767;
}
a:hover{
  text-decoration: none;
  color: #ed50ac;
}

/* ------------------------------------------------------
　共通基本スタイルシート レイアウト
------------------------------------------------------ */
/* メインコンテナ */
#container {
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	/*border: 1px solid #000000;  コンテナ境界線　最後に非表示に */
}
/* コンテンツが収納されるコンテナ */
#container #Conts {
	width: 840px;
	margin: 0 20px;
	text-align: left;
}
/* コンテンツ：右エリア */
#container #Conts #MainConts {
	float: right;
	width: 630px;
	text-align: left;
}
/* コンテンツ：左エリア */
#container #Conts #LeftSide {
	float: left;
	margin: 0;
	width: 200px;
}
 

/* ヘッダー：設定 */
#container #header {
	width: 840px;
	background: #FFFFFF;
	margin: 0 20px 5px 20px;
	text-align: left;
}
#header #seoread {
	font-size: 11px;
	margin: 0;
	padding: 3px 0 0 0;
}


/* ------------------------------------------------------
　左サイド レイアウト
------------------------------------------------------ */
#LeftSide #logo h1 {
	text-indent: -9999px;
	background-image: url(images/common/logo.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 105px;
	margin: 0 0 10px 0;
}

#LeftSide #ctrBox {
	width: 200px;
	height: 552px;
	margin: 0 0 10px 0;
	padding: 8px 0 8px 0;
	background: url(images/common/menu_back.jpg) no-repeat 0px 0px;
}

/* メニュー：設定 */
#ctrBox #globalnavi {
	margin: 0 5px 8px 5px;
	padding: 0;
	list-style-type: none; /* リストマークの削除 */
}

#globalnavi li {
	width: 190px;
	height: 47px;
	margin: 0;
	display: inline;
}

#globalnavi a {
	text-indent: -9999px; /* テキストを隠す */
	text-decoration: none;
	display: block;
	width: 190px;
	height: 47px; /* リンク領域を広げる */
	background-repeat: no-repeat;
	 
}
#menu1 a {
	background-image: url(images/common/menu01.jpg);
	background-position: 0 0;
}
#menu2 a {
	background-image: url(images/common/menu02.jpg);
	background-position: 0 0;
}
#company #menu2 a {
	background-image: url(images/common/menu02.jpg);
	background-position: 0 -47px;
}
#menu3 a {
	background-image: url(images/common/menu03.jpg);
	background-position: 0 0;
}
#works #menu3 a {
	background-image: url(images/common/menu03.jpg);
	background-position: 0 -47px;
}
#menu4 a {
	background-image: url(images/common/menu04.jpg);
	background-position: 0 0;
}
#menu5 a {
	background-image: url(images/common/menu05.jpg);
	background-position: 0 0;
}
#contact #menu5 a {
	background-image: url(images/common/menu05.jpg);
	background-position: 0 -47px;
}
#menu6 a {
	background-image: url(images/common/menu06.jpg);
	background-position: 0 0;
}
#recruit #menu6 a {
	background-image: url(images/common/menu06.jpg);
	background-position: 0 -47px;
}

#globalnavi a:hover {
	text-decoration: none;
	background-repeat: no-repeat;
}
#menu1 a:hover, #menu2 a:hover, #menu3 a:hover, #menu4 a:hover, #menu5 a:hover, #menu6 a:hover {
	background-position: 0 -47px;
}

#LeftSide #bnr {
	height: 40px;
	margin: 0 0 10px 0;
}
#LeftSide #bnr div {
	margin: 0 0 0 0;
	padding: 8px 5px 6px 5px;
}
#LeftSide #comp {
	background-color: #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 5px 10px 5px;
	padding: 8px;
	font-size: 12px;
	line-height: 1.6em;
}

#LeftSide #kyoka {
	background-color: #FFC;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 5px 10px 5px;
	padding: 8px;
	font-size: 12px;
	line-height: 1.6em;
}

#LeftSide #NewsBox {
	color: #F30;
	font-size: 12px;
	border: #F30 solid 2px;
	padding: 3px;
	margin: 0 0 8px 0;
}

#NewsBox a:link {
	text-decoration: underline;
	color: #06F;
}
#NewsBox a:visited {
  text-decoration: none;
	color: #06F;
}
#NewsBox a:active {
  text-decoration: underline;
	color: #06F;
}
#NewsBox a:hover{
  text-decoration: none;
  color: #ed50ac;
}

/* フッター：設定 */
#footer {
	margin: 0 20px;
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
	padding: 5px 0 8px 0;
	border-top: 1px solid #E5E5E5;
}


/* ------------------------------------------------------
　トップページスタイルシート レイアウト
------------------------------------------------------ */
/* TOPページ用 */
#MainConts #topics {
	margin: 3px 0 10px 5px;
	text-align: left;
}
#MainConts #Mimg {
	margin: 0 0 15px 0;
}

#MainConts #mainImg {
	width: 630px;
	height: 360px;
	color: #fff;
	margin-bottom: 5px;
}

#MainConts #TopMes {
	text-indent: -9999px;
	width: 630px;
	height: 56px;
	background-image: url(images/top/copy.jpg);
	background-repeat: no-repeat;
	margin: 20px 0 38px 0;
}

#MainConts #TopMes2 {
	height: 56px;
	color: #F30;
	font-weight: bold;
	line-height: 1.8em;
	border: #F30 solid 2px;
	padding: 8px 8px 0 8px;
	margin: 0 0 8px 0;
}

#MainConts #TopMes2 a {
	text-decoration: underline;
	color: #F30;
}
#MainConts #TopMes2 a:hover {
	text-decoration: none;
	color: #999;
}

/* フラッシュの配置 */
#MainConts #flamov {
	margin: 1px 0 0 0;
}

/* 施工事例 */
#MainConts #works {
	background: url(images/top/works_back.gif) no-repeat 0px bottom;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
#MainConts #works #jireiBox {
	padding: 0 0 0 0;
}
#MainConts #works #jireiBox ul {
	font-size: 11px;
	padding: 0;
	list-style-type:none;
}
#MainConts #works #jireiBox li {
	float: left;
	width: 190px;
	height: 80px;
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: 1.2em;
}

#MainConts #works #jireiBox ul img {
	margin-bottom: 3px;
}

/* 事業内容（SEO対策） */
#MainConts #gyoumu {
	clear: both;
	letter-spacing: 0.1em;
	font-size: 11px;
	line-height: 1.3em;
	margin: 0 0 5px 0;
	padding: 0 8px 0 8px;
}

/* ------------------------------------------------------
　下層ページスタイルシート レイアウト
------------------------------------------------------ */
/* 下層ページ共通 */
#MainCnts {
	float: right;
	width: 640px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先 */
}
#MainConts #KasoBox {
	width: 602px;
	margin: 0 0 20px 14px;
	padding: 0;
	text-align: left;
}
#MainConts #head {
	margin: 0 0 10px 0;
}
#MainConts #Pankuzu {
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;
	font-size: 12px;
}
#MainConts #Ctgtl {
	margin: 0 0 15px 0;
}
#MainConts #KasoBox h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	font-weight: normal;
	color: #532e0a;
	background: url(images/h2.gif) no-repeat;
	width: 602px;
	height: 30px;
	margin: 0 0 10px 0;
	padding: 8px 0 0 25px;
}
#MainConts #KasoBox h2 span {
	font-family: sans-serif;
}
#MainConts #KasoBox h3 {
	border-bottom: 1px solid #58BF58;
	border-left: 5px solid #58BF58;
	color: #434343;
	font-size: 14px;
	margin: 0 0 10px 5px;
	padding: 3px 0 3px 7px;
}
#KasoBox .MesBox {/* テキストボックス */
	margin: 0 0 20px 5px;
}


/* ページアップ */
#MainConts .pegeup {
	font-size: 10px;
	text-align: center;
	margin: 0 0 0 510px;
}
#MainConts .pegeup a {
	display: block;
	text-decoration: none;
	padding: 2px;
	border: #E6E6E6 solid 2px;
}
#MainConts .pegeup a:hover {
	color: #a50300;
	text-decoration: none;
	font-weight: 800;
	background-color: #E9E9E9;
}
/* ------------------------------------------------------
　会社概要　スタイルシート レイアウト
------------------------------------------------------ */
/* 会社概要：会社情報：テーブル設定 */
#MainConts #KasoBox .Tcamp {
	margin: 0 0 25px 0;
}
#MainConts #KasoBox .Tcamp td {
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 8px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#MainConts #KasoBox .Tcamp th {
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	padding: 8px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* 会社概要：アクセスマップ */
#MainConts #KasoBox #map {
	margin: 0 0 25px 10px;
}

/* 会社概要：沿革：テーブル設定 */
#MainConts #KasoBox .Enkaku {
	margin: 0 0 20px 0;
}
#MainConts #KasoBox .Enkaku th {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #cccccc;
	text-wrap: none;
}
#MainConts #KasoBox .Enkaku td {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}

/* 会社概要：沿革：テーブル設定 */
dl.enkaku dt {
	clear: left;
	float: left;
	width: 105px;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #cccccc;
	font-family: sans-serif;
}
dl.enkaku dd {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 5px 110px;
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}

/* ------------------------------------------------------
　リクルート　スタイルシート レイアウト
------------------------------------------------------ */
/* テーブル設定 */
#MainConts #KasoBox .rec_table	{
		margin:0;
		padding:0;
		border-collapse:separate;
		border-spacing:1px;
		font-size: 12px;
		line-height: 1.4em;
		margin: 0 0 25px 0;
}
#MainConts #KasoBox .rec_table th	{
		width:25%;
		padding:4px 2px 2px 4px;
		text-align:left;
		vertical-align:top;
		color:#25546F;
		background-color:#F2F2F2;
		border:1px solid #454545;
}
#MainConts #KasoBox .rec_table td	{
		padding:4px 2px 2px 4px;
		border:1px dotted #454545;
}

/* ------------------------------------------------------
　お問い合わせ　スタイルシート レイアウト
------------------------------------------------------ */
/* テーブル設定 */
#MainConts #KasoBox #Contac th {
	font-size: 0.8em;
	letter-spacing: 1px;
	text-align: left;
	font-weight: normal;
	padding: 5px;
	background-color: #DDE6EA;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#MainConts #KasoBox #Contac td {
	font-size: 0.8em;
	text-align: left;
	padding: 5px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#MainConts #KasoBox #Contac #thkMes {
	padding: 30px 10px;
	font-size: 1em;
	letter-spacing: 1px;
	text-align: center;
}

#ContacBox {
	text-align: center;
	margin: 0 100px 0 100px;
}

/* ------------------------------------------------------
　施工事例スタイルシート レイアウト
------------------------------------------------------ */
/* 施工事例：インデックスページ */
#KasoBox #worksBox {
	margin: 0 10px 15px 10px;
}
#KasoBox #worksBox ul.kiso {
	list-style-position: outside;
	padding: 0;
	margin: 0;
	border: 1px solid #c0c0c0;
	list-style-type:none;
}
#KasoBox #worksBox li {
	padding: 5px;
}
#KasoBox #worksBox .photo {
	float: left;
	padding: 0 0 0 0;
}
#KasoBox #worksBox .indexRight {
	float: right;
	width: 325px;
	padding: 0;
	margin: 0;
}
#KasoBox #worksBox .indextl {
	font-size: 14px;
	color: #532e0a;
	font-weight: bold;
	padding: 0;
	margin: 0 0 3px 0;
}
#KasoBox #worksBox .indextl span {
	font-family: sans-serif;
}
#KasoBox #worksBox .comment {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.6em;
}
#KasoBox #worksBox ul .bl-hover { /* ブロックのロールオーバー背景色 */
	background-color: #FDFFBB;
}
#KasoBox #worksBox ul .bl-hover a { /* ブロックのロールオーバーリンク色 */
	color: #532e0a;
}
#KasoBox #worksBox ul img {
	margin: 0 0 0 0;
}

/* 施工事例：インデックスページ */
#KasoBox #worksCot {
	padding: 5px 0 0 5px;
	margin: 0 5px 5px 5px;
	border: 1px solid #c0c0c0;
}
#KasoBox #worksCot .comment {
	padding: 3px;
	margin: 0;
	font-size: 12px;
}
#KasoBox #worksCot h4 {
	border-left: 5px solid #090;
	color: #090;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
}
#KasoBox #worksCot .comment2 {
	padding: 3px;
	margin: 0 0 15px 0;
	font-size: 12px;
	border-bottom: dotted 2px #090;
}
#KasoBox #worksCot #workPhoto {
	padding: 0;
	margin: 0 0 5px 0;
}

#worksCot .thumbnail {
	float: left;
	width: 92px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#worksCot .thumbnail1 {
	float: left;
	width: 92px;
	margin-bottom: 5px;
}
.pdf {
	padding: 0 0 0 20px;
	height: 16px;
	background: url(images/common/icon_pdf16.gif) no-repeat 0 0;
}
.come {
	font-size: 12px;
	margin: 0 10px 10px 10px;
}
.come a:link {
 text-decoration: none;
	color: #676767;
	text-decoration: underline;
}
.come a:visited {
 text-decoration: none;
	color: #676767;
}
.come a:active {
 text-decoration: none;
	color: #676767;
}
.come a:hover{
 text-decoration: none;
 color: #ed50ac;
}

/* ------------------------------------------------------
　HOMEのTOP部分への差し込みテキスト
------------------------------------------------------ */
.news {
	color: #F30;
	font-size: 12px;
	line-height: 1.4em;
}