@charset "shift_jis";


/*--------------------*/
/*---- note.css ----*/
/*--------------------*/

/* タイトル */
.img_title	{
	background : url(../note/img/title.gif) no-repeat;
	width : 188px;
	height : 24px;
	margin : 14px 2px;
	}
.img_title span	{
	display : none;
	}



#note_idx	{
	border : solid 1px #D7C898;
	background : #FFF9E6;
	padding : 12px;
	font-size : 12px;
	line-height : 200%;
	}

#note_idx ul {
}
#note_idx li {
	list-style : none;
	background : url(../img/icon_case.jpg) no-repeat 0px 3px;
}
#note_idx li div {
	padding-left : 16px;
}





/* 枠の指定 */
.box_note	{
	background : url("../note/img/bg_box.jpg") repeat-y ;
	width : 610px;
	height : 100%;
	margin : 0 auto;
	padding-bottom : 8px;
}
.box_note_u	{
	background : url("../note/img/img_u.jpg") no-repeat;
	width : 610px;
	padding-top : 10px;
	margin : 0;
}
.title_shuki	{
	background : #6CB459;
	width : 590px;
	font-size : 14px;
	line-height : 200%;
	font-weight : 900;
	color : #fff;
	margin : 0 0 12px 10px;
}
.title_shuki span	{
	padding : 0 8px;
}

.box_shuki	{
	font-size : 12px;
	line-height : 180%;
	margin : 0 16px;
}
.dansei	{
	font-size : 14px;
	line-height : 200%;
	font-weight : 900;
	color : #3399CC;
	}
.jyosei	{
	font-size : 14px;
	line-height : 200%;
	font-weight : 900;
	color : #E56248;
	}

.box_doctor	{
	background-color : #FFECEC;
	font-size : 12px;
	line-height : 160%;
	padding : 6px;
}

.box_doctor span	{
	font-size : 14px;
	line-height : 200%;
	font-weight : 900;
	color : #FF7B73;
}