@charset "utf-8";

/*--------------------------------------
	Style Name : Common Style Sheet
--------------------------------------*/


/*--------------------------------------
	Block-level Elements
--------------------------------------*/

html,
div,
p,
li,
dl,
dt,
dd,
blockquote,
td,
form,
address {
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:bold;
	font-size:100%;
}

ol,
ul {
	margin:0;
	padding:0;
	list-style:none;
}

caption,
th {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}

body {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1;
}

* html body {/* for IE6 */
	font-size:75%;
}

*:first-child+html body {/* for IE7 */
	font-size:75%;
}

h1 {
	font-size:150%;/* 18px */
}

h2 {
	font-size:134%;/* 16px */
}

h3 {
	font-size:117%;/* 14px */
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}



/*--------------------------------------
	Inline Elements
--------------------------------------*/

em,
strong,
cite,
code,
dfn,
var {
	font-style:normal;
	font-weight:normal;
}

input,
select,
textarea {
	color:#000;
	font-size:inherit;
}

img,
embed,
object {
	border:none;
}


/*--------------------------------------
	Style Name : Structure Style Sheet

	Common Style
	Accessibility
	body
	header-area
	header
	content
	footer
--------------------------------------*/


/*	Common Style
--------------------------------------*/

#header,
#content,
#footer {
	margin:0 auto;
	width:1000px;
	text-align:left;/* for IE */
}

/*	Accessibility
--------------------------------------*/

#header #global-nav h2,
#header .guide-nav h2,
#footer .guide-nav h2 {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:0;
	height:0;
	font-size:0;
}

/*--------------------------------------
	body
--------------------------------------*/

body {
	color:#454545;
	text-align:center;/* for IE */
}

/*--------------------------------------
	div#header-area
--------------------------------------*/

#header-area {
	width:100%;
	height:290px;
}

body.company #header-area {background:url(../2010/img/bg_visual_01.jpg) no-repeat center top;}
body.model #header-area {background:url(../2010/img/bg_visual_02.jpg) no-repeat center top;}
body.guarantee #header-area {background:url(../2010/img/bg_visual_03.jpg) no-repeat center top;}
body.making #header-area {background:url(../2010/img/bg_visual_04.jpg) no-repeat center top;}
body.owner #header-area {background:url(../2010/img/bg_visual_owner.jpg) no-repeat center top;}
body.eventinfo #header-area {background:url(../2010/img/bg_visual_eventinfo.jpg) no-repeat center top;}
body.works #header-area {background:url(../2010/img/bg_visual_works.jpg) no-repeat center top;}
body.worker #header-area {background:url(../2010/img/bg_visual_worker.jpg) no-repeat center top;}
body.contact #header-area {background:url(../2010/img/bg_visual_contact.jpg) no-repeat center top;}
body.magazine #header-area {background:url(../2010/img/bg_visual_magazine.jpg) no-repeat center top;}
body.norwayhouse #header-area {background:url(../2010/img/bg_visual_norwayhouse.jpg) no-repeat center top;}
body.chikyuminka #header-area {background:url(../2010/img/bg_visual_chikyuminka.jpg) no-repeat center top;}
body.onlineshop #header-area {background:url(../2010/img/bg_visual_onlineshop.jpg) no-repeat center top;}
body.news #header-area {background:url(../2010/img/bg_visual_news.jpg) no-repeat center top;}
body.ecotto #header-area {background:url(../2010/img/bg_visual_ecotto.jpg) no-repeat center top;}
body.lineup #header-area {background:url(../2010/img/bg_visual_lineup.jpg) no-repeat center top;}


/*--------------------------------------
	div#header
--------------------------------------*/

#header {
	position:relative;
	line-height:1.4;
}

/*--------------------------------------
	div#content
--------------------------------------*/

body.home #content {
	margin-top: 10px;
	display:inline-block;
	height:1%;
	min-height:1%;
	line-height:1.5;
	/* \*/display:block;/* */
}
body.company #content,
body.model #content,
body.owner #content,
body.guarantee #content,
body.eventinfo #content,
body.works #content,
body.worker #content,
body.norwayhouse #content,
body.chikyuminka #content,
body.contact #content,
body.magazine #content,
body.news #content,
body.onlineshop #content,
body.ecotto #content,
body.lineup #content,
body.making #content {
	margin-top: 10px;
	display:inline-block;
	height:1%;
	min-height:1%;
	line-height:1.5;
	background: url(../2010/img/bg_sub.gif) top right repeat-y;
	/* \*/display:block;/* */
}

#content:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0;
	visibility:hidden;
}

