@charset "utf-8";

/*============================================================

	[layout_site.css] sksp.co.jp

============================================================*/

/* clearfix */
div.site div.index:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
* html div.site div.index {
	height: 1%;
	/*\*//*/
	display: inline-table;
	/**/
}
*:first-child+html div.site div.index {
	min-height: 1%;
}

div.site {
	width: 768px;
	margin: 0 auto;
	padding: 36px 48px 0;
	text-align: left;
	clear: both;
}

* html div.site {
	width: 864px;
}

div.site div.index {
	padding: 24px 0;
	background: url(../img/border.gif) no-repeat left top;
}

div.site div.index dl {
	width: 240px;
	margin: 0 24px 0 0;
	float: left;
}

div.site div.index dl dt {
	margin: 0 0 12px;
	padding: 0 0 0 24px;
	float: none;
	font-weight: bold;
	color: #000;
}

div.site div.index dl.patient dt {
	background: url(../img/bullet_target_patient.gif) no-repeat left center;
}

div.site div.index dl.medical dt {
	background: url(../img/bullet_target_medical.gif) no-repeat left center;
}

div.site div.index dl.resident dt {
	background: url(../img/bullet_target_resident.gif) no-repeat left center;
}

div.site div.index dl dd {
	margin: 0 0 5px 3px;
	padding: 0 0 0 21px;
	list-style: none;
}

div.site div.index dl.resident {
	margin: 0;
}

div.site div.index dl.patient dd {
	background: url(../img/bullet_index_patient.gif) no-repeat left center;
}

div.site div.index dl.medical dd {
	background: url(../img/bullet_index_medical.gif) no-repeat left center;
}

div.site div.index dl.resident dd {
	background: url(../img/bullet_index_resident.gif) no-repeat left center;
}

div.site div.publication dt {
	padding: 0 0 0 24px;
	float: left;
	background: url(../img/bullet_mail.gif) no-repeat left center;
}

div.site div.navigation {
	padding: 0 48px;
	position: absolute;
	top: 86px;
}

div.site div.navigation p {
	margin: 0;
}

div.site div.navigation p.inquiry {
	width: 720px;
	position: absolute;
	top: -48px;
	text-align: right;
}

div.site  div.navigation  p.inquiry  span {
	padding: 0 0 0 24px;
	background: url(../img/bullet_mail.gif) no-repeat left center;
}

div.site div.publication{
	padding: 12px 0;
	clear: both;
	background: url(../img/border.gif) no-repeat left top;
}

div.site div.publication dl {
	margin: 0;
}

div.site div.publication dt {
	margin: 0 12px 0 0;
}

div.site dd.address {
	margin: 0;
	font-size: 10px;
	line-height: 2.55em;
}

div.site dd.credit {
	margin: 0;
	clear: both;
	font-size: 10px;
}

div.site div.identity {
	position: absolute;
	top: 12px;
}

