* {
	margin:0px;
	padding:0px;
}

html {
	height:100%;
	overflow: scroll
}

body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:12px;
	line-height: 1.6;
	background: #404040;
	color: #EAEAEA
}
ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
p{
	margin:10px 0px;	
}

/* ///////////////////////////////////////// image */

img{
	border: none;
	vertical-align:bottom;	
}

/* ///////////////////////////////////////// anchor */

a:link, a:visited{text-decoration:none; color:#fb8300;
}
a:active, a:hover{text-decoration:none; color:#fdb900;
}

/* ///////////////////////////////////////// table style */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.tableStyle01{
	width:100%;
}
table.tableStyle01 .wdt80{
	width: 80px;
}
table.tableStyle01 th,
table.tableStyle01 td{
	padding: 11px 20px 9px;
	border-bottom:  1px solid #6E6955;
	vertical-align: top;
}

/* ///////////////////////////////////////// box style */

div.boxStyle {
	margin: 15px 0;
	padding-top: 15px;
	border-top:  1px solid #6E6955;
}
.boxStyle:after, .boxStyle02:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.boxStyle div.fr {
	width:435px;
	padding-left: 15px;
}
div.boxStyle div.fl {
	width:270px;
	padding-bottom: 20px;
}
div.boxStyle02 {
	background: #2C2C2C;
	padding: 8px;
	margin-bottom: 15px;
}
#eventBox div.boxStyle02 div.fl {
	width:530px;
	margin: 7px 0 0;
	text-align: left;
	padding-left: 15px;
}
#eventBox div.boxStyle02 div.fr {
	width:130px;
	margin: 5px 0;
	padding-right: 7px;
}



/* ///////////////////////////////////////// list style */

ul#listStyle01 li {
	background: url(../../img/share/ico_shikaku.gif) no-repeat left 3px;
	padding-left: 20px;
	margin: 10px 0 7px 8px
}

.listStyle02 li {
	background: url(../../img/share/ico_shikaku.gif) no-repeat left 3px;
	padding-left: 20px;
	margin: 10px 0 7px 8px;
	border-bottom: dotted 1px #6E6955 
}

/* ///////////////////////////////////////// dl style */

dl#dlStyle01 dt {
	background: url(../../img/share/ico_shikaku.gif) no-repeat left 3px;
	padding-left: 20px;
	margin: 10px 0 7px 8px;
	color: #C0CE46;
}
dl#dlStyle01 dd {
	margin: 0 0 0 25px;
	border-bottom: dotted 1px #C0CE46;
	padding-bottom: 15px;
}

/* ///////////////////////////////////////// position */

.tcenter{
	text-align: center	
}
.tright{
	text-align: right	
}
.tleft{
	text-align: left	
}

/* ///////////////////////////////////////// float style */

.fl {
	float:left;
}
.fr {
	float: right;
}
.leftHearf {
	float: left;
	width: 360px;
	padding-bottom: 35px;
	margin: 0;
}
.rightHearf {
	float: right;
	width: 345px;
	margin-left: 15px;
	padding-bottom: 35px;
	margin-top: 0px;
}
.fl405 {
	float: left;
	width: 405px;
	padding-bottom: 35px;
	margin: 0;
}
.fr300 {
	float: right;
	width: 300px;
	margin-left: 15px;
	padding-bottom: 35px;
}
.fl535 {
	float: left;
	width: 535px;
	padding-bottom: 35px;
	margin: 0;
}
.fr160 {
	float: right;
	width: 160px;
	margin-left: 15px;
}
.fl445 {
	float: left;
	width: 445px;
	padding-bottom: 35px;
	margin: 0;
}
.fr260 {
	float: right;
	width: 260px;
	margin-left: 15px;
	padding-bottom: 15px;
}



/* ///////////////////////////////////////// font style */

.txtbold {
	font-weight: bold
}
.fsmall {
	font-size: 95%
}
.fs18 {
	font-size: 138%;
}
.orange {
	color: #E78034
}

/* ///////////////////////////////////////// ClearFix */

.clear{
	clear:both;
}

/* modern browsers */

.clearfix {
zoom: 1　/* IE対応 */
}

.clearfix:after,
div#header:after,
div#footer:after,
div#contents:after,
div#event:after,
div#companyBox:after,
div#navigation:after,
div#gallery:after,
div#galleryBox:after,
div#technical:after,
div#cafeBox:after,
div#cafe_newbox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ///////////////////////////////////////// margin */

