@charset "UTF-8";

/* ***********************************************************************
	2 : ナビゲーションパート	
*********************************************************************** */
#partBasicNAV {
	width: 150px;
	padding-top: 30px;
	margin-right: 30px;
	float: left;
}
#partBasicNAV h1 {
	margin-bottom: 60px;
}
#partBasicNAV ul {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#partBasicNAV li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#partBasicNAV ul a {
	display: block;
	height: 33px;
}


/* ***********************************************************************
	2 : コンテンツパート
*********************************************************************** */
#partBasicCONTENTS {
	width: 570px;
	float: right;
	margin-right: 20px;
	padding-left: 29px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 30px;
	display: inline;
	min-height: 550px;
}
/* ******************** dl定義リスト設定 ******************** */
#profile  dt  {
	width: 6em;
	float: left;
}
#profile dd {
	margin-left: 7em;
	margin-bottom: 1em;
}
/* ******************** ul設定 ******************** */
#profile ul {
	margin-left: 1em;
}
/* ******************** 問い合せテーブル ******************** */
table#contact {
	margin-bottom: 1em;
	width: 570px;
}
#contact th, #contact td {
	padding: 5px;
}
#contact th {
	background-color: #E6E1D2;
	font-weight: normal;
	text-align: left;
	line-height: 1em;
	vertical-align: top;
}
#contact td {
	background-color: #EDEDED;
}
table#contactInner {
	width: auto;
}
table#contactInner th, table#contactInner td {
	background-color: #EDEDED;
	padding: 2px;
	vertical-align: middle;
}
table#contactInner th {
	text-align: right;
	font-size: 90%;
}
input,select,textarea {
	background-color: #FFFFFF;
	font-size: 100%;
	border: 1px solid #CCCCCC;
}
textarea {
	width: 100%;
	height: 20em;
}


p#submit {
	text-align: center;
}
p#submit input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#privacy ol {
	margin-left: 2em;
}
#privacy li {
	margin-bottom: 1em;
}
#sitemap dl {
	width: 250px;
	margin-right: 20px;
	float: left;
	clear: none;
}
#sitemap dd {
	margin-bottom: 20px;
	font-size: 90%;
}
dl#sitetop {
	clear: both;
	float: none;
	width: auto;
}
dt.category  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
