@charset "UTF-8";
/* --------------------------------
layout
-------------------------------- */
body {
	background: #EDEDED;
	text-align: center; /* WinIE */
	padding: 0 0 10px 0;
}
.container {
	background: #FFF;
	text-align: left; /* WinIE */
	margin: 0 auto;
	width: 620px;
}
/* --------------------------------
.wClose
-------------------------------- */
.wClose {
	background: #EDEDED;
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 620px;
}
.wClose p {
	text-align: right;
}

/* --------------------------------
.contentTitle
.contentBody
-------------------------------- */
.contentTitle {
	margin: 0 40px;
	padding: 25px 0 10px 0;
}
.contentTitle img {
	vertical-align: bottom;
}
.contentBody {
	margin: 0 40px;
	padding: 10px 0 25px 0;
}
.contentTitle h1 {
	padding: 56px 0 35px 0;
}
.contentBody p {
	padding-top: 16px;
}
.contentBody a {
	font-weight: bold;
	color: #1A1A1A;
	background: transparent url(../images/linkmark.gif) no-repeat 0 45%;
	text-decoration: none;
	padding-left: 10px;
}
.contentBody a:active,
.contentBody a:hover {
	text-decoration: underline;
}
/* --------------------------------
#contact
#aboutdesigngallery
-------------------------------- */
.contentTitle h1 {
	padding: 56px 0 15px 0;
}
.section {
	border-top: 1px solid #1A1A1A;
	padding-bottom: 23px;
}
.section h2 {
	padding-top: 16px;
}
.section h2 img, .section h3 img {
	vertical-align: bottom;
}
#aboutdesigngallery .section h3 {
	margin: 0;
	padding-top: 30px;
}
.section .data {
	background: #EDEDED;
	margin-top: 16px;
	padding: 10px;
}
.section .data p {
	line-height: 1.7;
	padding: 0;
}
fieldset {
	border: none;
}
#aboutdesigngallery form,
#contact form {
	margin:0;
	padding:0;
}
#aboutdesigngallery dl,
#contact dl {
	margin-top: 18px;
}
#aboutdesigngallery dt,
#contact dt {
	color: #8C8C8C;
	font-weight: bold;
	clear: both;
	float: left;
	padding-left: 12px;
	width: 135px;
	height: 2.9em;
}
#aboutdesigngallery dt.esnt,
#contact dt.esnt {
	color: #1A1A1A;
	background: transparent url(../images/labelmark.gif) no-repeat 0 7px ;
}
#aboutdesigngallery dd,
#contact dd {
	float: right;
	width: 391px;
}
#aboutdesigngallery dd.inputArea,
#contact dd.inputArea {
	height: 2.9em;
}
#aboutdesigngallery dd textarea,
#aboutdesigngallery dd input,
#contact dd textarea,
#contact dd input {
	background: #EDEDED;
	border: 1px solid #BABABA;
	padding: 2px 1px;
	width: 387px !important;
	width: 391px;
}
#aboutdesigngallery dd.commentArea p,
#contact dd.commentArea p {
	padding: 0;
}
#aboutdesigngallery dd textarea,
#contact dd textarea {
	overflow: auto;
	margin-bottom: 15px;
}
#aboutdesigngallery dd.submitArea input,
#contact dd.submitArea input {
	font-weight: bold;
	background: #C1C1C1;
	vertical-align: bottom;
	border: 1px solid #666;
	padding: 6px 0;
	width: 178px !important;
	width: 180px;
}
p.submitArea {
	float: right;
	width: 391px;
}
p.submitArea input {
	font-weight: bold;
	background: #C1C1C1;
	vertical-align: bottom;
	border: 1px solid #666;
	padding: 6px 0;
	width: 178px !important;
	width: 180px;
}
p.hidden {
	padding: 0;
}
/* --------------------------------
#privacypolicy
-------------------------------- */
#privacypolicy .contentTitle h1 {
	padding: 56px 0 35px 0;
}
#privacypolicy .contentBody {
	border-top: 1px solid #1A1A1A;
	padding-top: 10px;
}
#privacypolicy .contentBody h2 {
	padding-top: 28px;
}
/* --------------------------------
#commercial
-------------------------------- */
#commercial .contentTitle h1 {
	padding: 56px 0 35px 0;
}
#commercial .contentBody {
	border-top: 1px solid #1A1A1A;
	padding-top: 10px;
}
#commercial .contentBody h2 {
	padding-top: 28px;
}
#commercial .contentBody table {
	border-collapse: collapse;
	width: 540px;
	margin-top: 16px;
	border-top: #E5E5E5 1px solid;
}
#commercial .contentBody th,
#commercial .contentBody td {
	padding: 6px 0;
	border-bottom: #E5E5E5 1px solid;
}
#commercial .contentBody th {
	padding-left: 1.4em;
	text-indent: -1.2em;
}
#commercial .contentBody td { width: 370px; }
#commercial .contentBody td h4 {
	margin:10px 0 0 0;
	padding:0;
}
#commercial .contentBody td p { 
	margin:0; padding:0;
}
#commercial .contentBody td .last{ margin-bottom:10px; }
/* --------------------------------
#access
-------------------------------- */
#access .contentTitle h1 {
	padding: 56px 0 9px 0;
}
#access .contentBody {
	padding: 18px 0 25px 0;
}
.contentBody p {
	padding-top: 8px;
}
#access iframe {
	border: 1px solid #1A1A1A;
	margin-top: 16px;
}
/* --------------------------------
clearfix
-------------------------------- */
#aboutdesigngallery dl:after,
#contact dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#aboutdesigngallery dl,
#contact dl {
	display: inline-block;
}
/* \*/
* html #aboutdesigngallery dl,
* html #contact dl {
	height: 1%;
}
#aboutdesigngallery dl,
#contact dl {
	display: block;
}
/* */