/*--------------------------------------
	div#footer
--------------------------------------*/

#footer {
	padding:10px 0 15px;
	width:100%;
	height: 100px;
	background-color:#361002;
	font-size:84%;
	text-align:center;
	line-height:1.4;
}


/*--------------------------------------
	Style Name : Editorial Style Sheet

	Common Style
	Hypertext
	global-nav
	local-nav
	header
	content
	footer
--------------------------------------*/


/*	Common Style
--------------------------------------*/

h1,
h2,
h3,
h4,
p,
ol,
ul,
dl,
table {
	margin-bottom:1em;
}

strong {
	font-weight:bold;
}

/*	Hypertext
--------------------------------------*/

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

/*	#global-nav
--------------------------------------*/

#global-nav {
	padding: 0;
	margin-bottom: 0px;
	width: 1000px;
	background-color: #361002;
	text-align: center;
	clear: both;
}
#global-nav p {
	padding: 0px;
	margin: 0px;
}

/*	#local-nav
--------------------------------------*/

#local-nav {
	padding:0;
	background:url(../2010/img/bg_localnavi.jpg) no-repeat;
}
#local-nav ul {
	margin-bottom:0;
	padding:0 0 0 10px;
	overflow:hidden;
	line-height: 41px;
	font-size:100%;
	zoom:1;
}
#local-nav ul li {
	margin-right:15px;
	padding-left:0px;
	float:left;
}
#local-nav ul li a {
	padding-left:15px;
	color:#fff;
	text-decoration:none;
	background:url(../2010/img/bg_localnavi_off.gif) no-repeat left center;
}
#local-nav ul li a:hover {
	color:#c4a687;
	text-decoration:none;
	background:url(../2010/img/bg_localnavi_on.gif) no-repeat left center;
}
#local-nav ul li.over {
	padding-left:15px;
	color:#c4a687;
	text-decoration:none;
	background:url(../2010/img/bg_localnavi_on.gif) no-repeat left center;
}

/*--------------------------------------
	div#header
--------------------------------------*/

#header h1 {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:0;
	height:0;
	font-size:0;
}

#header div.guide-nav {
	margin:32px 0 33px;
	float:right;
}

#header div.guide-nav ul li {
	margin-right:10px;
	float:right;
}

/*--------------------------------------
	div#content
--------------------------------------*/

/*	div.article
--------------------------------------*/

div.article {
	margin:0;
	padding:0;
	position:relative;
	width:1000px;
}

/*	div.section
--------------------------------------*/

div.section {
	margin-bottom:20px;
	padding:0 0;
	overflow:hidden;
	width: 740px;
	zoom:1;
	float:left;
}
div.section div.box {
	margin-bottom:10px;
	padding:0 10px;
	clear: both;
}
div.section div.box ul li {
	margin: 0 20px;
	padding: 0;
	list-style: circle;
}
div.section div.box table td {
	padding:5px;
	border: #CCCCCC 1px solid;
}
div.section div.bor_line {
	margin-bottom: 20px;
	padding:10px 0 0;
	width: 740px;
	clear: both;
	border-bottom: #CCCCCC 1px dotted;
}
div.section img.line {
	margin: 0;
	padding: 1px;
	border: #cccccc 1px solid;
}
div.section h2.article-title.level2-01 {
	margin:0 0 10px;
	padding-left:10px;
	height:35px;
	background:url(../2010/img/bg_heading-level2_01.gif) no-repeat;
	color:#fff;
	font-size:117%;
	font-weight:bold;
	line-height:35px;
}
.section h3  {
	margin:0 0 10px;
	padding-left:20px;
	background:url(../2010/img/bg_heading-level3_01.gif) no-repeat left center;
	font-size:117%;
	font-weight: bold;
	line-height:24px;
}

div.section div.imageR {
	margin:0 0 1em 1em;
	float:right;
	clear:right;
}

