@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. file import　　！！！インポートファイルは一番初めに記述のこと！！！
　01. 基本
　02. タブコンテンツ
　03. とるべき対策は
　04. 医療の必要性に応じた療養病床の再編成
  

******************************************************************************* */



/* ==

　00. file import

=============================================================================== */
@import url("/business/css/style.css");
@import url("/business/silver/css/style.css");



/* ==

　01. 基本

=============================================================================== */
.main{ font-size:115%; line-height:1.5; }

.main img{ vertical-align:top; }

.topicPath li.lastChild a{ background:none; }

.main h2{ margin-top:20px; }

.main h3{ margin-top:25px; }

.main h4{
	margin-bottom:10px;
	padding:0 0 3px;
	border-bottom:1px solid #ccc;	
	font-size:100%;
}

.main h5{
	margin-bottom:5px;
	font-size:100%;
	line-height:1.4;
}

.main p{ line-height:1.5; }
/*.main div p img{ margin-top:3px; }*/

.main div{
	min-height:1%;
	clear:both;
}
* html .main div{ height:1%; }
.main div:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0; 
	visibility:hidden;
}
.main div div{ margin-bottom:0; clear:none; }


.main ul.buttons{ margin-top:15px; }
.main ul.buttons li{ float:left; }

.main .bombi h4{ margin-top:20px; }

.main .result .txt, .main .bombi .txt{ float:left; width:340px; }
.main .result dl, .main .bombi dl{ float:right; width:383px; }
.main .result dl dd, .main .bombi dl dd{
	background:#f7f7f0;
	padding:5px 15px 15px;
	margin-left:33px;
}
.main .result dl dd{
	border-right:1px solid #006633;
	border-bottom:1px solid #006633;
	border-left:1px solid #006633;
	color:#004724;
}
.main .bombi dl{ margin-bottom:15px; }
.main .bombi dl dd{
	border-right:1px solid #ff6600;
	border-bottom:1px solid #ff6600;
	border-left:1px solid #ff6600;
	color:#A84300;
}

.main .column2 .txt{ float:left; width:360px; }
.main .column2 .img{ float:right; width:360px; }
.main .column2 dl{ float:none; width:730px; }
.main .column2 dl dd{ margin-left:0; }

.main dl.point{ margin-top:20px; }
.main dl.point dd{
	background:#f7f7f0;
	border-right:1px solid #9a9a9a;
	border-bottom:1px solid #9a9a9a;
	border-left:1px solid #9a9a9a;
	padding:15px;
}

.container .main p.ptop{
	padding-bottom:20px;
	position:relative;
	clear:both;
}
.container .main p.ptop span{ display:none; }
.container .main p.ptop a{
	width:110px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url(/common/images/renew2009/li_pagetop.gif);
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
}
.container .main p.ptop a:hover,
.container .main p.ptop a:active{ background-position:left bottom; }