﻿/* メイン画像
------------------------------------------------ */
#main{
	width:900px;
	padding:5px;
	background:#FFF;
	margin:0 auto 20px;
}
#title{
	width:560px;
	margin:0 auto 10px;
}

/* コンテンツ
------------------------------------------------ */
#contents{
	width:880px;
	margin:0 auto;
}
#contents .left{
	width:584px;
	float:left;
}
#contents .right{
	width:240px;
	float:right;
}

/* 診療科目
------------------------------------------------ */
#subject{
	width:896px;
	margin:0 auto 20px;
}
#subject li{
	width:200px;
	text-align:center;
	float:left;
	margin:0 12px;
	display:inline;
}
#subject p{
	text-align:left;
}

#subject .title{
	margin-bottom:5px;
}
#subject .img{
	border:1px #CCC solid;
	padding:2px;
	margin-bottom:5px;
}

/* お知らせ
------------------------------------------------ */
#news{
	width:584px;
	margin:0 auto 15px;
}
#news span{
	display:none;
}

.news_box{
	width:574px;
	margin:0 auto 20px;
	padding-top:10px;
	padding-left:10px;
	background:url(../image/top/news_side_line.gif) repeat-y left;
}
.news_box li{
	margin-bottom:3px;
	min-height:1px;　/* IE 7対策 */
}
.news_box .day{
	width:70px;
	color:#FF0000;
	margin-left:5px;
	font-weight:bold;
	font-size:12px;
	float:left;
}
.news_box .comment{
	width:450px;
	font-size:12px;
	float:right;
}

/* バナー
------------------------------------------------ */
#banner li{
	margin-bottom:10px;
}