.mg0 {
	margin: 0px;
}
.mb5 {
	margin: 0 0 5px;
}
.mb10 {
	margin: 0 0 10px;
}
.mb25 {
	margin: 0 0 25px;
}
.mb35 {
	margin: 0 0 35px;
}

.mt5 {
	margin: 5px 0 0;
}

.mt10 {
	margin: 10px 0 0;
}
.mt25 {
	margin: 25px 0 0px;
}

.ml10 {
	margin: 0 0 0 10px;
}

/* ///////////////////////////////////////// btn */

.btn a {
	display: block;
	background: #fb8300;
	color: #000000;
	padding: 2px 7px;
	width: 130px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
.btn a:hover {
	display: block;
	background: #000000;
	color: #fb8300;
	padding: 2px 7px;
	width: 130px;
	margin: 0 auto;
	font-weight: bold;
}
.btn02 a {
	display: block;
	background: #fb8300;
	color: #000000;
	padding: 2px 7px;
	width: 50px;
	font-weight: bold;
}
.btn02 a:hover {
	display: block;
	background: #000000;
	color: #fb8300;
	padding: 2px 7px;
	width: 50px;
	font-weight: bold;
}
#contents .btn03 a {
	display: block;
	background: #fb8300;
	color: #000000;
	padding: 2px 7px;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
#contents .btn03 a:hover {
	display: block;
	background: #000000;
	color: #fb8300;
	padding: 2px 7px;
	width: 200px;
	margin: 0 auto;
	font-weight: bold;
}

/* ///////////////////////////////////////// form style */

input, select, textarea { padding:2px }
input {
	margin: 0 3px 0 0
}
td.reform_bui label, td.plan label {
	display:block;
	padding:0 25px 0 0;
}

/* ///////////////////////////////////////// flash */

div#flashArea{
	height:450px;
	width:720px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-380px;
}

/* ///////////////////////////////////////// header */

#header {
	height:80px;
	margin:5px auto;
	text-align:left;
	width:100%;
}
#header #header_inner {
	margin:0 auto;
	width:950px;
}
#home #header h1 {
	float: left;
	margin-top: 25px;
}
#header h1 {
	font-size:0.8em;
	float: right;
	font-weight: normal;
	margin-top: 5px;
	color: #FFFFFF;
	width: 440px;
}
#header #logo {
	float: left;
	margin-top: 25px;
}
#home #header h2 {
	font-size:0.8em;
	float: right;
	font-weight: normal;
	margin-top: 5px;
	color: #EAEAEA;
	width: 440px;
}
#header #header_inner .headerNav {
	margin: 30px 0 0 0;
	float: right;
	width: 420px;
}
#header #header_inner .headerNav ul li {
	float: left;
	margin-left:20px;
}
#header #header_inner .headerNav ul li.home {
	float: left;
	margin-left: 0;
}
#header #header_inner #nav {
	width: 740px;
	margin: 20px 0 0;
	float: right;
}
#header #header_inner #nav ul li {
	float: left;
	border-left:1px dotted #000000;
}
#header #header_inner #nav ul li.gn06 {
border-right:1px dotted #000000;
}
#header #header_inner #nav ul li a {
	height:38px;
	padding:0 17px 0 10px;
}

/* /////////////////////////////////////////////////////////////////////////// top */

#top_main {
	float: right;
	width: 735px;
	background: #404040;
	padding-left: 5px;
}
#top_main #l_banner {
	float:left;
	width:385px;
	background: #404040;
}
#top_main #r_banner {
	float:left;
	width: 345px;
	margin-left: 4px;
}
#topics {
	margin: 0 auto 5px;
	padding: 15px;
	background: #B2B2B2;
	height: 111px;
}
#topics dl.topics-list {
	line-height: 1.33;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 345px;
	display: block;
}
#topics dl.topics-list dt {
	float: left;
	background: #000000;
	color: #FFFFFF;
	padding: 2px 7px;
	margin-right: 15px;
	margin-top: 5px;
}
#topics dl.topics-list dd {
	padding-bottom: 3px;
	padding-top: 5px;
}
#topics dl.topics-list dd p {
	line-height: inherit;
	margin: 0 0 7px;
	padding: 0;
}
#topics dl.topics-list dd p a {
color: #000000
}
#topics dl.topics-list dd p a:hover {
color: #575757
}

