@charset 'utf-8';

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	line-height: 1.6;
	word-break: break-all;
	-webkit-text-size-adjust:none;
	color: #2f2c28;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
*+html .clearfix { height: 1%; }
.clearfix { display: block; }

.structure {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}



/**
 * header
 */
#header {
	height: 125px;
}
#logo {
	position: absolute;
	left: 325px;
	top: 54px;
	width: 228px;
	height: 54px;
}



/**
 * global nav
 */
#globalnav {}
#globalnav ul {
	position: relative;
	height: 31px;
}
#globalnav ul li {
	position: absolute;
	top: 0;
	width: 132px;
	height: 31px;
	overflow: hidden;
}
#globalnav ul li.home {
	left: 0;
}
#globalnav ul li.about {
	left: 103px;
}
#globalnav ul li.works {
	left: 236px;
}
#globalnav ul li.archive {
	left: 369px;
}
#globalnav ul li.process {
	left: 502px;
}
#globalnav ul li.link {
	left: 635px;
}
#globalnav ul li.contact {
	left: 768px;
}
#globalnav ul li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 63px;
}
#globalnav ul li a:hover {
	top: -32px;
}
#about #globalnav ul li.about a { top: -32px; }
#works #globalnav ul li.works a { top: -32px; }
#archive #globalnav ul li.archive a { top: -32px; }
#process #globalnav ul li.process a { top: -32px; }
#link #globalnav ul li.link a { top: -32px; }
#contact #globalnav ul li.contact a { top: -32px; }

#globalnav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #FFF;
}
#globalnav.fixed ul {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/**
 * 	contents
 */
#pageID {
	position: relative;
	height: 132px;
}
#pageID ol#pankuzu {
	position: absolute;
	left: 12px;
	top: 48px;
	list-style: none;
}
#pageID ol#pankuzu li {
	display: table-cell;
	float: left;
	margin-right: 6px;
	font-size: 93%;
	line-height: 46px;
	vertical-align: bottom;
}
#pageID ol#pankuzu li a {
	text-decoration: none;
	font-size: 100%;
	color: #2f2c28;
}
#pageID ol#pankuzu li h1 {
	margin-left: 3px;
	font-size: 216%;
	line-height: 36px;
	font-weight: normal;
	letter-spacing: 1px;
}
#pageID #localnav {
	position: absolute;
	top: 60px;
	right: 0;
}
#pageID #localnav ul {
	width: 100%;
	list-style: none;
}
#pageID #localnav ul li {
	float: left;
	margin-left: 30px;
}
* html #pageID #localnav ul li {
	float: right;
}
#pageID #localnav ul li a {
	padding: 0 0 0 14px;
	background: url(../img/lnv_arw.gif) no-repeat 0 center;
	font-size: 93%;
	text-decoration: none;
	color: #2f2c28;
}
#pageID #localnav ul li a:hover {
	color: #5f5d5a;
	text-decoration: underline;
}

#container {
	width: 900px;
	overflow: hidden;
}

#container section {
	margin-top: 72px;
}
#container section#cnt00 {
	margin-top: 0;
}

#container h1 {
	background: url(../img/cnt_h1bg.gif) repeat-x 0 center;
}
#container h1 span {
	margin-left: 15px;
	padding: 0 12px;
	font-size: 139%;
	font-weight: normal;
	background: #FFF;
}
*+html #container h1 span {
	font-weight: bold;
}
#container h2 {
	margin: 30px 0 0;
	padding: 0;
	font-size: 108%;
	font-weight: normal;
}
#container h2.img {
	margin-top: 45px;
}
#container h3 {
	margin: 21px 0 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #719cc4;
}

#container .office-sec {}
#container .office-sec:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#container .office-sec { display: inline-table; }
* html #container .office-sec { height: 1%; }
*+html #container .office-sec { height: 1%; }
#container .office-sec { display: block; }

#container .office-sec .l {
	width: 320px;
	float: left;
}
#container .office-sec .r {
	width: 320px;
	float: left;
}

#container .half-sec {}
#container .half-sec:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#container .half-sec { display: inline-table; }
* html #container .half-sec { height: 1%; }
*+html #container .half-sec { height: 1%; }
#container .half-sec { display: block; }

#container .half-sec .l {
	width: 432px;
	margin-right: 18px;
	float: left;
}
#container .half-sec .r {
	width: 432px;
	margin-right: 18px;
	float: left;
}

#container .address {
	border-left: solid 1px #413f3d;
	padding-left: 9px;
}

#container .stuff {}
#container .stuff:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#container .stuff { display: inline-table; }
* html #container .stuff { height: 1%; }
*+html #container .stuff { height: 1%; }
#container .stuff { display: block; }

#container .stuff .photo {
	float: left;
	margin: 36px 0 0;
	width: 162px;
}
#container .stuff .profile {
	float: left;
	margin: 0 0 0 15px;
	width: 600px;
}
#container .stuff .profile ol {
	margin-top: 12px;
}
#container .stuff .profile li {
	font-size: 85%;
	line-height: 1.2;
}
#container .stuff .profile li a {
	color: #2f2c28;
	font-style: italic;
}
#container .stuff .profile li a:hover {
	text-decoration: none;
}
#container .stuff .profile li.pragraph-top {
	margin-top:1.5em;
}
#container .stuff .profile h2 {
	margin-top: 36px;
}
#container .stuff .profile h3 {
	margin-top: 12px;
	font-size: 85%;
	font-weight: bold;
	color: #2f2c28;
}
#container .stuff .profile p {
	margin-top: 3px;
	font-size: 85%;
	line-height: 1.2;

}


#container p {
	margin-top: 9px;
	font-size: 93%;
}
#container span.requiredicon {
	color: #e3225d;
	font-weight: normal;
}

#container .link {
	margin-top: 9px;
}
#container .link a {
	background: url(../img/cnt_lnkarw.gif) no-repeat 0 1px;
	padding: 0 0 0 17px;
	font-size: 93%;
	text-decoration: none;
	color: #2f2c28;
}
#container .link a:hover {
	color: #5f5d5a;
	text-decoration: underline;
}

#container ul {
	margin-top: 18px;
	list-style: none;
}
#container ul li {
	margin: 6px 0 0;
	padding: 0 0 0 13px;
	background: url(../img/cnt_ulstyle.gif) no-repeat 2px 6px;
	font-size: 93%;
}
#container ul li a {
	text-decoration: underline;
	color: #2f2c28;
	font-style: italic;
}
#container ul li a:hover {
	text-decoration: none;
}

#container ol {
	margin-top: 18px;
	list-style: none;
}
#container ol li {
	margin: 6px 0 0;
	padding: 0;
	font-size: 93%;
}

#container .gmap {
	margin-top: 24px;
	width: 420px;
	height: 336px;
	background: #CCC;
}

/**
 * footer
 */
#footer {
	margin-top: 60px;
	height: 72px;
}
#copyright {
	margin: 0 auto;
	width: 221px;
	height: 12px;
}
