@charset "utf-8";
/* CSS Document */

body {
	font-size: 10pt;
	background-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/bg01.jpg);
	background-repeat: repeat;
	line-height: 1.6em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1 {
	font-size: 8pt;
	margin: 0px;
}

a:link {
	font-weight: bold;
	color: #996633;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:visited {
	font-weight: bold;
	color: #996633;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline
}

a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline
}



#wrapper {
	width: 780px;
	background-color: #FFFFFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

#toptitle {
	width: 775px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

#navi {
	width: 780px;
	background-color: #FFFFFF;
	height: 60px;
	margin-bottom: 1px;
	margin-top: 1px;
}

#navileft {
	float: left;
	width: 280px;
	padding-left: 3px;
	height: 60px;
}

#navicenter {
	float: right;
	width: 495px;
	padding-left: 1px;
	height: 34px;
	padding-top: 26px;
}


#naviLine {
	height: 18px;
	width: 780px;
	background-color: #000000;
	background-image: url(../img/addlogo.gif);
	background-repeat: no-repeat;
}


#navi ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}


#navi li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#navi a img {
	border: 0 none;
	display: block;
}

/* HOMEボタン */

#navi #home a {
	height: 34px;
	width: 82px;
	background-image: url(../img/bt_home01.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#navi #home a:link {
	background-image:url(../img/bt_home01.gif);
	background-repeat: no-repeat;
}

#navi #home a:visited {
	background-image:url(../img/bt_home01.gif);
	background-repeat: no-repeat;
}

#navi #home a:hover {
	background-image:url(../img/bt_home02.gif);
	background-repeat: no-repeat;
}

#navi #home a:active {
	background-image:url(../img/bt_home02.gif);
	background-repeat: no-repeat;
}

/* 創の家づくりボタン */

#navi #work a {
	height: 34px;
	width: 82px;
	background-image: url(../img/bt_work01.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#navi #work a:link {
	background-image:url(../img/bt_work01.gif);
	background-repeat: no-repeat;
}

#navi #work a:visited {
	background-image:url(../img/bt_work01.gif);
	background-repeat: no-repeat;
}

#navi #work a:hover {
	background-image:url(../img/bt_work02.gif);
	background-repeat: no-repeat;
}

#navi #work a:active {
	background-image:url(../img/bt_work02.gif);
	background-repeat: no-repeat;
}

/* 完成住宅ボタン */

#navi #ex a {
	height: 34px;
	width: 82px;
	background-image: url(../img/bt_example01.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#navi #ex a:link {
	background-image:url(../img/bt_example01.gif);
	background-repeat: no-repeat;
}

#navi #ex a:visited {
	background-image:url(../img/bt_example01.gif);
	background-repeat: no-repeat;
}

#navi #ex a:hover {
	background-image:url(../img/bt_example02.gif);
	background-repeat: no-repeat;
}

#navi #ex a:active {
	background-image:url(../img/bt_example02.gif);
	background-repeat: no-repeat;
}

/* 会社案内＆スタッフボタン */

#navi #int a {
	height: 34px;
	width: 82px;
	background-image: url(../img/bt_introduce01.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#navi #int a:link {
	background-image:url(../img/bt_introduce01.gif);
	background-repeat: no-repeat;
}

#navi #int a:visited {
	background-image:url(../img/bt_introduce01.gif);
	background-repeat: no-repeat;
}

#navi #int a:hover {
	background-image:url(../img/bt_introduce02.gif);
	background-repeat: no-repeat;
}

#navi #int a:active {
	background-image:url(../img/bt_introduce02.gif);
	background-repeat: no-repeat;
}


/* SOU日記ボタン */

#navi #blog a {
	height: 34px;
	width: 82px;
	background-image: url(../img/bt_blog01.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#navi #blog a:link {
	background-image:url(../img/bt_blog01.gif);
	background-repeat: no-repeat;
}

#navi #blog a:visited {
	background-image:url(../img/bt_blog01.gif);
	background-repeat: no-repeat;
}

#navi #blog a:hover {
	background-image:url(../img/bt_blog02.gif);
	background-repeat: no-repeat;
}


/* お問い合せボタン */

#navi #mail a {
	height: 34px;
	width: 82px;
	background-image: url(../img/bt_mail01.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#navi #mail a:link {
	background-image:url(../img/bt_mail01.gif);
	background-repeat: no-repeat;
}

#navi #mail a:visited {
	background-image:url(../img/bt_mail01.gif);
	background-repeat: no-repeat;
}

#navi #mail a:hover {
	background-image:url(../img/bt_mail02.gif);
	background-repeat: no-repeat;
}

#navi #mail a:active {
	background-image:url(../img/bt_mail02.gif);
	background-repeat: no-repeat;
}


/* サブメニュー */

#menuWork {
	font-size: 90%;
	background-color: #000000;
	height: 18px;
	width: 740px;
	margin-left: 40px;
	visibility: hidden;
	color: #FFFFFF;
}


#menuWork ul {
	margin: 0px;
	padding: 0px;
}

#menuWork li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menuWork a:link {
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#menuWork a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#menuWork a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #000000;
	font-weight: bold;
}

#menuWork a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#menu {
	height: 20px;
	width: 760px;
	padding-left: 20px;
	font-size: 90%;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu a {
	padding-right: 5px;

}
	
.space0 {
	margin: 0px;
	padding: 0px;
}

.space5 {
	margin: 0px;
	padding: 5px;
}
.space40 {
	margin: 0px;
	padding: 40px;
}

.space10tb {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.space10t {
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.space15t {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.danraku01 {
	text-indent: 1em;
	margin: 0px;
	padding: 0px;
}

.midashi01 {
	padding: 0px;
	height: 30px;
	width: 780px;
	margin: 0px;
}

.hankaku {
	ime-mode:disabled;
}

.zenkaku {
	ime-mode:active;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}


#thanks {
	text-align: center;
	height: 300px;
	width: 780px;
	padding-top: 80px;
	padding-bottom: 100px;
	line-height: 1.8;
}

#footer {
	width: 780px;
	margin-top: 10px;
	height: 16px;
	clear: both;
	background-color: #000000;
	text-align: center;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

