@charset "utf-8";

/*********************
* base tags
*********************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

body {
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 135%;
	text-align: center;
}

* html li,
* html h3,
* html img,
* html a {
	behavior: url(/iepngfix.htc);
}

/*********************
* main structure
*********************/

#container {
	margin: 0 auto;
	width: 990px;
	text-align: left;
	background-image:url(images/background.jpg);
	background-repeat: repeat-y;
}

#header {
	margin: 0 auto;
	width: 700px;
	height: 38px;
	background-image:url(images/header/header_background.jpg);
	background-repeat: repeat-x;
}

#header_inner {
	margin: 0 auto;
	width: 700px;
	height: 38px;
}

#header img {
	list-style-type: none;
	float: left;
}

#contents {
	margin: 0 20px;
	width: 950px;
	background-image:url(images/contents_background.jpg);
	background-repeat: repeat-y;
}

#footer {
	margin: 0 20px;
	width: 950px;
	background-color: #4d5b78;
}

#footer_inner {
	margin: 0 5px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 125%;
	color: #FFFFFF;
}

#footer_inner p {
	margin: 0;
}

#footer_inner a {
	color: #FFFFFF;
	text-decoration: none;
}

/*********************
* common tags
*********************/
.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img {
	border: 0;
}

p {
	margin: 0 15px;
	padding-bottom: 10px;
}

h2 {
	padding: 10px 0;
}

h3 {
	margin: 5px 0;
}

.alert {
	color: #FF0000;
	font-weight: bold;
}

.m5_l {
	margin-left: 5px;
}

.m5_r {
	margin-right: 5px;
}

.f12p {
	font-size: 12px;
	line-height: 125%;
}

/*********************
* main contents
*********************/
#contents #left {
	float: left;
	width: 250px;
}

#contents #left ul li {
	list-style-type: none;
	line-height:0;
	background-color: #cbc6b3;
}

#contents #left ul li img {
	vertical-align: bottom;
}

#contents #left ul li ul {
	margin: 3px 0 0 20px;
}

#contents #left ul li ul li {
	height: 20px;
	font-size: 14px;
	line-height: 115%;
	background-image:url(images/listHead.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 0 15px;
}

* html #contents #left ul li ul li {
	margin-top: 5px;
	padding: 0 0 0 15px;
}

#contents #left ul li ul li a {
	text-decoration: none;
	color: #000000;
}

#contents #right {
	width: 700px;
	float: right;
}

#contents #right_inner {
	margin-left: 15px;
}

#contents #right_inner .common_bottom_navi {
	text-align: center;
	margin: 20px 0;
}

#contents #right_inner .common_bottom_navi img {
	margin: 0 15px;
}


/*********************
* top
*********************/
#top #header {
	margin: 0 auto;
	width: 100%;
	height: 38px;
	background-image:url(images/header/header_background.jpg);
	background-repeat: repeat-x;
}
#top #header_inner {
	margin: 0 auto;
	width: 950px;
}

#top #contents {
/*	overflow: auto;*/
}


#top #contents_inner {
}

#top #right {
	background-image:url(images/top/top_syuugou.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #fdfdf1;
}

#top #right .information {
	position: relative;
	width: 685px;
	height: 175px;
	margin: 15px 0 15px 0;
	background-image: url(images/top/top_tmp01.jpg);
	background-repeat: no-repeat;
}

#top #right .information .event {
	position: absolute;
	top: 35px;
	left: 10px;
	width: 323px;
	height: 132px;
	overflow-y: scroll;
}

#top #right .information .whatsnew {
	position: absolute;
	top: 35px;
	left: 350px;
	width: 323px;
	height: 132px;
	overflow-y: scroll;
}

#top #right .information .event_inner,
#top #right .information .whatsnew_inner {
	margin: 5px;
}

#top #right .information .event_inner dt,
#top #right .information .whatsnew_inner dt {
	width: 5em;
	clear: left;
	float: left;
}

#top #right .information .event_inner dd,
#top #right .information .whatsnew_inner dd {
	margin: 0;
	margin-left: 5em;
}

#top #right .information .event_inner dd p,
#top #right .information .whatsnew_inner dd p {
	margin: 0;
	padding: 0;
}

#top #right .top_main {
	margin: 10px 10px 10px 0;
}

#top #right .top_main_left {
	width: 420px;
	float: left;
}

#top #right .top_main_right {
	width: 250px;
	float: right;
}

#top #right .top_main_sec {
	margin: 5px 0;
}

#top #right .top_main_sec img {
	margin: 0 5px 5px 0;
}

/*********************
* 家づくり共通
*********************/
#ie ul.ie_navi {
}

#ie ul.ie_navi li {
	list-style-type: none;
	float: left;
}

#ie .ie_navi_bottom {
	margin: 20px 0;
	text-align: center;
}

#ie .air_cicle {
	float: left;
	width: 330px;
	font-size: 12px;
	line-height: 125%;
}

#ie .kaze_left {
	float: left;
	width: 405px;
}

#ie .kaze_right {
	float: left;
}

#ie .kaze_bottom {
	background-color: #FFC;
	margin: 10px 15px 10px 0;
}

#ie .kaze_bottom_inner {
	margin: 0 5px;
	padding: 10px 0;
}

/*********************
* 流れ
*********************/
#flow .flow_navi {
	text-align: center;
	margin: 10px 0;
}

#flow h3 {
	margin: 10px 0 10px 0;
}

#flow .flow_box {
	width: 650px;
	background-color: #d2ded4;
	margin-left: 5px;
}

#flow .flow_box_bottom {
	background-image: url(images/flow/vertical02.jpg);
	width: 650px;
	height: 54px;
	margin-left: 5px;
}

