/* CSS Document */

/*==========================================
	WRAPPER
==========================================*/
#wrapper {
	position: relative;
}

/*==========================================
	サイドバナー
==========================================*/
#wrapper #side_left {
	position:fixed;
	left:10px;
	top:7px;
	width:200px;
}

#wrapper #side_right {
	position:fixed;
	right:10px;
	top:7px;
	width:200px;
}


/*==========================================
	HEADER
==========================================*/
#header {
	padding: 0px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*::::::: H1 :::::::*/

#header h1 {
	width : 430px;
	float: left;
	display: block;
}

/*::::::: 右側 :::::::*/

#header #navigation {
	padding: 0px;
	float: right;
	width: 417px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ナビゲーション */
#header #navigation ul#pnavi li{
	display:block;
	float:left;
	height: 15px;
	margin-left:1px;
}


/*==========================================
	ナビゲーション
==========================================*/
#header ul#gnavi{
	clear: both;
	height:80px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header ul#gnavi li{
	display:block;
	float:left;
	height: 80px;
	margin: 0px;
	padding: 0px;
}


/*==========================================
	IMAGE
==========================================*/

#main_img {
	clear: both;
}

#main_img_over {
	height:320px;
	position: absolute;
	z-index: 2;
	background-image: url(../images/index/main_img_over.png);
	width: 970px;
	bottom:0;
}

#main_img_over p {
	padding:130px 55px 0;
}

#jquery-cycle {
	z-index: 1;
	/*width:1440px;
	margin:0 auto;*/
}

/*==========================================
	PANKUZU
==========================================*/
.pankuzu {
	border-bottom:#dedede 1px solid;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 12px;
	background-image: url(../images/common/home.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 18px;
}

/*==========================================
	CONTAINER
==========================================*/
#container {
	width : 100%;
	margin: 20px 0;
}

#container p { clear:both; }

/*::::::: 970pxの枠 :::::::*/

#container_in {
	width : 970px;
	margin: 0 auto;
}
.content {
	width : 970px;
	margin: 0 auto 30px;
}


/*::::::: 左 :::::::*/

#container_left {
	width:710px;
	float:left;
}

#container_left p,
#container .content p { padding: 0 12px 30px; }

/*::::::: 右 :::::::*/

#container_right {
	float:right;
	width:230px;
 }

#container_right p {
	padding: 0 0 10px;
 }

#container_right p {
	padding: 0 0 10px;
 }

#container_right #right_sub {
	border:#304282 1px solid;
	padding:5px 5px 0;
	margin-bottom:20px;
}

#container_right #right_sub div {
	background-color:#304282;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 30px;
}

#container_right ul li {
	border-bottom:#dedede 1px dashed;
	background-image: url(../images/common/right_icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 15px;
}

#container_right ul li a:link {
	color:#222222;
	text-decoration:none;
}

#container_right ul li a:hover {
	color:#999999;
}


/*==========================================
	見出し
==========================================*/

h2 {
	margin:0;
	padding:0;
	margin-bottom: 15px;
}

h2.index { float:left; }

h3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3 span {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #831D2B;
	display: inline-table;
	clear: both;
}

h4 {
	border: 1px solid #222;
	margin:0 8px;
	padding:3px 10px;
	display: inline;
}
/*==========================================
	INDEX
==========================================*/

/*::::::: 実績 :::::::*/

.content_result {
	padding:15px;
	background-color:#ededed;
	margin-bottom: 30px;
}

.content_result_in {
	width : 970px;
	margin: 0 auto;
}

.content_result table.result {
	border-collapse:collapse;
	margin-bottom: 10px;
}

.content_result table.result td {
	border: #dedede 2px solid;
	padding:10px;
	text-align:center;
	font-size:12px;
	vertical-align: top;
}

.content_result table.result td strong {
	font-size:14px;
}

.content_result table.result td img {
	border: #dedede 1px solid;
	margin-bottom: 5px;
}

/*::::::: お知らせ :::::::*/

dl.news {
	border-top: #dedede 1px solid;
 }
dl.news dt {
	clear: both;
	float: left;
	height: 16px;
	margin-top: 10px;
	margin-left: 10px;
	width: 100px;
	font-weight: bold;
}
dl.news dd {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 130px;
	border-bottom: #dedede 1px solid;
}

/*==========================================
	BUSINESS
==========================================*/