div.section div.imageL {
	margin:0 1em 1em 0;
	float:left;
	clear:left;
}
#sub_area {
	margin-left:0px;
	margin-bottom:20px;
	padding:0;
	width: 250px;
	float: right;
	clear: right;
}
#sub_area div.block {
	margin-bottom: 10px;
	background: url(../2010/img/bg_sub.gif) 0 0 repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sub_area div.block h2 {
	margin:0 0 5px;
}
#report div.block h3,
#sub_area div.block h3 {
	margin:10px 0 10px 10px;
	padding-left:25px;
	background:url(../2010/img/bg_heading-level3_02.gif) 0 50% no-repeat;
	font-size:100%;
	font-weight: bold;
	color: #FFFFFF;
	line-height:26px;
}
#sub_area div.block ul {
	margin-bottom:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sub_area div.block ul li {
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:84%;
	border-bottom: #454545 dotted 1px;
}
#sub_area div.sub_bn {
	text-align: center;
	margin-bottom:5px;
}
div.section p.pick-up {
	margin:0 5px 0;
	clear: both;
}
div.section p.pick-up img.right {
	margin-left:5px;
}
div.section div.item_box {
	_margin: 5px 5px 20px 5px;
	padding: 0;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 15px;
}
div.section div.item {
	_margin: 0px 5px 10px;
	float: left;
	width: 230px;
	_width: 226px; /* for WinIE 6 */
	height: 96px;
	background:url(../2010/img/bg_works_01.gif) 0 0 no-repeat;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0;
	padding: 0px;
}
p.titleCat{
	margin: 0 20px 5px 20px;
	font-size: 12px;
	line-height:18px;
	color:#633928;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

div.section div.item p.title,
div.section div.item p.title a {
	margin: 0;
	padding-left:12px;
	font-size: 100%;
	width: 218px;
	line-height:26px;
	font-weight: bold;
	color:#FFFFFF;
	display: block;
}
div.section div.item p.img {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 0px;
}
div.section div.item p.data {
	margin: 0;
	padding: 0 5px 0px;
	font-size: 84%;
	height: 36px;
}

div.section #left {
	margin:0 10px;
	_margin:0 5px;
	padding:0;
	width:530px;
	float:left;
}
div.section #right {
	margin:0;
	padding:0;
	width:190px;
	float:right;
}
div.section div.cat {
	margin: 0 0 20px 25px;
	_margin: 0 0 20px 10px;
}
div.section div.cat p.thm {
	margin: 0 20px 20px 0;
	_margin: 0 10px 10px 0;
	float: left;
	width: 120px;
	height: 150px;
	font-size: 84%;
	color: #FFFFFF;
}
div.section div.cat p.thm img {
	padding: 1px;
	height: 120px;
	border: 1px solid #E5E5E5;
	width: 120px;
	margin-bottom: 5px;
}

/*--------------------------------------
	body.home
--------------------------------------*/

body.home #header #main-visual {
	margin:0 -150px;
	position:relative;
	zoom:1;
}

body.home #content h2 {
	margin-bottom:10px;
}

body.home #main-content {
	margin-bottom:10px;
	overflow:hidden;
	background: url(../2010/img/bg_top.gif) 0 0 repeat-y;
	zoom:1;
}

body.home #main-content div.block {
	margin-bottom: 10px;
	padding:0 0 10px;
}

body.home #main-content div.block h2 {
	margin:0 0 5px;
}
body.home #main-content div.block div.movie {
	padding:0 5px;
}
body.home #main-content div.block p {
	margin-top: 5px;
	margin-bottom: 10px;
	padding:0 10px;
	font-size: 84%;
}

body.home #movie-gallery {
	float:left;
	overflow:hidden;
	width:740px;
	zoom:1;
}
body.home #movie-gallery div.news {
	margin-left:10px;
	float:left;
	display:inline;/* for IE6 */
	width:480px;
}
body.home #movie-gallery div.news h2 {
	margin:0 0 1px;
}
body.home #movie-gallery div.news div.text {
	margin:0 0 10px;
	background: url(../2010/img/bg_news.gif) 0 0 no-repeat;
	line-height: 30px;
}
body.home #movie-gallery div.column {
	margin-left:10px;
	float:left;
	display:inline;/* for IE6 */
	width:235px;
}
body.home #movie-gallery div.column.pseudo-first-child {
	margin-left:0;
	width:250px;
}
body.home #movie-gallery div.column div.movie {
	margin-bottom:10px;
}
body.home #movie-gallery div.column div.movie_bottom {
	margin-bottom:0;
}
body.home #movie-gallery div.block div.movie {
	margin-bottom:0;
}
body.home #report {
	float:right;
	width:250px;
}
body.home #report ul {
	margin-bottom:0;
	padding: 0 10px 10px;
}
body.home #report ul li {
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:84%;
	border-bottom: #454545 dotted 1px;
}

body.home #pick-up {
	margin-bottom:0;
}
body.home #pick-up img.right {
	margin-left:5px;
}

/*--------------------------------------
	div#pagetop
--------------------------------------*/

#pagetop {
	margin:20px auto 0;
	padding: 0 10px;
	position:relative;
	width:980px;
	text-align: right;
}


/*--------------------------------------
	div#footer
--------------------------------------*/

