@charset "utf-8";
/****************/
/*              */
/*  index.css   */
/*              */
/****************/

.info_topleft {
	border-bottom: solid 1px #343434;
}

.info_topcenter {
	background-image: url(../images/index/info_topcenter.gif);
	background-repeat: repeat-x;
	background-color: #FFF8E0;
	border-bottom: solid 1px #343434;
}

.info_topright {
	border-bottom: solid 1px #343434;
}

.info_midleft {
	background-image: url(../images/index/info_midleft.gif);
	background-repeat: repeat-y;
	background-color: #FFF8E0;
}

.info_midright {
	background-image: url(../images/index/info_midright.gif);
	background-repeat: repeat-y;
	background-color: #FFF8E0;
}

.info_midcenter {
	background-color: #FFF8E0;
	line-height: 1.4em;
	padding: 5px 0px 0px 0px;
}

.info_btmcenter {
	background-image: url(../images/index/info_btmcenter.gif);
	background-repeat: repeat-x;
	background-color: #FFF8E0;
}

.info_title {
	background-image: url(../images/index/info_allow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 15px;
}

.info_title2 {
	text-align: right;
	padding: 0px 15px 0px 0px;
}


/*------------------------------------------------------------------- Contents Annai（診療案内）
*/
#annnai {
	float: left;
	width: 320px;
}

#annnai .annnai_title {
	background-color: #1F70EA;
	padding: 3px 0px 3px 5px;
}

#annnai .annnai_detail {
	border: 1px solid #8B8B8B;
	padding: 10px 10px 10px 10px;
	line-height: 1.4em;
	font-size: 13px;
	height: 300px; 
}

#annnai .weekday_color {
	background-color: #FFA;
}

#annnai .kyushin {
	color: #FF0000;
}

/*------------------------------------------------------------------- Contents New（新着情報
*/
#new {
	float: right;
	width: 320px;
	margin-right: 5px
}

#new .new_title {
	background-color: #1F70EA;
	padding: 3px 0px 3px 5px;
}

#new .new_detail {
	border: 1px solid #8B8B8B;
	padding: 10px 10px 10px 10px;
	line-height: 1.4em;
	font-size: 13px;
	height: 300px;
}

#new hr {
	margin: 5px 0px 5px 0px;
}

.new_ichiran {
	margin: 5px 10px 5px 0px;
	text-align: right;
}
