/* インデックスページ------------------------------------------------------------------*/

/* ラッパー
--------------------------------------------------*/
#wrapper
	{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	}



/* ヘッダーエリア
--------------------------------------------------*/
#header
	{
	width: 740px;
	border-top: 4px solid #0171BD;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 54px;
	}
#header h1
	{
	float: left;
	width: 150px;
	padding-top: 4px;
	padding-left: 10px;
	}
#header #sideNavi
	{
	float: right;
	}
#header #sideNavi li
	{
	float: left;
	margin-left: 20px;
	}



/* パンくずエリア
--------------------------------------------------*/
#breadcrums
	{
	text-align: right;
	float: right;
	height: 16px;
	width: 560px;
	margin-right: 10px;
	font-size: 95%;
	display: inline;
	color: #666666;
	}
#breadcrums a
	{color: #0072BB;text-decoration: none;}
#breadcrums a:hover
	{color: #0072BB;text-decoration: underline;}


/* コンテンツエリア
--------------------------------------------------*/
#contentsBox
	{
	float: right;
	width: 560px;
	margin-bottom: 40px;
	margin-right: 10px;
	display: inline;
	}
#TitleH3{
	height: 24px;
	border-bottom: 3px solid #A3A3A3;
	padding: 14px 0px 0px 10px;
	position: relative;
}

#TitleH3.medicine{
	height: 34px;
	border-bottom: 3px solid #A3A3A3;
	padding: 14px 0px 0px 10px;
	position: relative;
}

#TitleH3.borderNone{
	border-bottom: none;
	height: 24px;
	padding: 14px 0px 0px 10px;
	position: relative;
}

#hisBack{
	position: absolute;
	top: 0px;
	right: 0px;
}

#mrk_daini{
	position: absolute;
	top: 10px;
	right: 50px;
}



/* フッターエリア
--------------------------------------------------*/
#footer
	{
	width: 760px;
	padding-bottom: 20px;
	}
.topback
	{
	text-align: right;
	display: block;
	margin-right: 26px;
	margin-bottom: 7px;
	}
#footer address
	{
	width: 760px;
	background: url(../../../img_top/address.gif) no-repeat 436px 5px;
	border-top: 2px solid #0052A8;
	text-indent: -9999px;
	}
