@charset "UTF-8";

/***************トップ絵****************/

#welcome{
	clear: both;
	text-align: center;
}

/***************コンテンツの見出しの位置調整****************/

#contents h2{ margin-left:10px;}

/*****************************************/
/***************中央左部分****************/
/*****************************************/

#left{
	float: left;
	padding-left: 10px;
	width: 320px;
}

#new h2,#blog h2,#link h2{
	width: 300px;
	height: 35px;
	text-indent: -9999px;
	margin: 20px 0 10px 0;
}

/***************新着情報****************/

#new h2{
	background-image:url(../img/index/new_title.gif);
}

#new ul{
	margin-bottom:20px;
}

#new li{
		margin: 0 0 5px 20px;
}

#new span{color: #CC0000}

/***************ブログ情報****************/

#blog h2 a{
	width: 276px;
	height: 37px;
	background-image:url(../img/index/blogbn.gif);
	display: block;
}

#blog li{margin: 0 0 5px 20px;}

/***************リンク情報****************/
		
#link h2{
	background-image:url(../img/index/link.gif);
}

#link a{
	margin-left:10px;
	color: #FF6600;
	font-weight:bold;
}

/*****************************************/
/***************中央右部分****************/
/*****************************************/

#right{
	float: right;
	width: 330px;
}
	
#right h2{ margin:20px 0 10px 0;}

#right dl{
	margin-top:20px;
}	

#right dt{
	float: left;
	margin:0 10px 5px 0;
}
	
#right dd{
	margin-bottom:5px;
}

/***************診療時間****************/

#time{
	width: 327px;
	height: 97px;
	background-image:url(../img/index/time.gif);
	text-indent: -9999px;
}

#right p{
	margin-bottom:5px;
}

/***************外観の写真****************/
#huukei{
	clear: both;
	padding: 30px 0 0 0;
	text-align: center;
}

/***************************************/
/***************フッター****************/
/***************************************/
	
#footer{
	height:50px;
	background-position:bottom;
}
