@charset "utf-8";

/*
============================================================
■ TOPページのレイアウト
============================================================ */

/*
------------------------------------------------------------
大きなレイアウト設定
------------------------------------------------------------
*/

/* コンテナ
------------------------------ */

#schContainer {
	width: 936px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	clear:both;
}

#schContent {
	clear: both;
}


/* メイン（左）
------------------------------ */
#schMain {
	float: left;
	width: 709px;
	/*background:#eed;*/
}
#schTop {
	padding: 16px 0 10px 16px;
}

/* サブ（右）
------------------------------ */
#schSub {
	float:right;
	width: 227px;
	background:#eef;
}


/*
------------------------------------------------------------
メインコンテンツ
------------------------------------------------------------
*/


/* メインメニュー（小ボックス群）
---------------------------------- */

.mainMenu{
	width: 680px;
	height:280px;
	background: #fff;
}
/*
.mainMenu:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: left;
}*/

#schTop .mainMenuL,
#schTop .mainMenuM,
#schTop .mainMenuR {
	float: left;
	width: 220px;
	height:250px;
}
#schTop .mainMenuL,
#schTop .mainMenuM {
	margin-right:10px;
}

#schTop .mainMenu div.menu{
	line-height: 1.5;
	padding: 9px;
	border: #ccc solid 1px;
	border-top: none;
	margin-bottom:10px;
	background: #f4f5e6;
}
#schTop .mainMenu li{
	display: block;
}
#schTop .mainMenu span{
	margin-left: 4px;
	color: #aaa;
}



/* メインバナー（ヨコ並び）
---------------------------------- */
#mainBanner{
	width: 680px;
	height:54px;
	margin-bottom: 12px;
	background: #fff;
	clear:both;
}


/* 病院からのお知らせ -- headline
------------------------------------ */

#schHeadLines {
	width:678px;
	margin-bottom: 6px;
	border: #a2a395 solid 1px;
	background: #f4f5e6;
}

#schHeadLines h4 {
	margin: 0;
	padding: 0 0 0 6px;
	height: 29px;
	background: #a2a395;
}

#schHeadLines div{
	clear:both;
	width:100%;
	min-height: 28px;
}
#schHeadLines div h3{
	width:80px;
	float:left;
	min-height: 19px;
	background: url(../img/ico/ico_list_head2.gif) no-repeat left center;
	padding-left:22px;
	margin:6px;
}

#schHeadLines div p{
	width:540px;
	float:left;
	min-height: 19px;
	margin:6px;
	line-height:1.5em;
}
/*
#schHeadLines li a {
	display: block;
	min-height: 19px;
	padding-left:22px;
	background: url(../img/ico/ico_list_head2.gif) no-repeat left center;
	text-decoration:none;
}
*/

#schHeadLines .lastLine {
	padding-bottom:4px;
}




/*
------------------------------------------------------------
サブエリア（右の帯）
------------------------------------------------------------
*/

.subArea {
	padding: 10px;
}

.subArea h4 {
	margin-bottom: 12px;
}

.subArea #subFontButton{ /* font切替 */
	height:24px;
	margin:0 0 10px 0;
	padding: 2px 0;
	border:solid 1px #dde;
	color:#556;
	background:#fff;
	text-align:center;
}

.subArea .subAreaLine h4 {
	margin-bottom: 0px;
}

.subBannerContainer img{
	margin:0 0 6px 0;
}
.subHospitalInfo img{
	margin:0 0 6px 0;
}

.subAreaLine {
	border: #ccc solid 1px;
	margin: 12px 0;
	background: #faf6eb;
}

.subAreaLine select {
	width: 200px;
}

.subAreaLine ul,
.subAreaLine dl,
.subArea form {
	margin: 8px;
	line-height: 1.5;
}






