@charset "UTF-8";

@import "../css/import.css";

/* --------------------------------------------------

pageRight

-------------------------------------------------- */
#pageRight dt{height: 56px;}

/* --------------------------------------------------

pageRight

-------------------------------------------------- */
#pageRight dd a{
	background-image: url(img/bg_smenu.jpg);/*右メニュー背景画像*/
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#pageRight dd a:hover{
	background-image: url(img/bg_smenu_o.jpg);/*右メニュー背景画像*/
	color:#FFFFFF;
	font-weight:bold;}
#pageRight dd a.foot{
	background-image: url(img/bg_sfmenu.jpg);/*右メニュー背景画像*/
}
#pageRight dd a:hover.foot{
	background-image: url(img/bg_sfmenu_o.jpg);/*右メニュー背景画像*/
	color:#FFFFFF;
	font-weight:bold;
}


/* --------------------------------------------------

headLineW

-------------------------------------------------- */
.headLineW{
	border-bottom-color: #69A811;/*見出しアンダーライン*/
}
.headLineW h2{
    float:left;
	width:420px;
	background-image: url(img/circle.gif);/*見出し丸*/
}

/* --------------------------------------------------

paging

-------------------------------------------------- */

.paging {
	text-align:right;
	margin-bottom: 15px;
	padding: 1px;
	clear: both;
}

.paging a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #69A811;
	text-decoration: none; /* no underline */
	color: #69A811;
}

.paging a:hover,
.paging a:active {
	border: 1px solid #69A811;
	color: #69A811;
	text-decoration: none;
}
.paging .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #69A811;
	font-weight: bold;
	background-color: #69A811;
	color: #FFF;
}

.paging a.disabled,
.paging a.next
{	border: 1px solid #FFFFFF;
	color: #69A811;
	text-decoration: none;}
.paging a:hover.disabled,
.paging a:hover.next
{	border: 1px solid #FFFFFF;
	color: #69A811;
	text-decoration: none;}
	
	
/* --------------------------------------------------

medicalinfoindex

-------------------------------------------------- */


#medicalinfo{
	padding-bottom: 15px;
}


#medicalinfo ul img.pdf{
	vertical-align:middle;
	margin-left: 10px;
}

#medicalinfo li{
	clear:both;
/*	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-weight: bold;
}
#medicalinfo li.gray{
	background-color: #F5F5F5;
}
#medicalinfo ul{
	clear:both;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
}
#medicalinfo div{
	list-style-type: none;
	background-image: url(img/circle.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-left: 35px;
}
/* --------------------------------------------------

medicalinfoDetail

-------------------------------------------------- */

#medicalinfoDetail {
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


.date{
	font-weight: normal;
}

#medicalinfoDetail div{
	clear: both;
	margin-bottom: 15px;
}


.imgRight{
	float: right;
	border: 1px solid #E0E0E0;
	padding: 0px;
	margin-left: 20px;
	clear: both;
	margin-bottom: 5px;
}
.imgLeft{
	float: left;
	border: 1px solid #E0E0E0;
	margin-right: 20px;
	clear: both;
	margin-bottom: 5px;
}

.imgRight,imgLeft {
}
a#goback{
	clear: both;
	float: right;
}

#btnField img{
   margin-right:10px;
   margin-top:10px;
   margin-bottom:10px;}


