/* ---------------------------
	[special]
--------------------------- */

#special #main div.searchBlock p.txt {
	float: left;
	display: inline;
	width: 560px;
	margin: 0 0 0 11px;
}
	#special #main div.searchBlock p.txt input {
		width: 550px;
		margin: 8px 0 8px 0;
		color: #333;
	}

#special #main div.searchBlock p.btn {
	float: right;
	display: inline;
	width: 79px;
	margin: 5px 12px 0 0;
}
#special #main div.searchBlock p.notice {
	clear: both;
	margin: 0 11px 0 11px;
}


#special div.profileListBlock {
	margin: 0 0 40px 0;
}
	#special div.profileListBlock ul {
		margin: 30px 0 0 0;
	}
	#special div.profileListBlock ul.picts {
		margin: 25px 0 0 0;
	}
		#special div.profileListBlock ul li {
			float: left;
			display: inline;
			width: 230px;
			margin: 0 20px 0 0;
			text-align: left;
		}
		#special div.profileListBlock ul.picts li {
			padding-bottom: 10px;
			border-bottom: solid 1px #ccc;
		}
		#special div.profileListBlock ul li.lst {
			margin: 0 0 0 0;
		}
			#special div.profileListBlock h4 {
				margin-top: 20px;
				padding-top: 15px;
				border-top: solid 1px #ccc;
				font-size: 117%;
				font-weight: bold;
				text-align: left;
			}
			#special div.profileListBlock p {
				margin-bottom: 1em;
				font-size: 84%;
			}
			#special div.profileListBlock p.ruby {
				margin: 1px 0 15px 0;
				font-weight: bold;
			}
			#special div.profileListBlock ul.moreLink {
				margin: 0 0 0 0;
				text-align: left;
			}
				#special div.profileListBlock ul.moreLink li {
					float: none;
					display: block;
					width: auto;
					margin: 3px 0 0 0;
				}


#special div.profileBlock {
	margin: 30px 0;
	padding: 20px 30px 20px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
	#special div.profileBlock div.pictColumn {
		display: inline;
		float: left;
		width: 160px;
	}
	#special div.profileBlock div.txtColumn {
		display: inline;
		float: right;
		width: 510px;
		text-align: left;
	}
		#special div.profileBlock div.txtColumn h4 {
			margin-top: 5px;
			font-size: 117%;
			font-weight: bold;
		}
		#special div.profileBlock div.txtColumn p {
			margin-top: 1em;
		}
		#special div.profileBlock div.txtColumn .ruby {
			margin-top: 1px;
			font-size: 84%;
			font-weight: bold;
		}

		#special div.profileBlock div.txtColumn p.moreLinkL {
			text-align: left;
		}


dl.keywordListBlock {
	margin: 2em 0 0 0;
}
	dl.keywordListBlock dt {
		padding: 1px 0 1px 5px;
		border-left: solid 5px #333;
		font-weight: bold;
		line-height: 1.2;
	}
	dl.keywordListBlock dd {
		margin: 0.5em 10px 2em 10px;
	}
	dl.keywordListBlock dd a {
		white-space: nowrap;
		margin-right: 1em;
	}


ul.bnListBlock {
	padding-top: 10px;
}
	ul.bnListBlock li {
		margin-bottom: 20px;
		padding: 0 20px 20px 0;
		border-bottom: solid 1px #ccc;
	}
		ul.bnListBlock li h3 {
			margin-bottom: 1em;
			padding-top: 0.2em;
			font-size: 117%;
		}
		ul.bnListBlock li p.pict {
			float: left;
			margin-right: 20px;
		}


/* ---------------------------
	[about us]
--------------------------- */

#about #contents .part {
	margin-bottom: 40px;
}

#about #contents .part dl {
	margin: 1em 10px;
}
	#about #contents .part dl dt {
		width: 10em;
		font-weight: bold;
	}
	#about #contents .part dl dd {
		margin: -1.5em 0 1.2em 10.5em;
	}
		#about #contents .part dl dd ul {
			margin: 2px 0;
			text-align: left;
		}



/* clearfix */
#special div.profileListBlock ul,
#special div.profileBlock,
ul.bnListBlock li {
  overflow: hidden;
}
#special div.profileListBlock ul:after,
#special div.profileBlock:after,
ul.bnListBlock li:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #special div.profileListBlock ul,
* html #special div.profileBlock,
* html ul.bnListBlock li {
	height: 1em;
	overflow: visible;
}
/**/


