@charset "UTF-8";
@import url("reset.css");

/*                 NISSEN Webteam                 */
/*                 2009/09/02                     */

/* 共通                                         */
/*                                              */
 
body {
	background-color: #000;
	font-size: 12px;
	color: #f5f5f5;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	background-image: url(common/image/site-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.vertical01{vertical-align: top;}
.vertical02{vertical-align: middle; font-size: 0px; line-height: 0px;}
.vertical03{vertical-align: bottom;}

.clear {clear:both;	margin: 0; padding: 0;}
.left {float: left;}
.right {float: right;}

.text-bold {font-weight: bold;}
.text-11 {
	font-size: 11px;
}
.text-orange {color: #DD5800;}
.text-yellow {color: #DCB300;}
.text-gr {color: #333333;}


/* クリアフィクス                              */
/*                                             */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {zoom: 1;	overflow:hidden;}


/* リンク設定                                  */
/*                                             */
a:link, a:visited {color:#FFFFFF; text-decoration:none;}
a:hover {color:#FFFFFF; text-decoration:underline;}

/* レイアウト                                  */
/*                                             */
#container {
	width: 100%;
	text-align: left;
	margin: 0px;
}

#topPan{
	width:778px;
	height:174px;
	background:url(images/header.jpg) 100% 0 no-repeat #0799E3;
	color:#fff;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width: 900px;
	position: relative;
	height: 124px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#siteid {
	position: absolute;
	left: 7px;
	top: 16px;
	background-image: url(common/image/site-id-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 239px;
}

#header h1 {
	position: absolute;
	top: 15px;
	text-align: right;
	font-size: 11px;
	right: 0px;
}

#g-navi {
	width: auto;
	position: absolute;
	top: 57px;
	height: 28px;
	right: 0px;
}

#g-navi li{
	list-style-type: none;
	float: left;
}

#g-navi li img {
	font-size: 0px;
	line-height: 0px;
	vertical-align: text-top;
}

#imageelm {
	text-align: center;
	width: 900px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
}

#fla {
	color: #CCC;
}

#java-h {
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* サイドバー                 　*/
/*                              */

#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

#sidebar {
	width: 230px;
	float: left;
	position: relative;
	height: auto;
}

#sidebar #smenu {
	width: 230px;
}

#smenu ul {
	background-image: url(common/image/smenu-foot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 54px;
}

#smenu li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#smenu li a {
	height: 36px;
	width: 205px;
	display: block;
	background-color: #212121;
	color: #FFF;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-left: 25px;
}

#smenu li a:hover {}
#smenu .menu01 {background-image: url(common/image/smenu01.jpg);}
#smenu .menu02 {background-image: url(common/image/smenu02.jpg);}
#smenu .menu03 {background-image: url(common/image/smenu03.jpg);}

#smenu li img {
	font-size: 0px;
	line-height: 0px;
	vertical-align: text-top;
}

#sidebar #s-item {
	width: 230px;
	background-image: url(common/image/side-info.png);
	height: 299px;
}

#sidebar #s-item .to-inq {
	text-align: center;
	padding-top: 232px;
}

#sidebar #smenu #cc_ul {
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

#sidebar #smenu #cc_ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin: 0px;
	padding: 0px;
}

#sidebar #smenu #cc_ul li a {
	display: block;
	background-color: #444;
	color: #FFF;
	width: auto;
	height: auto;
	background-image: url(common/image/arrow_ccul.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0px;
}

#sidebar #smenu #cc_ul li a:hover {
	background-color: #3A3A3A;
	text-decoration: none;
}


/* コンテンツ                 　*/
/*                              */
#main-box {
	width: 670px;
	float: left;
	height: auto;
	padding-top: 15px;
}

#main-box .main {
	width: 448px;
	height: auto;
	padding-left: 20px;
	float: left;
}

#main-box .main p {
	padding-bottom: 20px;
	padding-left: 5px;
}

.top-main {
	padding-top: 20px;
}

#main-box .main .item-box {
	padding-bottom: 30px;
}


#main-box .main .item-box .pagetitle {
	padding-bottom: 0px;
	padding-left: 0px;
}

#main-box .main .item-box h1 {
	padding-bottom: 15px;
}

#main-box .main .item-box h2 {
	padding-bottom: 10px;
}

#main-box .main .item-box h3 {
	background-image: url(common/image/h-bg01.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 403px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-bottom: 10px;
	color: #DCB300;
	font-weight: bold;
}

