/*+++++　基本構造の定義　+++++*/
p{
	line-height: 150%;
}
img {
	border:none;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	line-height: 150%;
	padding-left: 5px;
	margin-right: 50px;
	margin-left: 25px;
	text-align: left;
	color: #336666;
	border-bottom: 1px solid #99CC99;
	border-top: none;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	padding-left: 5px;
	border-bottom: 1px solid #999999;
	border-left: 5px solid #FFCC00;
	clear: both;
}
/* top用h2 */

#article2 h2{
   border-width: 0;
   padding: 0;
   margin-bottom: 0;
}

/* top用h2 end */

h3 {
	font-size: 110%;
	font-weight: bold;
	line-height: 150%;
	background-color: #eeeeee;
	padding-left: 5px;
	clear: both;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC6600;
	padding-left: 5px;
}

em {
	font-weight: bold;
	color: #CC0000;
	font-style: normal;
}

/*+++++　ナビゲーション用　+++++*/
.pagetop {
	text-align: right;
	margin-right: 20px;
	clear: both;
}

.backlink{
	text-align: center;
}

.navi {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.naviobi {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #eeeeee;
	text-align: center;
}
.categorylink{
    text-align: right;
	margin-top: 5px;
	margin-right: 15px;
	font-size: 12px;
}

/*+++++　記事リスト用　+++++*/
.newlist{
	font-weight: bold;
	font-size: 100%;
	line-height: 125%;
	background-color: white;
	border-width: 0;
	padding-left: 25px;
	text-indent: -0.5em;
	background-image: url(/images/newlist.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
}

.new {
	font-weight: bold;
	color: #CC0000;
}

/*+++++　記事内書式　+++++*/
.nobd{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#article li{
	line-height:140%;
}

.inquire{
	padding:3px;
	border:2px solid #009933;
	background:#EEFFEE;
	text-align:center;
	font-size:120%;}

.question {
	font-weight: bold;
	background-color: #FFF1B9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/* BT画像位置指定用 */
.img_l {
	float: left;
	display: block;
	margin-right: 5px;
}
.img_r {
	float: right;
	display: block;
	margin-left: 5px;
}
.img_c {
	display: block;
	clear: both;
	text-align: center;
	margin: 5px auto;
}
.hidden {
	display: none;
}

#article2 .banner2 {
	text-align: center;
	margin: 5px 0 15px 0;
}
#article2 .recruite {
	background-image: url(/images/bnr-docter_recruite2_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 120px;
	line-height: 1;
	margin-bottom: 20px;
}
.recruite img {
	vertical-align: bottom;
}
.recruite a:hover {
	 filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
}


