/*
Theme Name: GreenLife-North
Theme URI: http://www.glife-n.jp/
Description: 
Version: 1.0
Author: tomtom24
Tags: 
*/
/**** Default ****/
* {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	font-size: 14px;
	float: left;
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
	font-wight: normal;
}
h4 {
	float: left;
	width: 100%;
	margin:5px 0;
}
p {
	line-height: 180%;
	margin: 10px 0;
	float: left;
	width: 100%
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px none #FFFFFF;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/**** Original ****/
body {
	background-image: url(img/background.jpg);
	background-repeat: repeat;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fbd8b8;
	border-left-color: #fbd8b8;
	background-color: #FFFFFF;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border: 1px solid #fbd8b8;     /* 枠線の装飾 */
	background-color: #fff;   /* 背景色 */
	margin-top: 10px;
}
*:first-child+html #wrap {
	padding: 0 0 20px 0;
}
#header {
	float: left;
	width: 800px;
	position: relative;
}
#header h1 {
	text-indent: -9999px;
}
#header h1 a {
	float: left;
	height: 44px;
	width: 500px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
}
#header p.description {
	float: left;
	width: 760px;
	margin: 0 20px 10px 20px;
	letter-spacing: 0.1em;
}
#header p.absolute {
	position: absolute;
	top: 0;
	left: 520px;
	width: 280px;
}
#flash-area {
	float: left;
	height: 400px;
	width: 760px;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 17px;
	margin-left: 17px;
	background-color: #fbd8b8;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu-s {
	width: 760px;
	height: 56px;
	float: left;
	margin: 5px 20px 0 20px; 
}
#menu-s ul {
	float: left;
	height: 56px;
	width: 760px;
	list-style-type: none;
}
#menu-s li {
	text-indent: -9999px;
	/float: left;
}
#menu-s li a {
	float: left;
	height: 56px;
	background: url(img/menu-s.jpg);
}
#menu-s li.hms01 a { background-position: 0 0; width: 64px; }
#menu-s li.hms02 a { background-position: -64px 0; width: 98px; }
#menu-s li.hms03 a { background-position: -162px 0; width: 100px; }
#menu-s li.hms04 a { background-position: -262px 0; width: 66px; }
#menu-s li.hms05 a { background-position: -328px 0; width: 60px; }
#menu-s li.hms06 a { background-position: -388px 0; width: 104px; }
#menu-s li.hms07 a { background-position: -492px 0; width: 98px; }
#menu-s li.hms08 a { background-position: -590px 0; width: 88px; }
#menu-s li.hms09 a { background-position: -678px 0; width: 82px; }

#menu-s li.hms01 a:hover { background-position: 0 -56px; }
#menu-s li.hms02 a:hover { background-position: -64px -56px; }
#menu-s li.hms03 a:hover { background-position: -162px -56px; }
#menu-s li.hms04 a:hover { background-position: -262px -56px; }
#menu-s li.hms05 a:hover { background-position: -328px -56px; }
#menu-s li.hms06 a:hover { background-position: -388px -56px; }
#menu-s li.hms07 a:hover { background-position: -492px -56px; }
#menu-s li.hms08 a:hover { background-position: -590px -56px; }
#menu-s li.hms09 a:hover { background-position: -678px -56px; }




#content {
	float: left;
	width: 760px;
	margin: 15px 20px 20px 20px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: 1px solid #fbd8b8;     /* 枠線の装飾 */
	background-color: #fff;   /* 背景色 */
}

#left-content {
	float: left;
	width: 480px;
	padding: 5px;
}
#content-box {
	width: 474px;
	float: left;
	padding: 3px;
}
p.click {
	margin: 0;
	padding: 0;
	color: #666;
}
#content-box table td {
	padding: 0 0 0 5px;
}
#content-box ul.seminarlist {
	margin: 0 0 0 20px;
	float: left;
}
#content-box ul.seminarlist li {
	padding: 0 0 0 5px;
	margin: 10px 0;
	width: 430px;
	float: left;
}
#lc-left {
	float: left;
	width: 365px;
	padding: 5px;
	margin: 15px 0 10px 0;
}
#lc-right {
	float: right;
	width: 365px;
	padding: 5px;
	margin: 15px 0 10px 0;
}
#seminar {
	width: 480px;
	height: 107px;
	float: left;
	margin-bottom: 20px;
}
#seminar p {
	text-indent: -9999px;
}
#seminar p a {
	float: left;
	width: 480px;
	height: 107px;
	background: url(img/seminar.jpg) no-repeat;
	background-repeat: no-repeat;
}
#news {
	float: left;
	width: 480px;
	margin-top: 6px;
	margin-bottom: 18px;
}
h2.headline {
	font-size: 16px;
	color: #666666;
	margin-bottom: 7px;
	background-image: url(img/headline.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	width: 465px;
	padding-left: 15px;
	padding-top: 6px;
	border: 1px dotted #CCCCCC;
}
p.date {
	margin: 2px 0 10px 0;
	padding: 0;
}
#news li {
	float: left;
	height: 60px;
	width: 235px;
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-top: 5px;
}
* html #news li {
	margin-left:0px;
}
#news img.news-img {
	float: left;
	margin-right: 5px;
	width: 75px;
}
#news p.news-time {
	color: #999999;
	width: 150px;
	float: left;
	line-height: 11px;
	margin: 0;
}
#news p.news-title a {
	color: #666666;
	font-size: 12px;
	float: right;
	margin: 0px;
	width: 145px;
}
#news p.news-title {
	width: 145px;
}
#news p.news-title a:hover {
	color: #333333;
}
#right-content {
	float: right;
	width: 240px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
