body{
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:175%;
	color:#333333;
}

/* ウェイトボールド */
.bold {
	font-weight: bold !important;
}

/* 相対拡縮 */
.small {
	font-size: 85%;
	line-height:125%;
}
* html td.small{
	font-size: 70%;
}
.large {
	font-size: 120%;
	line-height:175%;
}
* html td.large{
	font-size: 90%;
}
.larger {
	font-size: 150%;
	line-height:200%;
}
* html td.larger{
	font-size: 110%;
}

* html td{
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:175%;
}

/***************************/
/* 写真処理　　　　　　　 */
/***************************/
.FramePhoto{
	margin:2px;
	padding:5px;
	border:1px solid #E6E6E6;
}
.FramePhotoLeft{
	float:left;
	margin:2px 10px 2px 0px;
	padding:5px;
	border:1px solid #E6E6E6;
}
.FramePhotoRight{
	float:right;
	margin:2px 0px 2px 10px;
	padding:5px;
	border:1px solid #E6E6E6;
}
.Photo_Right{
	float:right;
	margin:2px 0px 2px 10px;
}
.Photo_Left{
	float:left;
	margin:2px 10px 2px 0px;
}

/***************************/
/* テーブル処理　　　　　 */
/***************************/
.TxtTable , .TxtTableCenter {
	border-top:2px solid #54AEDA;
	border-left:1px solid #EDEDED;
	width:100%;
	margin-bottom:10px;
}
.TxtTable th , .TxtTable td , .TxtTableCenter th , .TxtTableCenter td{
	border-right:1px solid #EDEDED;
	border-bottom:1px solid #EDEDED;
	padding:3px;
	width:50%;
}
.TxtTable th , .TxtTableCenter th{
	background-color:#F6F6F6;
	text-align:left;
	font-weight:normal;
}
.TxtTableCenter th , .TxtTableCenter td{
	text-align:center;
}
.TxtTable.col3 td , .TxtTable.col3 th , .TxtTableCenter.col3 td , .TxtTableCenter.col3 th {
	width:auto;
}
.TxtTable.DentalSupport th{
	width:auto;
	text-align:center;
	font-size:85%;
}
.TxtTable.DentalSupport td{
	width:70px;
	text-align:center;
	font-size:85%;
}
.ThumbNailTable{
	width:100%;
}
.ThumbNailTable td{
	width:25%;
	text-align:center;
	vertical-align:top;
}
* html td , * html th{
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:175%;
}

/*********************/
/* テキストカラーCSS */
/*********************/

.txt-red{
	color: #FF0000;
}
.txt-red1{
	color: #CC0000;
}
.txt-red2{
	color: #CC3333;
}


.txt-blue{
	color: #0000FF;
}
.txt-blue1{
	color: #0033CC;
}
.txt-blue2{
	color: #0066CC;
}


.txt-green{
	color: #006600;
}
.txt-green1{
	color: #00CC66;
}


.txt-orange{
	color: #FF6600;
}
.txt-orange1{
	color: #FF9933;
}


.txt-gray{
	color: #333333;
}
.txt-gray1{
	color: #666666;
}
.txt-gray2{
	color: #999999;
}


.txt-black{
	color: #000000;
}


.txt-white{
	color: #FFFFFC;
}

/***************************/
/* リンクボタン　　　　　 */
/***************************/
.LinkBtn{
	text-align:center;
	line-height:30px;
	font-size:120%;
	width:180px;
	height:30px;
	display:block;
	background:url(../images/bg_link_btn.jpg) no-repeat;
	float:right;
	clear:left;
}
.LinkBtn:link,.LinkBtn:visited{
	color:#660033;
}

/***************************/
/* 段落処理　　　　　　　 */
/***************************/
p.article-txt{padding-left:0px;}
#center p{
	padding-bottom:15px;
}

/***************************/
/* テキストリンクカラーCSS */
/***************************/

/* 未訪問・訪問済リンク */
a:link,a:visited{
	color:#3399CC;
	text-decoration: none;
}

/* マウスオーバー時 */
a:hover,a:active {
	color: #FF0000;
	text-decoration: none;
}