@charset "UTF-8";


/* メインイメージ */
#home #main #mainNavi{
	height: 400px;
	background: url(/images/home/main_image03.jpg) no-repeat bottom left;
}
#home #main #mainContent{
	height: 400px;
	background: url(/images/home/main_image01.jpg) no-repeat bottom left;
}
#home #topMainBottom{
	clear: both;
	width: 800px;
	background: #FAFAEF url(/images/home/main_image02.jpg) no-repeat top left;
	text-align: right;
}

/* 適応症テキスト */
#home #main #mainContent p{
	margin: 8px 40px 0px 16px;
	line-height: 1.3em;
}
#home #main #mainContent p{
	margin: 8px 40px 0px 16px;
}
#home #main #mainContent p strong{
	font-size: 120%;
}
#home #main #mainContent ul{
	margin: 0.3em 40px 0px 16px;
	list-style-type: circle;
	list-style-position: inside;
	font-size: 80%;
	line-height: 1.3em;
}
#home #main #mainContent li{
	padding-left: 0.5em;
}

/* お知らせ */
#home #topNews{
	width: 320px;
	position:absolute;
	top: 380px;
	left: 440px;
	display: block;
	z-index:10;
}
#home #topNews div{
	background-repeat: repeat-y;
}
#home #topNews iframe{
	width: 318px;
	height: 200px;
	margin: 0px 1px;
}
#home #topNews #topNewsContent{
	height: 200px;
	margin: 0px;
	overflow: auto;
	background-color: #FFF;
	border-left: #9E9186 solid 1px;
	border-right: #9E9186 solid 1px;
}
#home #topNews #topNewsContent div{
	padding: 14px 16px 0px 16px;
}
#home #topNews #topNewsContent h3{
	margin-bottom: 2px;
	padding-left: 4px;
	border-left: solid #3D8181 3px;
	font-size: 100%;
	color: #3D8181;
}
#home #topNews #topNewsContent h3 span{
	font-size: 83%;
	font-weight: normal;
	white-space: nowrap;
}
#home #topNews #topNewsContent p{
	margin-bottom: 0.9em;
	font-size: 100%;
}