.bg_business {
	background-image:url(../images/business/bg01.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_business02 {
	background-image:url(../images/business/bg02.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}

/*==========================================
	RESULT
==========================================*/

ul.result_list {
	margin-bottom:15px;
}

ul.result_list li a {
	float:left;
	display:block;
	margin-right: 10px;
	border: 1px solid #DEDEDE;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
}

ul.result_list li a:hover {
	color: #831D2B;
	border-top-color: #831D2B;
	border-right-color: #831D2B;
	border-bottom-color: #831D2B;
	border-left-color: #831D2B;
}

ul.result_list li a.result_list_on {
	background-color:#831D2B;
	color: #FFFFFF;
	font-weight: bold;
}

.result_photo {
	float:right;
	width:230px;
	font-size: 12px;
	text-align: center;
}

.result_photo img {
	border: 5px solid #DEDEDE;
	margin-bottom:5px;
}
.result_honbun {
	float:left;
	line-height: 1.8;
}


/*==========================================
	GROUP
==========================================*/

table.group {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}

table.group td,table.group th {
	padding:12px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}

table.group th {
	background-color:#DEDEDE;
	border: 1px solid #FFFFFF;
}

table.group td iframe {
	border: 1px solid #DEDEDE;
}


/*==========================================
	CORP
==========================================*/
.img_daihyo {
	float:right;
	font-size:12px;
	text-align:center;
	width:180px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.img_daihyo img { margin-bottom:8px; }

table.enkaku {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

table.enkaku td {
	text-align:left;
	padding:8px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	vertical-align: top;
}

table.enkaku td.enkaku01 { padding-right:6px; border-right: 1px solid #DEDEDE; }
table.enkaku td.enkaku02 { padding-left:6px; }


table.shikaku {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

table.shikaku td {
	padding:4px;
}

table.shikaku th {
	text-align:right;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}

/*==========================================
	CONTACT
==========================================*/

table.contact {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

table.contact td,table.contact th {
	text-align:left;
	padding:12px 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}

table.contact td input,table.contact td select,
table.contact td textarea {
	padding:4px;
	font-size:14px;
}

table.contact td textarea { width:350px; }
table.contact td input.w01 {
	width: 250px;
}
table.contact td input.w02 {
	width: 450px;
}

table.contact td input.w03 {
	width: 150px;
}

.submit { text-align:center; }
.submit input {
	font-size: 16px;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 30px;
}


/*==========================================
	SITEMAP
==========================================*/
ul.sitemap {
	float:left;
	margin:10px;
	width:320px;
}

ul.sitemap li {
	background-image: url(../images/sitemap/sitemap_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
}

ul.sitemap li.second_link {
	background-image: none;
	padding-left: 30px;
}


/*==========================================
	木造構造設計業務のご案内
==========================================*/

.sekkei01 {
	background-image:url(../images/sekkei/sekkei01.png);
	height: 180px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 370px;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.sekkei01_in_01 {
	float:left;
	width:400px;
}

#container_left .sekkei01 p { padding:0; }

.sekkei01_in_font {
	font-size:40px;
	line-height:1;
	letter-spacing: 1px;
}

.sekkei01_in_font02 {
	font-size:40px;
	color:#FF0000;
	text-decoration: underline;
}


.sekkei01_in_02 {
	float:right;
	width:200px;
}

.sekkei01_in_02 div {
	text-align:center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #304282;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.sekkei02 {
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;
}

.sekkei02_in_01 {
	float:left;
	width:390px;
}

.sekkei02_in_01 div {
	float:left;
	width:160px;
	margin-right:10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #DEDEDE;
	font-size: 12px;
}

.sekkei02_in_01 div strong {
	font-size: 16px;
	color: #831D2B;
}

.sekkei02_in_02 {
	float:right;
	width:280px;
	padding-top: 9px;
}

.sekkei03 {
	padding:25px;
	background-color: #DEDEDE;
	background-image: url(../images/sekkei/sekkei05.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 30px;
}

.sekkei03_in_01 {
	float:left;
	width:250px;
	margin-bottom: 20px;
}

.sekkei03_in_02 {
	float:right;
	width:380px;
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: bold;
	padding-top: 10px;
}

.sekkei03 table {
	border-collapse:collapse;
}

.sekkei03 table td {
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	padding: 12px 12px;
}

.sekkei03 table td strong {
	color:#222;
	background-image: url(../images/sekkei/sekkei04.png);
	display: block;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 26px;
	background-position: left center;
	font-size: 16px;
}
.sekkei03 table td b { color:#FF0000; }
.sekkei03 table td b.price01 { font-size:24px; text-decoration:underline; }
.sekkei03 table td b.price02 { text-decoration:underline; }

/*==========================================
	PRIVACY
==========================================*/

#container_left p.privacy,
#container_left p.privacy02 {
	text-indent:-1em;
	padding-left:1em;
	padding-bottom:8px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
}

#container_left p.privacy02 { padding-bottom:30px;}
/*===========================================
	FOOTER
===========================================*/
#footer {
	clear : both;
	width : 100%;
	margin: 0px;
	overflow: hidden;
	background-color: #304282;
	color:#FFFFFF;
	font-size: 12px;
}

#footer_in {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}


/*::::::: ロゴ :::::::*/

#footer_logo {
	width : 325px;
	float: left;
	display: block;
	padding-bottom: 20px;
}

/*::::::: リンク :::::::*/
#footer #footer_link {
	width: 600px;
	margin: 0;
	float: right;
	padding-bottom: 20px;
}

#footer #footer_link ul {
	margin-bottom: 8px;
	clear: both;
}

#footer #footer_link ul li {
	background-image: url(../images/common/footer_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	float: left;
	padding-top: 0px;
	margin-left: 19px;
	line-height: 1;
}


#footer #footer_link a,#footer #footer_link a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer #footer_link a:hover {
	text-decoration:none;
}


/*::::::: 地図 :::::::*/

#footer #footer_map {
	clear: both;
	padding-top: 25px;
	background-image: url(../images/common/footer_map.png);
	background-repeat: no-repeat;
}

#footer #footer_map .map_01,
#footer #footer_map .map_02 {
	float:left;
	width:220px;
	margin-bottom: 25px;
}

#footer #footer_map .map_01 div,
#footer #footer_map .map_02 div {
	font-size: 10px;
	color: #304282;
	background-color: #FFFFFF;
	display: inline;
	padding: 5px;
}

#footer #footer_map .map_01 p,
#footer #footer_map .map_02 p {
	padding-top:12px;
	padding-bottom: 5px;
}

#footer #footer_map .map_01 iframe,
#footer #footer_map .map_02 iframe {
	border: #FFFFFF 3px solid;
}

#footer #footer_map .map_01 { margin-right:30px; }

/*::::::: コピーライト :::::::*/
#footer #footer_copy {
	clear: both;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 10px;
}


/* for IE6 */

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