/* /////////////////////////////////////////////////////////////////////////// 共通 */

#main {
	float: right;
	width: 720px;
	background: #404040;
	padding-left: 20px;
}
#contents {
	width: 950px;
	margin: 0 auto;
	background: #BF4508;
	padding: 0px;
	text-align: left;
}
#sidemenu {
	float: left;
	width: 210px;
	background: #BF4508;
}
#sidemenu ul#navi {
	margin: 170px 0 55px;
	text-align: right;

}
#sidemenu ul#navi li a {
	padding: 5px 25px 0 0;
	color: #FFFFFF;
	font-size: 121%;
}
#sidemenu ul#navi li a:hover {
color: #000000
}
#sidemenu ul#navi .navi_fin {
	padding: 25px 0 0;
}
#main h2 {
	padding: 0;
	margin: 0 0 30px;
}
#main h3 {
	padding: 0;
	margin: 0 0 15px;
	font-size: 18px;
	color: #C0CE46;
}
#main h4 {
	color: #fb8300;
	font-size: 12px;
}
#contents p.topicPath {
	font-size: 1em;
	padding: 0;
	margin: 0 0 10px;
}
#navigation {
	width: 720px;
	border-bottom: 1px solid #6E6955;
	margin-bottom: 25px;
}
#navigation li {
	border-right: 1px solid #fb8300;
	float: left;
	margin: 2px 0;
	padding: 0 8px;
}
#navigation li.backList {
	border: none;
	margin-left: 35px;
	float: right
}
.pagetop {
	text-align:right;
	padding: 15px 0 0;
}
.line {
	width: 720px;
	clear: both;
	height: 20px;
	margin-bottom: 20px;
}


/* /////////////////////////////////////////////////////////////////////////// works */

#gallery .item {
	width: 160px;
	height: 170px;
	float: left;
	margin: 5px 0;
}
#gallery .item02 {
	width: 160px;
	height: 170px;
	float: left;
	padding-left: 25px;
	margin: 5px 0;
}

/* /////////////////////////////////////////////////////////////////////////// concept */

#flash_area {
	width: 720px;
}
div#conceptBox ul li {
	width: 360px;
	padding: 0px;
	height: 200px;
	float: left;
}
div#conceptBox ul li h3 {
	margin: 0 0 10px
}
div#conceptBox ul li.c01 span {
	background: url(../../img/concept/c01_img.jpg) no-repeat 0 5px;
}
div#conceptBox ul li.c02 span {
	background: url(../../img/concept/c02_img.jpg) no-repeat 0 5px;
}
div#conceptBox ul li.c03 span {
	background: url(../../img/concept/c03_img.jpg) no-repeat 0 5px;
}
div#conceptBox ul li.c04 span {
	background: url(../../img/concept/c04_img.jpg) no-repeat 0 5px;
}
div#conceptBox ul li.c05 span {
	background: url(../../img/concept/c05_img.jpg) no-repeat 0 5px;
}
div#conceptBox ul li.c06 span {
	background: url(../../img/concept/c06_img.jpg) no-repeat 0 5px;
}
div#conceptBox ul li p.txt {
	height: 75px;
}
div#conceptBox ul li span {
	display: block;
	font-size: 95%;
	margin-top: 10px;
	padding: 0 15px 0 115px;
}
div#conceptBox ul li.line {
	width: 720px;
	clear: both;
	height: 20px;
	margin-bottom: 25px;
}

/* /////////////////////////////////////////////////////////////////////////// our design */

#designBox ul li {
	float: left;
	width: 177px
}
#designBox ul li.eat, #designBox ul li.relax, #designBox ul li.sleep {
	margin-right: 4px;
}
#designBox ul li h3 {
	margin: 5px 0 0;
}
#designBox ul li span {
	display: block;
	width: 170px;
	height: 150px;
	font-size: 95%;
}
#designBox .detail a {
	display: block;
	background: #fb8300;
	color: #000000;
	padding: 2px 7px;
	width: 130px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
#designBox .detail a:hover {
	display: block;
	background: #000000;
	color: #fb8300;
	padding: 2px 7px;
	width: 130px;
	margin: 0 auto;
	font-weight: bold;
}

/* interior */

#interior .item {
	float: left;
	margin-bottom: 20px;
	margin-right: 4px;
	width: 236px;
}
#interior .item02 {
margin-right: 0px;
}

