@charset "UTF-8";

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

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

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

/*今月のお知らせ*/
div.grybkkakomi {
	margin-bottom: 1.5em;
	padding: 0.5em 0.5em 0 0.5em;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	}
div.grybkkakomi p {font-size: 0.8em;line-height: 1.2em;}

/*症状別プランへのリンク*/
p#jikakusyoujou_ttl {
	margin: 3em 0 0;
	width: 616px;
	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;
	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: 295px;
	height: 30px;
	background: url(../index_img/jikakusyoujou_link.jpg) no-repeat;
	color: #fff;
/*	font-weight: bold;*/
	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: 1.2em;color: #ff3333;}	/*赤字の大きなサイズ*/
.yelunderline {background-color: #ffff99;}	/*黄色アンダーライン*/