/*基本テキスト*/
.text {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
/*関連情報タイトル*/
.kanren {

	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
}
/*けつあつくん用*/
.orange {
	font-size: 12px;
	font-weight: bold;
	color: #FF8000;
	text-decoration: none;
}
a.orange {
	font-size: 12px;
	font-weight: bold;
	color: #FF8000;
	text-decoration: none;
}
a.orange:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FF8000;
	text-decoration: none;
}
a.orange:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF8000;
	text-decoration: underline;
}
a.orange:active {
	font-size: 12px;
	font-weight: bold;
	color: #FF8000;
	text-decoration: underline;
}
/*禁煙日記用*/
.red {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.red {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.red:visited {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.red:hover {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a.red:active {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
/*医療情報用*/
.green {
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-decoration: none;
}
a.green {
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-decoration: none;
}
a.green:visited {
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-decoration: none;
}
a.green:hover {
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
}
a.green:active {
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
}
.topics {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #1D8F98;
}

.textgreen {
	font-size: 12px;
	color: #468606;
	font-weight: bold;
}
.copy {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	background-color: #E8E7E6;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*TOPICS*/
.common{
	font-size:12px;
	color:#333333;
	line-height:1.5em;
}

.topics {
	font-size: 12px;
	color: #1D8F98;
	text-decoration: none;
}
a.topics {
	font-size: 12px;
	color: #1D8F98;
	text-decoration: none;
}
a.topics:visited {
	font-size: 12px;
	color: #1D8F98;
	text-decoration: none;
}
a.topics:hover {
	font-size: 12px;
	color: #1D8F98;
	text-decoration: underline;
}
a.topics:active {
	font-size: 12px;
	color: #1D8F98;
	text-decoration: underline;

}
/*リンク：採用*/
.recruit {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.recruit {
	font-size: 11px;
	color: #fe9b00;
	text-decoration: none;
}
a.recruit:visited {
	font-size: 11px;
	color: #fe9b00;
	text-decoration: none;
}
a.recruit:hover {
	font-size: 11px;
	color: #fe9b00;
	text-decoration: underline;
}
a.recruit:active {
	font-size: 11px;
	color: #fe9b00;
	text-decoration: underline;
}