@charset "UTF-8";

/*
patient
*/


/* topicPath */
/*
>>layout.css
*/

#topicPath {
	background: #0057AE url(img/bg_gnav01.gif) repeat-x;
}

#topicPath .wrapper {
	background: url(img/bg_gnav02.gif) no-repeat 1px 0;
}


/* contents */

#patient #contents .wrapper-inner {
	padding-left: 24px;
	padding-right: 34px;
}

#patient #contents #side {
	float: left;
	width: 189px;
}

#patient #contents #main {
	float: right;
	width: 530px;
}


/* lNav */

/*
>>layout.css
*/

#lNav {
	background: url(../common/img/side/bg01_btm.gif) no-repeat left bottom;
}

#lNav h2 {
	background: url(../common/img/side/bg01_top.gif) no-repeat;
}

#lNav ul {
	background: url(img/lnav/bg_btm.gif) no-repeat left bottom;
}




/* index */

#main.index .mainImage {
	margin-bottom: 35px;
}

#main.index .mainImage h2 {
	display: none;
}


#main.index .section {
	border-bottom: 1px solid #ccc;
}

#main.index .section dl {
	margin-top: 22px;
	padding-bottom: 22px;
	float: left;
	width: 263px;
}

#main.index .section dl dt a {
	display: block;
	padding-left: 18px;
	background: url(../common/img/arrow03.gif) no-repeat 0 3px;
}

#main.index .section dl dd {
	margin-top: 6px;
	font-size: 93%;
	line-height: 130%;
	padding-right: 33px;
}


/* other pages */

.s_cat img{
margin:15px 0px;
}



