/* 基本設定 */

a:link {
	color: #FF6699;
	text-decoration: none;
}

a:visited {
	color: #FF6699;
	text-decoration: none;
}

a:hover {
	color: #FF6666;
	text-decoration: underline;
}

a:active {
	color: #FF6666;
	text-decoration: underline;
}

/* 背景とヘッダ */

body.base {
	background-color: #E5E5E5;
	background-image:  url(../img/side_bg_top.gif);
	background-repeat: repeat-x;
}

body.contents {
	background-color: #E5E5E5;
}


table.head {
	background-color: #FFFFFF;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
}

table.contents_head {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
}


table.basic {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
}

table.footer {
	background-color: #E5E5E5;
	background-image: url(../img/m_sidebar.gif);
	background-repeat: repeat-x;
}

img.header {
	margin-right: 20px;
	margin-left: 20px;

}

/* コンテンツ */

img.clinicphoto {
	border: 1px solid #999999;

}

table.flame {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4271CF;

}

ul {
	list-style-type: square;
}

input.txtfield {
	font-size: 12px;
	color: #666666;
	width:240px
}

textarea.comment {
	font-size: 12px;
	color: #666666;
	width:240px
}

input.submit {
	font-size: 12px;
	width:50px
}


/* 基本文字 */

.txt_normal {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.txt_small {
	font-size: 10px;
	color: #333333;
	line-height: 15px;
}

.txt_doctorname {
	font-size: 16px;
	color: #FF6699;
	font-weight: bold;
}

/* blog用 */

.blog_tltxt {
	font-size: 12px;
	font-weight: bold;
	color: #666666;

}

.blog_tl {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFCCCC;
	padding: 5px;

}

/* 歯の健康のお話 */

.txt_talktl {
	font-size: 14px;
	color: #CC0000;
}

.txt_talkcontent {
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}


.talk_tl {
	font-size: 14px;
	font-weight: normal;
	color: #FF6699;
}

.talk_tlframe {
	border: 1px solid #3366CC;
}

.talk_list {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	border-collapse: collapse;
	border: 1px solid #333333;
}

.talk_list td {
	border: 1px solid #333333;
} 