#footer div.guide-nav {
	margin:0 auto 15px;
	position:relative;
	width:1000px;
	text-align:left;
}

#footer div.guide-nav ul {
	margin:0 10px;
	overflow:hidden;
	zoom:1;
}

#footer div.guide-nav ul li {
	margin-right:15px;
	padding-left:10px;
	float:left;
	background:url(../2010/img/bg_footer_02.gif) no-repeat left center;
}

#footer div.guide-nav ul li a {
	color:#FFF;
	text-decoration:none;
}

#footer div.guide-nav div.content-link {
	position:absolute;
	top:0px;
	right:10px;
	text-align: right;
	color:#FFF;
}

#footer div.copyright {
	color:#fff;
	text-transform:uppercase;
}
div.section div.boxOwner {
	margin-bottom:10px;
	padding:0 10px;
	clear: both;
}
div.section div.boxOwner table {
	margin-bottom:10px;
	padding:0 10px;
	clear: both;
	font-size: 10px;
	line-height: 15px;
}
.eventinfoTitle {
	text-align: center;
	padding: 5px;
	margin: 5px;
	background-color: #EFEFD8;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.eventinfoDetail {
	text-align: left;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.contactBox {
	overflow: auto;
}
.caption {
	font-size: 10px;
	line-height: 16px;
	background-color: #FBF7E3;
	margin: 5px;
	padding: 10px;
}

/*施工例関連*/
@charset "utf-8";

div.section div.cat div.thm {
	margin: 0 20px 20px 0;
	_margin: 0 10px 10px 0;
	float: left;
	width: 120px;
	height: 140px;
	font-size: 84%;
}
div.thm p.photo {
	margin: 0;
	padding: 1px;
	width: 120px;
	height: 120px;
	border: #cccccc 1px solid;
}
div.thm p.title {
	margin: 3px 0 0;
	padding-left: 10px;
	line-height:12px;
	background: url(../img/all_arrows_03.gif) top left no-repeat;
}
div.box div.button {
	margin: 20px 0 20px;
	text-align:center;
}

div.block div.item {
	margin: 0 10px 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
	width: 235px;
	height:70px;
}
div.block div.item p.img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	width:60px;
	height:60px;
}
div.block div.item p.title {
	margin: 5px 0;
	padding: 0;
	font-size: 84%;
	font-weight: bold;
	line-height: 140%;
}
div.block div.item p.text {
	margin: 0;
	padding: 0 5px 5px 0;
	font-size: 84%;
}


/*トップページ用*/
div.block div.item2 {
}
div.block div.item2 p.img2 {
	float: left;
	width:50px;
	height:50px;
	margin: 5px;
}
.topbn {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #361002;
}
.topbn img {
	margin: 2px;
}
.linkicon {
	background-image: url(../2010/img/bg_heading-level3_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
}
.lineupBgTop {
	background-image: url(../2010/img/lineup/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 985px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 455px;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 81px;
}
.lineupHeadlogo {
	float: left;
	margin-top: 27px;
	margin-left: 27px;
}
.lineupTopBnbox {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}
.lineupBgTop dl {
	padding: 8px;
	width: 207px;
	text-align: left;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 245px;
}
.lineupBgTop dt {
	padding-top: 0px;
	margin-bottom: 10px;
}
.lineupBgTop dd {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
.lineupBackbtn {
	padding: 0px;
	float: right;
	margin-top: 43px;
	margin-right: 54px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.lineupBgNorwayhouse {
	background-image: url(../2010/img/lineup/bg_norwayhouse.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 972px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 30px;
}
.lineupBgChikyu {
	background-image: url(../2010/img/lineup/bg_chikyu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 972px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 30px;
}
.lineupBgEcotto {
	background-image: url(../lineup/img/ecotto/bg_ecotto.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 972px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 30px;
}
.lineupBgOrder {
	background-image: url(../lineup/img/order/bg_order.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 972px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 30px;
}
.lineupCtBox {
	clear: both;
	background-color: #F4F1EC;
	text-align: left;
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
}
.lineupCtBox h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}
.lineupCtBox .imageR {
	float: right;
	margin-left: 10px;
}
.clear {
	clear: both;
}
.lineupCtBoxframe {
	clear: both;
}
.lineupPhotoBox {
	background-image: url(../lineup/img/common/bg_photo.gif);
	background-repeat: repeat;
	height: 210px;
	width: 224px;
	float: left;
	margin-right: 9px;
}
.lineupPhotoBox h3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lineupPhotoBox h4 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #361002;
}
.btmBn {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
