@charset "utf-8";
/* CSS Document */

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}



img {
	vertical-align: text-bottom;
	border:0;
}

/* 画像置換用 */

.replace {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/* base
------------------------------------------------------------------------------------ */

body {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	text-align:center;
	font-size:small;
	background:#FFFFFF;
}

a:link {color:#945C29; text-decoration:underline;}
a:visited {color:#945C290; text-decoration:underline;}
a:hover {color:#945C29; text-decoration:none;}

#wrap {
	width:950px;
	text-align:left;
	margin:0 auto;
}
#header {
	width:950px;
	height:76px;
	position:relative;
	margin:0 auto;
	background:url(../images/header_bg.jpg) no-repeat 0 0;
}
#header h1 {
	position:absolute;
	top:16px;
	left:0px;
}
#gnavi {
	width:650px;
	position:absolute;
	top:50px;
	left:355px;
}
#gnavi li {
	float:left;
	margin-right:40px;
}
#gnavi li a {
	display:block;
	height:21px;
}
#gnavi li#nav_about a {
	width:96px;
}
#gnavi li#nav_cafe a {
	width:86px;
}
#gnavi li#nav_voice a {
	width:42px;
}
#gnavi li#nav_faq a {
	width:35px;
}
#gnavi li#nav_architects a {
	width:77px;
}
#gnavi li#nav_contact a {
	width:59px;
}


#contents {
	width:950px;
	line-height:1.5;
	margin:35px 0 15px 0;
	font-size:105%;
}
.pagetitle {
	margin-bottom:30px;
}
.footer_btn {
	text-align:center;
	margin:50px 0 30px 0;
}
.footer_btn li {
	display:inline;
	padding:0 25px;
}
.pagetop {
	text-align:right;
	margin:30px 0 0 0;
}


#footer {
	width:100%;
	border-top:1px dotted #999999;
	padding:20px 0;
}
#footer div {
	width:950px;
	margin:0 auto;
	text-align:left;
	line-height:1.5;
}
#footer p.comname span {
	font-size:120%;
}
#footer address {
	font-size:90%;
	font-style:normal;
}

/* utility
------------------------------------------------------------------------------------ */

.clear {
	clear:both;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
   overflow:hidden;
   font-size:0.1em;
   line-height:0;
}
.clearfix {
   display: inline-block;
}

.font_b {
	font-weight:bold;
}
.font_mini {
	font-size:95%;
}

.a_center {
	text-align:center;
}
.a_right {
	text-align:right;
}
.red {
	color:#CC0000;
}
.black {
	color:#000000;
}
.orange {
	color:#FF9900;
}

.m_h5 {
	margin:5px 0px;
}
.m_h10 {
	margin:10px 0px;
}
.m_h20 {
	margin:20px 0px;
}
.m_5 {
	margin:5px;
}
.m_10 {
	margin:10px;
}
.m_20 {
	margin:20px;
}

.m_w5 {
	margin:0px 5px;
}
.m_w10 {
	margin:0px 10px;
}
.m_w20 {
	margin:0px 20px;
}
.m_w30 {
	margin:0px 30px;
}

.m_b5 {
	margin-bottom:5px;
}
.m_b0 {
	margin-bottom:0px;
}
.m_b10 {
	margin-bottom:10px;
}
.m_b15 {
	margin-bottom:15px;
}
.m_b20 {
	margin-bottom:20px;
}
.m_b30 {
	margin-bottom:30px;
}
.m_b40 {
	margin-bottom:40px;
}
.m_b50 {
	margin-bottom:50px;
}
.m_b60 {
	margin-bottom:60px;
}
.m_b70 {
	margin-bottom:70px;
}

.p_b5 {
	padding-bottom:5px;
}
.p_b10 {
	padding-bottom:10px;
}
.p_b15 {
	padding-bottom:15px;
}
.p_b20 {
	padding-bottom:20px;
}
.p_b30 {
	padding-bottom:30px;
}
.p_b40 {
	padding-bottom:40px;
}