/* photogallery */

#galleryBox {
	padding-bottom: 10px;
}
#galleryBox #main_img {
	float: right;
	width: 490px;
}
#galleryBox #main_img p {
margin: 0
}
#galleryBox #detail {
	float: left;
	width: 210px;
	margin-right: 20px;
}
#galleryBox #detail p.comment {
	display: none;
	margin: 0;
}
#galleryBox #detail p.comment_01 {
	display: block;
	margin: 0;
}
#galleryBox #detail #thumbs {
	margin-top: 15px;
}
#galleryBox #detail #thumbs li {
	float: left;
	padding: 0 5px 5px 0;
	cursor: pointer
}


/* /////////////////////////////////////////////////////////////////////////// technical */

#technical li {
	margin: 8px 0 0
}
#technical #tech_top li a {
	margin: 10px 0 0;
	text-align: left;
	padding-left: 40px
}
#technical li a {
	width: 670px;
	margin: 10px 0 0;
	text-align: left;
	padding-left: 40px;
	color: #000000;
}
#technical li.point01 a {
	background: #FB8300 url(../../img/technical/ico_01.gif) no-repeat left top;
}
#technical li.point01 a:hover {
	background: #C0CE46 url(../../img/technical/ico_01.gif) no-repeat left top;
	color: #000000
}
#technical li.point02 a {
	background: #FB8300 url(../../img/technical/ico_02.gif) no-repeat left top;
}
#technical li.point02 a:hover {
	background: #C0CE46 url(../../img/technical/ico_02.gif) no-repeat left top;
	color: #000000
}
#technical li.point03 a {
	background: #FB8300 url(../../img/technical/ico_03.gif) no-repeat left top;
}
#technical li.point03 a:hover {
	background: #C0CE46 url(../../img/technical/ico_03.gif) no-repeat left top;
	color: #000000
}
#technical li.point04 a {
	background: #FB8300 url(../../img/technical/ico_04.gif) no-repeat left top;
}
#technical li.point04 a:hover {
	background: #C0CE46 url(../../img/technical/ico_04.gif) no-repeat left top;
	color: #000000
}
#technical li.point05 a {
	background: #FB8300 url(../../img/technical/ico_05.gif) no-repeat left top;
}
#technical li.point05 a:hover {
	background: #C0CE46 url(../../img/technical/ico_05.gif) no-repeat left top;
	color: #000000
}
#point_top .point_inner{
	margin-bottom: 20px;
}
#technical .po01{
	background: url(../../img/technical/point01.gif) no-repeat left;
	padding-left: 40px;
	height: 40px;
	line-height: 3.4
}
#point_top .point_inner .po02{
	background: url(../../img/technical/point02.gif) no-repeat left;
	padding-left: 40px;
	height: 40px;
	line-height: 3.4
}
#point_top .point_inner .po03{
	background: url(../../img/technical/point03.gif) no-repeat left;
	padding-left: 40px;
	height: 40px;
	line-height: 3.4
}
#technical .po04{
	background: url(../../img/technical/point04.gif) no-repeat left;
	padding-left: 40px;
	height: 40px;
	line-height: 3.4
}
#technical .po05{
	background: url(../../img/technical/point05.gif) no-repeat left;
	padding-left: 40px;
	height: 40px;
	line-height: 3.4
}
#point_top .point_inner .img{
	background: #2C2C2C url(../../img/technical/point_img03.jpg) no-repeat right top;
	padding-right: 125px;
	padding-bottom: 15px;
}

#technical ul.listStyle01 li {
	background: url(../../img/share/ico_shikaku.gif) no-repeat left 3px;
	padding-left: 20px;
	margin: 10px 0 7px 8px
}

/* /////////////////////////////////////////////////////////////////////////// process */

div.flow {
	margin-bottom: 50px;
}
div.flow img {
	float: left;
	display: block;
	margin: 0 20px 35px 10px;
	width: 90px;
	text-align: center;
}
div.flow .cp {
	background: url(../../img/process/cp.jpg) no-repeat right top;
	padding-right: 270px
}
div.flow .cp img {
	margin: 0 20px 65px 10px;
}

/* /////////////////////////////////////////////////////////////////////////// company */

#companyBox .fl {
	width: 430px;
}
#companyBox .fr {
	width: 270px;
}

/* /////////////////////////////////////////////////////////////////////////// showroom */