#flow .flow_end_box {
	width: 650px;
	height: 450px;
	background-image:url(images/flow/finish.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
}

#flow .flow_end_box_inner {
	padding: 180px 0 0 0;
	margin: 0 50px;
}

#flow .next_step {
	position: relative;
	margin-left: 10px;
}

#flow .next_step_inner {
	position: absolute;
	top: 55px;
	left: 280px;
}

#flow .next_step_inner a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

/*********************
* 施工事例
*********************/
#case ul.reform_list {
	margin-left: 30px;
}

#case ul.reform_list li {
	list-style-type: none;
	background-image:url(images/case/reform/onepoint.png);
	background-repeat: no-repeat;
	height: 30px;
	padding: 3px 0 0 25px;
	font-size: 14px;
}

/*********************
* お客様の声
*********************/
#voice .from_adachi {
	padding: 10px 0 20px 0;
	
}

#voice .voice_box {
	margin-bottom: 15px;
}

#voice .voice_box_left {
	float: left;
	width: 250px;
	text-align: center;
}

#voice .voice_box_right {
	float: left;
	width: 420px;
}

#voice .from_adachi_left {
	float: left;
	width: 230px;
	height: 349px;
}

#voice .from_adachi_right {
	float: left;
	width: 430px;
	background-color: #a3a3a3;
	height: 349px;
}

#voice .from_adachi_right_inner {
	margin: 8px;
}

#voice h2.title {
	font-size: 18px;
	border-left: 12px solid #003919;
	border-bottom: 1px solid #e5e5e3;
	padding: 8px 0 8px 5px;
	margin: 10px 10px 15px 0;
}

#voice h3.title {
	font-size: 16px;
	border-left: 10px solid #003919;
	border-bottom: 1px solid #e5e5e3;
	padding: 3px 0 3px 5px;
	margin: 10px 10px 10px 15px;
}

/*********************
* 会社概要
*********************/
#company .info_left {
	width: 420px;
	float: left;
}

#company .info_right {
	float: left;
}

#company table.company_info {
	width: 500px;
	margin: 10px 20px;
	border-top: 1px solid #90a28a;
	border-left: 1px solid #90a28a;
}

#company table.company_info th,
#company table.company_info td {
	padding: 3px 5px;
	border-bottom: 1px solid #90a28a;
	border-right: 1px solid #90a28a;
}

#company table.company_info th {
	width: 90px;
	background-color: #90a28a;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}

#company table.company_info th.last {
	border-bottom: none;
}

#company table.company_enkaku {
	width: 500px;
	margin: 10px 20px;
}


#company table.company_enkaku th,
#company table.company_enkaku td {
	padding: 3px 5px;
	border-bottom: 1px solid #90a28a;
}

#company table.company_enkaku th {
	width: 90px;
	background-color: #b0d2ba;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}

#company table.company_enkaku th.last {
	border-bottom: none;
}

#company table.company_enkaku td {
	background-color: #FFF;
	padding-left: 10px;
	margin-bottom: 1px;
}

/*********************
* スタッフ
*********************/
#staff h3 {
	font-size: 16px;
	border-left: 10px solid #003919;
	border-bottom: 1px solid #e5e5e3;
	padding: 3px 0 3px 5px;
}

#staff .furigana {
	font-size: 12px;
}

#staff .staff_box {
}

#staff .staff_left {
	float: left;
	width: 255px;
	text-align: center;
	margin-right: 10px;
}

#staff .staff_right {
	float: left;
	width: 405px;
}

#staff .staff_right_inner {
	background-color:#efefef;
	padding-top: 5px;
	font-size: 13px;
	line-height: 125%;
}

/*********************
* ブログ
*********************/
.blog .entry {
	width: 670px;
	border-top: 2px solid #94a487;
	border-left: 2px solid #94a487;
	border-bottom: 3px solid #94a487;
	border-right: 3px solid #94a487;
	margin-bottom: 20px;
}

.blog .entry_title {
	background-repeat: no-repeat;
	height: 40px;
	padding: 15px 0 0 55px;
	font-size: 16px;
	border-bottom: 1px solid #94a487;
}

.blog .entry_title a {
	color: #000;
	text-decoration: none;
}

.blog .reform_title {
	background-image:url(images/case/reform/onepoint.png);
	height: 30px;
	padding: 0 0 0 25px;
	margin-left: 5px;
}

.blog .interior_title {
	background-image:url(images/case/interior/onepoint.png);
}

.blog .event_title {
	background-image: url(images/event/onepoint.png);
}

.blog .entry_body {
}

/*********************
* SSL
*********************/
#inquiry #container {
	width: 670px;
	background-image: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#inquiry #header,
#inquiry #contents,
#inquiry #footer {
	width: 670px;
	margin: 0;
}

#inquiry #contents {
	background-image: none;
}


#inquiry #header {
	background-image: none;
	height: 80px;
}

#inquiry h2 {
	margin: 0 0 10px 0;
}

#inquiry table.inquiry_list {
	width: 550px;
	margin: 10px 60px;
	border-top: 1px solid #b0d2ba;
}

#inquiry table.inquiry_list th,
#inquiry table.inquiry_list td {
	padding: 3px 5px;
}

#inquiry table.inquiry_list th {
	text-align: center;
	background-color: #b0d2ba;
	border-bottom: 1px solid #FFF;
}

#inquiry table.inquiry_list td {
	border-bottom: 1px solid #b0d2ba;
	padding: 3px 8px;
}

input.submit {
	background-color: #ff99cc;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 16px;
}

/*********************
* dream weaver対策（本番で消すこと）
*********************/

.clearfix + *{
    clear: both;
}
