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

