/* ファミリー歯科用基本CSS */
/* ------------------------------------------------------------------------- */

/* Font size */
.body1 {
	font-size:10px;
	line-height:16px;
	letter-spacing: 1px;
}
.body2 {
	font-size:12px;
	line-height:18px;
	letter-spacing: 1px;
}
.body3 {
	font-size:14px;
	line-height:17px;
}
.small {
	font-size:9px;
	line-height:13px;
	letter-spacing: 1px;
}
#cap1 {
	color: #005516;
	font-weight: bold;
}
#cap2 {
	color: #410F0F;
	font-weight: bold;
}
#cap3 {
	color: #410F0F;
}
#cap4 {
	color: #FF0000;
	font-weight: bold;
}


/* Link */
a:link {
	color:#2EA504;
	text-decoration:none;
}
a:visited {
	color:#2EA504;
	text-decoration:none;
}
a:active {
	color:#2EA504;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
	text-decoration:underline;
}

/* Mark */
.link_mark {
	background-image: url(../image/link_mark.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 0px 0px;
}


/* Base */
body {
	margin: 0px;
	color: #444444;
	background-color: #F3F3F3;
}
table.mather {
	margin: 0px;
	width: 100%;
	height: 100%;
}
td.mt_cnt{
	width: 750px;
	background-color: #FAF9EE;
}
td.mt_left{
	background-image: url(../image/bg.gif);
	background-position: right top;
}
td.mt_right{
	background-image: url(../image/bg.gif);
	background-position: left top;
}
td.left_side{
	width: 15px;
	background: url(../image/left_side.gif) repeat-y;
}
td.right_side{
	width: 15px;
	background: url(../image/right_side.gif) repeat-y;
}
.list_mark {
	background-image: url(../image/list_mark.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.dot_line {
	background-image: url(../image/dot_line.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	height: 20px;
}


/* Header */
table.hd_area {
	margin: 0px;
	width: 750px;
	height: 63px;
}

/* Info */
td.tpx_left{
	width: 20px;
	background: #FFFFFF url(../image/tpx_left.gif) repeat-y;
}
td.tpx_right{
	width: 20px;
	background: #FFFFFF url(../image/tpx_right.gif) repeat-y;
}
td.tpx_hd{
	width: 540px;
	height: 141px;
	background: url(../image/tpx_bg.gif) repeat-y;
}
td.tpx_bd{
	width: 500px;
	background:#FFFFFF;
}
td.tpx_ft{
	width: 540px;
	height: 15px;
	background: url(../image/tpx_bg.gif) repeat-y;
}


.date {
	font-size:10px;
	line-height:16px;
	letter-spacing: 1px;
	color:#A68D68;
}
.news {
	font-size:12px;
	line-height:16px;
	letter-spacing: 1px;
}

/* Footer */
table.ft_area {
	margin: 0px;
	width: 730px;
	background: #FAF9EE;
}
/* Format */
td.mt_bd{
	width: 750px;
	background: url(../image/bd_bg.gif);
}
.bt_pgtop {
	margin: 10px 0px 0px 25px;
}


/* Navi */
table.nv_area {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	width: 730px;
	height: 25px;
	background: #FAF9EE;
}
.navi {
	font-size:10px;
	color: #666666;
	line-height:11px;
	letter-spacing: 1px;
}

/* Sub Menu */
.submenu_mark {
	background-image: url(../image/submenu_mark.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 23px;
	margin: 0px 0px 0px 0px;
}

.submenu_line {
	background-image: url(../image/dot_line.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	height: 18px;
}
.submenu {
	font-size:10px;
	line-height:11px;
	letter-spacing: 0px;
}


/* Mark */
.maker_mark {
	background-image: url(../image/link_mark.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 0px 0px;
}
/* Table */
table.chart {
	border-collapse: collapse;
}

.chart_cell01 {
	padding: 2px 5px;
	background: #F2EFEA;
	border: 1px #BBBBBB dotted;
} 
.chart_cell02 {
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px #BBBBBB dotted;
} 
.chart_cell03 {
	padding: 2px 5px;
	background: #FAF9EE;
	border: 1px #BBBBBB dotted;
} 

/* Table */
table.news_chart {
	border-collapse: collapse;
	margin: 15px 0px 15px 0px;
}

.news_cell01 {
	padding: 2px 5px;
	background: #F2EFEA;
	border: 1px #BBBBBB solid;
} 
.news_cell02 {
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px #BBBBBB solid;
} 
.news_cell03 {
	padding: 2px 5px;
	background: #FAF9EE;
	border: 1px #BBBBBB solid;
} 

/* img 左回り */
img.left { 
	float:left;
	margin: 0px 12px 12px 0px;
}
/* img 右回り */
img.right {
	float:right;
	margin: 0px 0px 12px 12px;
}
/* table 左回り */
table.table_left {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	padding: 0px;
}
/* table 右回り */
table.table_right {
	float:right;
	margin-left:12px;
	margin-bottom:12px
	padding: 0px;
}
/* 回り込み解除 */
.float_clear {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.invisible h1,h2{
	font-size: 1px;
	font-weight: lighter;
	margin:0;
	padding:0;
	line-height:-10px;
	text-indent:-9999px;
	vidibility:hidden;
}
	