* html #right-content {
	padding-right: 0;
}
.rc-side {
	float: left;
	margin-bottom: 20px;
}
.rc-side h3.headline {
	font-size: 14px;
	color: #999999;
	margin-bottom: 5px;
	background-image: url(img/side-headline.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 225px;
	padding-left: 15px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.rc-side ul li {
	width: 210px;
	margin-left: 10px;
	list-style-type: none;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: url(img/arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.rc-side ul li a:hover {
	color: #333333;	
}


ul#rs-menu {
	width: 232px;
	height: 275px;
	float: left;
	margin-left: 8px;
}
ul#rs-menu li {
	text-indent: -99999px;
	margin: 0;
	padding: 0;
	background: none;
}
ul#rs-menu li a {
	width: 232px;
	height: 23px;
	float: left;
	background: url(img/side-menu.jpg);
}

ul#rs-menu li.rsm01 a { background-position: 0 0; }
ul#rs-menu li.rsm02 a { background-position: 0 -23px; }
ul#rs-menu li.rsm03 a { background-position: 0 -46px; }
ul#rs-menu li.rsm04 a { background-position: 0 -69px; }
ul#rs-menu li.rsm05 a { background-position: 0 -92px; }
ul#rs-menu li.rsm06 a { background-position: 0 -115px; }
ul#rs-menu li.rsm07 a { background-position: 0 -138px; }
ul#rs-menu li.rsm08 a { background-position: 0 -161px; }
ul#rs-menu li.rsm09 a { background-position: 0 -184px; }
ul#rs-menu li.rsm10 a { background-position: 0 -207px; }
ul#rs-menu li.rsm11 a { background-position: 0 -230px; }
ul#rs-menu li.rsm12 a { background-position: 0 -253px; }

ul#rs-menu li.rsm01 a:hover { background-position: -232px 0; }
ul#rs-menu li.rsm02 a:hover { background-position: -232px -23px; }
ul#rs-menu li.rsm03 a:hover { background-position: -232px -46px; }
ul#rs-menu li.rsm04 a:hover { background-position: -232px -69px; }
ul#rs-menu li.rsm05 a:hover { background-position: -232px -92px; }
ul#rs-menu li.rsm06 a:hover { background-position: -232px -115px; }
ul#rs-menu li.rsm07 a:hover { background-position: -232px -138px; }
ul#rs-menu li.rsm08 a:hover { background-position: -232px -161px; }
ul#rs-menu li.rsm09 a:hover { background-position: -232px -184px; }
ul#rs-menu li.rsm10 a:hover { background-position: -232px -207px; }
ul#rs-menu li.rsm11 a:hover { background-position: -232px -230px; }
ul#rs-menu li.rsm12 a:hover { background-position: -232px -253px; }


.search-box {
	width: 230px;
	padding-right: 5px;
	padding-left: 5px;
}
.search_text {
	float: left;
	height: 18px;
	margin-right: 5px;
}
.search_button {
	float: left;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer p.ending,
#footer p.ending a {
	color: #a47650;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
h2#postcomment {
	float: left;
	border-top: 1px dotted #ccc;
	padding: 3px 0;
	margin: 10px 0 0 0;
	width: 480px;
}
/* お問合せ　資料請求
------------------------------------------ */
.red {
	color: red;
	float: left;
	margin: 5px 0 5px 2px;

}
table.contact-table {
	margin: 5px 0 0 10px;
	float: left;
}
table.contact-table p {
	float: left;
	width: auto;
	margin: 5px 0;
}
/* 見学会情報
------------------------------------------ */
ul.tourlist {
	float: left;
	margin: 4px 0;
}
ul.tourlist li {
	width: 450px;
	margin: 12px 0 12px 20px;
	font-size: 14px;
}
ul.tourlist li a {
	font-size: 14px;
}
/* レッドシーダーについて
------------------------------------------ */
h3.p_headline {
	border-bottom: 1px dotted #cccccc;
	padding: 6px 0;
}
span.space21 {
	margin-top: 21px;
}
h4.p_headline {
	padding: 8px 0 8px 6px;
	border-left: 8px solid #e70010;
}
/* レッドシーダーフォトギャラリーについて
------------------------------------------ */
ul.red-photo {
	list-style: none;
}
ul.red-photo li a {
	width: 135px;
	float: left;
	padding: 7px;
	border: 1px dotted #ccc;
	margin: 0 3px 7px 4px;
}
ul.red-photo li a img {
	width: 135px;
	float: left;
}
ul.red-photo li a:hover  {
	width: 135px;
	float: left;
	background: #fdeed7;
}
/* レッドシーダーフォトギャラリー個別用
------------------------------------------ */
.largeImage{
	border: solid 1px #ccc;
	width: 460px;
	height: 306px;
	padding: 5px;
}
.thumbs img{
	border: solid 1px #ccc;
	width: 81px;
	height: 81px;
	padding: 4px;
}
.thumbs img:hover{
	border-color: #FF9900;
}

/* ウィジェットのリンクバナータイトル
------------------------------------------ */
.linkbox p {
	float: left;
	width: 240px;
}
.linkbox img {
	float: left;
}

/*
---------------------------------------------
ここ以下は、2011年1月末の修正時の追加CSS。
---------------------------------------------
*/

/* 共通部分 見出しなど */
h3.Nt {
	font-size: 120%;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 130%;
}
h3.St {
	font-size: 150%;
	letter-spacing: 0.1em;
	font-weight: bold;
	width: 490px;
	float: left;
	margin: 42px 0 21px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
h4.Sh4 {
	font-size: 110%;
	color: #444;
}
table.Tab {
	border-collapse: collapse;
	border-spacing: 0;
}
table.Tab td {
	padding: 5px;
	line-height: 170%;
}
span.box {
	width: 460px;
	display: block;
	padding: 14px;
	border: 1px solid #ccc;
}

/* 外壁・内装のトリプル断熱について */
.Nl {
	float: left;
	margin: 21px 0;
}
.Nl span {
	padding: 3px;
	font-size: 90%;
	color: #fff;
	font-weight: bold;
}
.blue span {
	background: #2558a7;
}
.orange span {
	background: #f2ad2d;
}
.red span {
	background: #ff6968;
}

/* 比較ページ */
table.Hi {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 21px;
	width: 100%;
	float: left;
}
table.Hi td,
table.Hi th {
	padding: 5px !important;
	border: 1px solid #ccc;
	line-height: 170%;
}
table.Tt {
	background: #f5f5f5;
}

/* こだわりページ */
ol.kodawari_list {
	width: 490px;
	float: left;
	list-style: none;
}
ol.kodawari_list li {
	float: left;
}
ol.kodawari_list li a {
	float: left;
	padding-top: 100px;
	width: 140px;
	margin: 0 20px 20px 0;
}
ol.kodawari_list li.kl01 a { background: url(img/klimg/01.jpg) no-repeat; }
ol.kodawari_list li.kl02 a { background: url(img/klimg/02.jpg) no-repeat; }
ol.kodawari_list li.kl03 a { background: url(img/klimg/03.jpg) no-repeat; }
ol.kodawari_list li.kl04 a { background: url(img/klimg/04.jpg) no-repeat; }
ol.kodawari_list li.kl05 a { background: url(img/klimg/05.jpg) no-repeat; }
ol.kodawari_list li.kl06 a { background: url(img/klimg/06.jpg) no-repeat; }
ol.kodawari_list li.kl07 a { background: url(img/klimg/07.jpg) no-repeat; }
ol.kodawari_list li.kl08 a { background: url(img/klimg/08.jpg) no-repeat; }
ol.kodawari_list li.kl09 a { background: url(img/klimg/09.jpg) no-repeat; }
ol.kodawari_list li.kl10 a { background: url(img/klimg/10.jpg) no-repeat; }
ol.kodawari_list li.kl11 a { background: url(img/klimg/11.jpg) no-repeat; }
ol.kodawari_list li.kl12 a { background: url(img/klimg/12.jpg) no-repeat; }
ol.kodawari_list li.kl13 a { background: url(img/klimg/13.jpg) no-repeat; }
