@charset "utf-8";
/* CSS Document */

@import "clear.css";

#header {
	margin: 50px auto 100px;
	width: 950px;
}

#header ul {
	float: right;
	font-family: 'Garamond',  sans-serif;
	font-size: 1.1em;
}

#header > ul > li {
	float: left;
	margin-left: 3em;
}

#header > ul > li > a.on {
	border-bottom: solid #c81432 1px;
	display: inline-block;
	padding-bottom: 2px;
}

#header .architect {
	position: relative;
}

#header .architect ul {
	margin: 10px 0 0 -0.4em;
	position: absolute;
	text-align: center;
}

#header .architect ul li {
	line-height: 2en;
}

#header .architect ul li .on {
	color: #c81432;
}

h1 {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
}

h1 a {
	display: inline-block;
	padding-bottom: 2px;
}
h1 a.on {
	border-bottom: solid #c81432 1px;
}

#footer {
	margin: 10px 0;
}

.copy {
	font-size: 0.75em;
	text-align: center;
}

#container {
	font-size: 0.85em;
	min-height: 500px;
	margin: 0 auto;
	padding-bottom: 100px;
	width: 950px;
}

#container h6 {
	letter-spacing: 0.2em;
}

#left {
	float: left;
}

#right {
	float: right;
}

.policy #left {
	font-size: 0.95em;
	letter-spacing: 1px;
	line-height: 1.8em;
	width: 630px;
}

.policy #right {
	position: relative;
	width: 320px;
}

.policy #right ul {
	position: absolute;
	top: 0px;
}

.policy #right li {
	float: left;
	line-height: 1.4em;
	margin-left: 30px;
	width: 130px;
}

.policy #right li img {
	margin-bottom: 7px;
}

.policy #right li span {
	display: block;
	font-size: 0.9em;
}

#architect li {
	float: left;
	margin: 0 70px 30px 0;
	text-align: center;
	width: 266px;
}

#architect li a {
	display: block;
	height: 170px;
	width: 266px;
	overflow: hidden;
	position: relative;
}

#architect li img {
	position: absolute;
	top: 0;
	left: 0;
}

#architect li.last {
	margin-right: 0;
}

.works #left {
	width: 205px;
}

.works #right {
	width: 665px;
}

.works #right li {
	text-align: center;
	width: 665px;

}

.works #right img {
	max-height: 425px;
	max-width: 665px;
}

.works #left .navi {
	margin-bottom: 20px;
	text-align: center;
}

.works #left h2 {
	border-bottom: solid #585a5a 1px;
	font-size: 1.4em;
	margin-bottom: 15px;
	padding-bottom: 3px;
}

.works #left .text {
	line-height: 1.8em;
	font-size: 0.9em;
}

.works .bx-wrapper .bx-pager {
	position: absolute;
	left: -515px;
	top: 0;
}
.works .bx-wrapper .bx-controls-direction {
	position: absolute;
	left: 0px;
	top: 16px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	margin-top: 0;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-prev {
	left: -285px;
	background: url("../images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	left: -112px;
	background: url("../images/controls.png") no-repeat -43px -32px;
}

.about #left {
	font-size: 0.95em;
	line-height: 1.4em;
	width: 400px;
}

.about #left .blc {
	border-bottom: solid #585a5a 1px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.about #left .inner_wrap {
	margin-bottom: 20px;
}

.about #left h2 {
	margin: 3px 0 10px 0;
}

.about #left h3 {
	font-size: 1.2em;
	margin: 3px 0;
}

.about #right {
	width: 420px;
}

.about #right li {
	background: #ddd;
	float: left;
	height: 154px;
	margin: 0 0 5px 5px;
	width: 203px;
}

.contact table {
	font-size: 0.9em;
	margin: 0 auto;
	width: 510px;
}

.contact th {
	font-weight: normal;
	text-align: right;
	padding-right: 3px;
}

.contact input[type='text'] ,.contact textarea {
	width: 408px;
}

.contact p {
	margin-top: 10px;
	text-align: center;
}

.cms_contents {
	float: right;
	width: 800px;
	
}
.cms_contents table {
	border: none;
	border-collapse: collapse;
}
.cms_contents th {
	background: #666;
	border: solid 1px #fff;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 5px;
}
.cms_contents td {
	background: #eee;
	border: solid 1px #fff;
	margin: 0;
	padding: 5px;
	vertical-align: top;
}
.cms_contents tr:nth-child(even) td {
	background: #ddd;
}
.cms_contents td input {
	margin: 0;
}
.cms_contents tr.enable td {
	background: #fcf;
}
.cms_contents td img {
	height: 50px;
}
.cms_menu {
	float: left;
	width: 150px;
}
.cms_menu a:hover {
	color: #888;
	text-decoration: underline;
}
.cms_menu a.on {
	color: #000;
	font-weight: bold;
}
#thumb input {
	margin-left: -12px;
	margin-right: 10px;
}
.ui-dialog-content {
	font-size: 0.85em;
}
.ui-dialog-content table {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.ui-dialog-content th {
	background: #666;
	border: solid 1px #fff;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 5px;
}
.ui-dialog-content td {
	background: #eee;
	border: solid 1px #fff;
	margin: 0;
	padding: 5px;
	vertical-align: top;
}
.ui-dialog-content td input {
	margin: 0;
}
.ui-dialog-content td img {
	height: 50px;
}

.msg {
	color: #c00;
}

.text_r {
	text-align: right;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
}

.about h2 {
	font-size: 0.95em;
	letter-spacing: 1px;
}
.about h3 {
	letter-spacing: 1px;
}
.about h4 {
	font-size: 0.95em;
	letter-spacing: 1px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
}