/* 固定フォントの設定 */
.f10		{line-height: 120%; font-size: 10px;}  /* 10px 固定 */
.f12		{line-height: 120%; font-size: 12px;}  /* 12px 固定 */
.f14		{line-height: 120%; font-size: 14px;}  /* 14px 固定 */
.f16		{line-height: 120%; font-size: 16px;}  /* 16px 固定 */


/* 固定太字フォントの設定 */
.f10b		{line-height: 120%; font-size: 10px; font-weight: bold;}  /* 10px 固定太字 */
.f12b		{line-height: 120%; font-size: 12px; font-weight: bold;}  /* 12px 固定太字 */
.f14b		{line-height: 120%; font-size: 14px; font-weight: bold;}  /* 14px 固定太字 */
.f16b		{line-height: 120%; font-size: 16px; font-weight: bold;}  /* 16px 固定太字 */


/* 標準フォントの設定 */
.cap		{line-height: 120%; font-size: xx-small;}  /* 小フォント */
.txt		{line-height: 120%; font-size: x-small;}  /* 標準フォント */
.large		{line-height: 120%; font-size: 88%;}  /* 大フォント */
.subt		{line-height: 120%; font-size: small;}  /* サブタイトル */
.xlarge		{line-height: 120%; font-size: medium;}  /* 特大フォント */


/* 太字フォントの設定 */
.capb		{line-height: 120%; font-size: xx-small; font-weight: bold;}  /* 小フォント太字 */
.txtb		{line-height: 120%; font-size: x-small; font-weight: bold;}  /* 標準フォント太字 */
.largeb		{line-height: 120%; font-size: 88%; font-weight: bold;}  /* 大フォント太字 */
.subtb		{line-height: 120%; font-size: small; font-weight: bold;}  /* サブタイトル太字 */
.xlargeb		{line-height: 120%; font-size: medium; font-weight: bold;}  /* 特大フォント太字 */

/* 抹消線フォントの設定 */
.line		{text-decoration: line-through;} 

/* カラーの設定は「setup.css」の方に記述してください。 */

.entry_title {
font-size: 14px;
line-height:120%;
font-weight: bolder;
color: #333366;
border-left: 5px solid #333366;
margin: 15px 0px 15px 0px;
padding: 0px 0px 0px 5px;
}

.html {
scrollbar-3dlight-color : #FFFFFF;
scrollbar-arrow-color : #336666;
scrollbar-base-color : #FFFFFF;
scrollbar-darkshadow-color : #FFFFFF;
scrollbar-highlight-color : #CCCCCC;
scrollbar-shadow-color : #CCCCCC;
scrollbar-track-color : #FFFFFF;
}

.SELECT{
	color:#6C8D02;
	font-size:12px;
	background-color:#EFFDC3;
}