#showroomBox .fl {
	width: 395px;
	padding: 5px 0 0 0;
}
#showroomBox .fr {
	width: 315px;
	padding: 0;
	margin: 0 0 0 10px;
}
#photogallery {
	width: 315px;
	margin: 0 auto;
}
#photogallery .main .number {
	width: 660px;
	margin: 0 auto 10px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px
}
#photogallery #view {
	height: 100%;
	display: inline;
}
#photogallery #thumbs,
#photogallery #thumbs_kasugai,
#photogallery #thumbs_konan {
	width: 315px;
	margin: 0 auto;
	display: inline;
}
#photogallery #thumbs li,
#photogallery #thumbs_kasugai li,
#photogallery #thumbs_konan li {
	display:block;
	float:left;
	height:65px;
	width:75px;
	text-align: center;
	margin: 0 0 5px 5px;
	cursor:pointer;
}
#photogallery #thumbs li,
#photogallery #thumbs_kasugai li.thumbs01,
#photogallery #thumbs_konan li.thumbs01 {
	margin: 0 0 5px 0;
}
#showroomBox dl {
	height: 235px
}
#showroomBox dl dt {
	float: left;
	width: 90px;
	margin-right: 15px;
	font-weight: bold;
}
#showroomBox dl dd {
	float: left;
	width: 280px;
	padding-bottom: 5px;
}

/* /////////////////////////////////////////////////////////////////////////// cafe */

div#cafeBox div.fr {
	width: 435px;
	padding-left: 15px;
}
div#cafeBox div.fl {
	width: 270px;
	padding-bottom: 20px;
}
dl#cafe_newbox dt {
	display: block;
	float: left;
	width: 460px;
	margin-left: 10px;
	padding: 10px 0 0;
}
dl#cafe_newbox dd {
	margin-left: 520px;
	margin-bottom: 15px;
}
dl#cafe_newbox dd.wide {
	margin-left: 510px;
	margin-bottom: 15px;
}

/* /////////////////////////////////////////////////////////////////////////// event */

#eventBox .event {
	margin: 15px 0;
	padding-bottom: 10px;
	padding-top: 15px;
	border-top:  1px solid #6E6955;
	clear: both
}
#eventBox .fl {
	width: 410px;
	margin: 10px 0;
}
#eventBox .fr {
	width: 280px;
	margin: 10px 0 10px 30px;
	padding: 0;
	text-align: center;
}
table.event {
	width: 400px;
	text-align: left;
	margin: 0 0 25px;
}
table.event tr {
	border-bottom: solid 1px #D2D2D2
}
table.event th {
	padding: 12px 0 0 23px;
	width:110px;
	vertical-align: top
}
table.event td {
	padding:12px 20px 9px;
}
#eventBox .pagetop {
	padding: 0
}
#eventBox .line {
	margin-bottom: 0
}
body#map {
	background-color: #FFFFFF;
	text-align: center;
	margin: 15px 0;
}

/* /////////////////////////////////////////////////////////////////////////// contact */

.formarea table {
	width: 100%;
	margin-bottom: 25px;
}
.formarea th {
	border-bottom: 1px solid #6E6955;
	color: #404040;
	background-color: #D5D5D5;
	padding: 12px 15px;
	width: 180px;
}
.formarea td {
	border-bottom: 1px solid #6E6955;
	line-height: 1.5;
	padding: 12px 15px;
	text-align: left;
}
.formarea td input {
	color: #404040
}
.submitbtnArea {
	text-align: center
}
.submitbtnArea img {
	cursor:pointer;
}
ul#errMessage {
	border: 2px solid #FB8300;
	margin-bottom: 25px;
	margin-top: 24px;
	padding: 13px 18px 10px;
}
ul#errMessage li {
	background: url("../../new/common/css/img/icon_error.gif") no-repeat scroll left center transparent;
	color: #FB8300;
	font-weight: bold;
	line-height: 1.65;
	padding-left: 15px;
}
.finish {
	padding: 50px 0;
	text-align: center;
}

/* /////////////////////////////////////////////////////////////////////////// footer */

#footer {
	font-size: 0.75em;
	padding: 10px 0 10px 15px;
	clear: both;
	background: #000000;
	color: #FFFFFF;
	width: 935px;
	margin: 15px auto 0;
}
#footer #f_main #copy {
	width: 400px;
	clear: both;
	margin: 75px auto 0;
}
