@charset "Shift_JIS";

#container {
	text-align: left;
}

#deseasePage #contents {
	margin-left: 40px;
	text-align: left;
	width: 490px;
}

h2 {
	margin-bottom: 17px;
}

ul {
	list-style: none;
}

h3 {
	border-bottom: 1px solid #DCD1F2;
	text-align: left;
}

h4 {
	margin-top: 14px;
	margin-bottom: 9px;
}

#dogDesease,#catDesease {
	margin-bottom: 87px;
}



/* ページトップ */
h2.topTitle {
	margin-bottom: 30px;
}

.topDogmenu {
	height: 226px;
}

.topDogmenu h3 {
	border-bottom: 1px solid #DCD1F2;
	text-align: right;
}

.topDogmenu .positionSet img {
	position: absolute;
	left: 27px;
	top: -36px;
}

.topDogmenu ul {
	margin: 20px 0px 0px 180px;
}

.topDogmenu li {
	width: 150px;
}


.topCatmenu {
	height: 245px;
}

.topCatmenu .positionSet img {
	position: absolute;
	left: 338px;
	top: -63px;
}

.topCatmenu ul {
	margin: 20px 0px 0px 10px;
	width: 320px;
}

.topCatmenu li {
	width: 160px;
}

.topDogmenu li,.topCatmenu li {
	float: left;
	margin-bottom: 14px;
	background: url(../desease/images/listmark1.gif) no-repeat;
}

.topDogmenu li img,.topCatmenu li img {
	margin-left: 14px;
}


/* 中のページ */
#dogDesease ul,#catDesease ul {
	margin-top: 14px;
	width: 133px;
	float: left;
}

#dogDesease ul li,#catDesease ul li {
	background: url(../desease/images/listmark2.gif) no-repeat;
	margin-bottom: 10px;
}

#dogDesease ul li img,#catDesease ul li img {
	margin-left: 13px;
}

#dogDesease table,#catDesease table {
	background: url(../desease/images/vLine02.gif) repeat-y;
}

#dogDesease table th {
	text-align: left;
	width: 110px;
	vertical-align: top;
}

#dogDesease table .genin th {
	background: url(../desease/images/vLine01.gif) no-repeat 0px 0px;
}

#dogDesease table .kansen th {
	background: url(../desease/images/vLine03.gif) no-repeat 0px bottom;
}

#dogDesease table th img {
	margin-left: 15px;
	margin-top: 2px;
}

#dogDesease table td {
	font: 12px/140% "ＭＳ Ｐゴシック", Osaka;
	color: #515397;
	padding-bottom: 15px;
}

#dogDesease table .kansen td {
	padding-bottom: 0px;
}


#catDesease table td {
	background: url(../desease/images/vLine03.gif) no-repeat 0px bottom;
}

#catDesease table td img {
	float: right;
	margin: 0px 5px 5px 5px;
	background: url(../desease/images/vLine01.gif) no-repeat;
}

#catDesease table td p {
	font: 12px/140% "ＭＳ Ｐゴシック", Osaka;
	color: #515397;
	padding-left: 15px;
	background: url(../desease/images/vLine01.gif) no-repeat 0px 0px;
}




/* ページトップへ */
#deseasePage .toTop {
	margin-left: 40px;
	text-align: right;
	width: 660px;
}