@charset "UTF-8";

/* ********************************
*	かたひら整体院　index.html
*	
*	
*	
* *********************************
 */

/*今月のお休み（dat読み込み）*/
div#schedule {padding: 0.5em;text-align: left;}

/*ブログの新着一覧*/
div#newblog {margin-bottom: 2em;padding: 0.5em;text-align: left;}
div#newblog p {margin-bottom: 0;}

/*今月のお知らせ*/
div.grybkkakomi {
	margin-bottom: 20px;
	padding: 5px;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	}

/*症状別プランへのリンク*/
p#jikakusyoujou_ttl {
	margin: 3em 0 0;
	width: 550px;
	height: 40px;
	background: #fff url(../index_img/jikakusyoujou_bk.jpg) no-repeat;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	}
table#jikakusyoujou {
	margin-bottom: 2em;
	width: 550px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #f5f0d7;
	}
table#jikakusyoujou td {padding: 5px;}
table#jikakusyoujou td.rightline {border-right: 1px solid #999;}
table#jikakusyoujou td a.syoujoulink {
	display: block;
	width: 262px;
	height: 30px;
	background: url(../index_img/jikakusyoujou_link.jpg) no-repeat;
	color: #fff;
	text-indent: 1em;
	line-height: 30px;
	}
table#jikakusyoujou td a.syoujoulink:link,
table#jikakusyoujou td a.syoujoulink:visited {text-decoration: none;}
table#jikakusyoujou td a.syoujoulink:hover,
table#jikakusyoujou td a.syoujoulink:active {text-decoration: underline;}

/*本文強調*/

.fbigred {font-size: 18px;color: #ff3333;}	/*赤字の大きなサイズ*/
.yelunderline {background-color: #ffff99;}	/*黄色アンダーライン*/
