@charset "utf-8";

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

	[layout_index.css] sksp.co.jp

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

div.page div.content {
	background: url(../img/titlebg_patient.png) no-repeat left top;
}

* html div.page div.content{
	height: 1px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/titlebg_patient.png",sizingMethod="crop");
}

div.page div.content div.section {
	background: url(../img/headingbg_patient.png) no-repeat left top;
}

* html div.page div.content div.section {
	height: 1px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/headingbg_patient.png",sizingMethod="crop");
}

div.page div.navigation dl dt {
	background: url(../img/indextitle_patient.png) no-repeat left top;
}

* html div.page div.navigation dl dt {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/indextitle_patient.png",sizingMethod="crop");
}

div.page div.navigation dl dd {
	background: url(../../shared/img/bullet_index_patient.gif) no-repeat left center;
}

div.page ul li {
	background: url(../../shared/img/bullet_list_patient.gif) no-repeat 0 0.65em;
}

div.page dt {
	background: url(../../shared/img/bullet_dl_patient.gif) no-repeat left center;
}

div.page h3 {
	color: #369;
}

p.center {
	text-align: center;
}
