﻿/*-- 共通 --*/

BODY {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	/*background-image: url(../img/bg_toyonaka.jpg);
	background-repeat: no-repeat;*/
	font-family: Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:12px;
	color: #2A2A2A;
}

.FLOATCLEAR_TOP {
	clear:both;
	overflow: hidden;
}

.FLOATCLEAR {
	clear:both;
	background-image: url(../img/bg.jpg);
	overflow: hidden;
}

.CONTENT_TOP {
	width: 950px;
	/*margin: 0 auto;*/ /*センタリング*/
	background-color: #000000;
	background-image: url(../img/bg_toyonaka.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	border: solid 1px #cccccc;
	border-top: none;
}

.CONTENT_OTHER {
	width: 950px;
	/*margin: 0 auto;*/ /*センタリング*/
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border: solid 1px #cccccc;
	border-top: none;
}

.LEFT_TOP {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

.LEFT {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	background-color: #999966;
/*	background-image: url(../img/bg_left.png);*/
}



.HEADER {
	float: left;
	width: 700px;
	height: 80px;
	background-repeat: no-repeat;
	background-position:100% 0;

}

.HEADER_TITLE {
	margin: 25px 0 0 50px;
	padding: 0 0 0 0px;
	color: #999966;
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #ffffff;
	border-left: none;
	font-size: 18px;

}

.LOGO {
	margin: 0;
	padding: 0px 0 10px 0px;
}

.LOGO img {
	width: 200px;
	height: 80px;
	border: none;
}

.MAIN {
	float: right;
	background-color: #ffffff;
	width: 700px; /*～520（padding-left=15)のため*/
	padding: 0px 0px 20px 20px;
}

.MAIN_TOP {
	float: right;
	width: 730px;
	height: 300px;
	padding: 20px 0px 20px 30px;
}

.MAIN H1 {
	margin: 10px 0 30px 0;
	padding: 5px 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: solid 5px #999966;
	font-size: 16px;
	color: #2A2A2A;
}

.MAIN H2 {
	margin-bottom: 20px;
	padding: 5px 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: solid 5px #999966;
	font-size: 16px;
}

.MAIN H3 {
	padding: 0;
	font-size: 16px;
}

.MAIN HR {
	clear: both;
	width: 650px;
/*	margin: 20px 0 20px 0;*/
	border-top: dotted 1px #cccccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.FOOTER {
	width: 950px;
	height:20px;
	padding: 10px 0px 3px 0px;
	/*background-color: #000000;*/
	/*border-top: solid 1px #CCCCCC;*/
	font-size:10px;
	text-align:center;
	background-color: #000000;
	color: #ffffff;
}

.MENU {
	float: left;
	width: 200px;
	margin: 5px 0 20px 5px;
}

.MENU a img{
	border: none;
	margin: 0px 0px 20px 5px;
}


/*-- 会社案内・代表挨拶 --*/
.MESSAGE {
/*	margin: 0 10px 40px 0; */
	width: 650px;
	overflow: hidden; /* clear float */
}

.MESSAGE_PHOTO {
	float: right;
	width: 180px;
	margin: 0 0 30px 30px;
	display: inline; /* for IE6,7 */
	line-height: 150%;
	text-align: center;
}

.MESSAGE_TITLE {
	padding: 0;
	margin: 15px 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 200%;
}

.MESSAGE_P {
	line-height: 200%;
	display: inline; /* for IE6,7 */
	margin: 0 0 0 0px;
}

/*-- 会社案内・会社概要 --*/

.OUTLINE_LEFT {
	float:left;
	margin: 0 20px 0 0;
	width: 300px;
	height: 400px;
	line-height: 150%;
	display: inline; /* for IE6,7 */
}

.OUTLINE_RIGHT {
	float:left;
	width:300px;
	line-height: 150%;
	display: inline; /* for IE6,7 */
}


/*-- リフォーム --*/
.CASE		{
	float: left;
	height: auto;
	margin: 0px 0px 20px 0px;
	display: inline; /* for IE6,7 */
}

.CASE H3 {
	margin: 0 0 5px 0;
	color: #DAD5CF;
	font-size: 12px;
	font-weight:bold;
}

.CASE A IMG	{
	float:left;
	margin:0px 5px 0px 0px;
	border: none;
}

.CASE a	{
	display :block;
	float: left;
	height: 80px;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.CASE a:link {
	color:#2A2A2A;
	text-decoration:none;
}

.CASE a:visited	{
	color:#2a2a2a;
	text-decoration:none;
}

.CASE a:hover {
	color:#ffffff;
	text-decoration:none;
	background:#cccc99;
}

.CASE a:active {
	color:#ffffff;
	text-decoration:none;
	background:#cccc99;
}

.CASE p {
	margin: 5px 0 0 0;
}

.CASE_BLOCK {
	float: left;
	margin: 0 10px 50px 10px;
	width: 300px;
}

/*-- リノベーション＆リニューアル --*/
.CASE_BR {
	float: left;
	height: auto;
	margin: 10px 0px 15px 0px;
	display: inline; /* for IE6,7 */
}

.CASE_BR_BLOCK {
	clear: both;
	margin: 0 0 0 10px;
	width: 480px;
}

.CASE_BR_BLOCK P {
	margin: 5px 0 10px 0px;
	font-size: 13px;
	line-height: 150%;
	width: 460px;
}


.CASE_BR H3 {
	margin: 0 0 5px 0;
	color: #DAD5CF;
	font-size: 12px;
	font-weight:bold;
}

.CASE_BR A IMG	{
	float:left;
	margin:0px 5px 0px 0px;
	border: none;
}

.CASE_BR a	{
	display :block;
	float: left;
	height: 80px;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
}

.CASE_BR a:link {
	color:#2a2a2a;
	text-decoration:none;
}

.CASE_BR a:visited	{
	color:#2a2a2a;
	text-decoration:none;
}

.CASE_BR a:hover {
	color:#ffffff;
	text-decoration:none;
	background:#cccc99;
}

.CASE_BR a:active {
	color:#ffffff;
	text-decoration:none;
	background:#cccc99;
}

.CASE_BR p {
	margin: 5px 0 0 0;
}


/*-- リフォームの流れ --*/
.FLOW {
}

.FLOW p{
    font-size: 15px;
    margin: 0 0 10px 0;
}

.FLOW_BOX {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 8px;
	display: inline;
	width: 220px;
	background-color: #000000;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.FLOW_TEXT {
	float: left;
	display: inline;
	margin: 0px 0 0 10px;
	padding-left: 8px;
	display: block;
	width: 410px;
	line-height:150%;
}

.FLOW IMG {
	clear: both;
	display: block;
	margin: 0 0 10px 90px;
}


/*-- 無料お見積 --*/
.FORM {
	margin: 0;
}

.FORM HR {
	clear: both;
	padding: 0 0 0 0;
	border-top: dotted 1px #cccccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.FORM H3 {
	margin: 25px 0 20px 20px;
	padding: 0 0 0 5px;
	font-size: 15px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: solid 5px #eeeeee;
}

.FORM TABLE {
	border: none;
	margin: 0px 0 20px 15px;
}

.FORM TH {
	text-align: right;
	width: 100px;
}

.FORM TD {
	padding: 5px;
}

.TABLE_BORDER {
	border: solid 1px;
	border-color: #666666;
}

/*-- CONTACT --*/
.CONTACT_PAGE {
}

.CONTACT_PAGE H3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}

.CONTACT_BOX {
	margin: 10px 0 0 30px ;
	padding: 25px;
	width: 350px;
	border: solid 1px;
	border-color: #666666;
	line-height:150%;
}

.CONTACT_WILL {
	margin: 20px 0 0 30px ;
	padding: 10px 25px 20px 25px;
	width: 350px;
	border: solid 1px;
	border-color: #cccccc;
	font-size: 12px;
	line-height:150%;
}