#main-box .main .item-box h4 {
	font-weight: bold;
	color: #DCB300;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: normal;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main-box .main .item-box h5 {
	background-image: url(page-img/kenchiku-item04-h.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 403px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-bottom: 10px;
	color: #FFF;
	font-weight: bold;
}

#main-box .main .item-box .h3-text {
	padding-bottom: 23px;
	width: 400px;
	margin-left: 35px;
}

#main-box .main .item-box .table01 {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #111111;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #323232;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #323232;
}

#main-box .main .item-box .table01 th,
#main-box .main .item-box .table01 td {
	color: #CCC;
	vertical-align: text-top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323232;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #323232;
	padding: 5px;
}

#main-box .main .item-box .table01 th {
	font-weight: normal;
	color: #DCB300;
}

#main-box .main .item-box .table01 td {
	text-align: center;
}

#main-box .main .item-box .table01 .left-td {
	text-align: left;
}

#main-box .main .item-box .table01 .center-td {
	text-align: center;
}

#main-box .main .item-box .table01 .on {
	background-color: #1E1E1E;
}

#main-box .main .item-box .table02 {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #E8E8E8;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#main-box .main .item-box .table02 th,
#main-box .main .item-box .table02 td {
	color: #555;
	vertical-align: text-top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding: 5px;
}

#main-box .main .item-box .table02 th {
	font-weight: bold;
	color: #333;
}

#main-box .main .item-box .table02 .right-td {
	text-align: right;
}

#main-box .main .item-box .table02 .on {
	background-color: #C7C7C7;
}

#main-box .main .item-box #middle th,
#main-box .main .item-box #middle td {
	vertical-align: middle;
}

#main-box .main .item-box .p_420 {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#main-box .main .item-box .photo-box li {
	float: left;
	width: 210px;
	padding-left: 10px;
	padding-bottom: 15px;
}

#main-box .main .item-box .photo-box li img {
	padding-bottom: 5px;
	padding-top: 5px;
}

#main-box .sub {
	height: auto;
	padding-left: 17px;
	float: left;
}

#main-box .main h1 {
	margin-bottom: 10px;
}

#main-box .main #news-box {
	width: 432px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 8px;
}

#main-box .main #news-box p {
	line-height: 150%;
}

#main-box .main #news-box span {
	margin-left: 7px;
}

.top_bnr {
	width: 432px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

#main-box .sub #works-box {
	width: 155px;
	background-image: url(common/image/works-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #282828;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#main-box .sub #works-box ul {
	list-style-type: none;
}

#main-box .sub #works-box li {
	padding-bottom: 15px;
	font-size: 11px;
}

#main-box .sub #works-box li img {
	border: 2px solid #666;
	padding: 1px;
	background-color: #FFF;
}


/* フッタ                     　*/
/*                              */

#foot_bg {
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(common/image/foot-bg.png);
	background-color: #282828;
	background-position: center top;
	font-size: 11px;
}

#foot {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100px;
}

#copy {
	position: absolute;
	top: 11px;
}

#footnavi {
	width: auto;
	text-align: right;
	height: auto;
	position: absolute;
	top: 5px;
	right: 0px;
}

#foot-id {
	position: absolute;
	top: 45px;
	font-size: 11px;
	background-image: url(common/image/foot-id.gif);
	background-repeat: no-repeat;
	padding-left: 70px;
	background-position: left center;
}

#foot-tel {
	position: absolute;
	top: 50px;
	right: 0px;
}

#main-box .main .to-top {
	margin: 0px;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* 下層用                 　*/
/*                              */

.main {
	font-size:13px;
	line-height:1.5;
}

#lower-head {
	text-align: center;
	width: 900px;
	height: 157px;
	margin-right: auto;
	margin-left: auto;
}

.lower-title {
	height: 79px;
	width: 670px;
	float: left;
}

.blog {
	background-color: #3A3A3A;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn_contact {
	margin-top:20px;
	margin-bottom:30px;
}

.btn_contact a {
	/*
	background-color:#900;
	text-align:center;
	padding:20px 0;
	font-size:160%;
	font-weight:bold;
	border-radius:10px;
	width:100%;
	*/
	display:block;
	width:96%;
	height:90px;
	text-indent:-9999px;
	background-image: url(/wp-pp/wp-content/uploads/2016/11/bnr_inq1.jpg);
	background-repeat: no-repeat;
	background-position: left top
	-moz-background-size:100% auto;
	background-size:100% auto;
	margin-left:auto;
	margin-right:auto;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.btn_contact a:hover {
	opacity: 0.5;
/*
	text-decoration:none;
	background-color:#731111;
*/
}