/* 記事 */
.ttl { font-size:110%;
	line-height:120%;
	font-weight:bold
}

/* オススメドラマ */
.ttl2{ font-size:90%;
	line-height:150%;
	font-weight:bold
}

/* タイトルリンク */
a.title:link { color: #333333;
		font-size:95%;
		line-height:145%;
		font-weight:bold
}
a.title:visited { color: #333333;
		font-size:95%;
		line-height:145%;
		font-weight:bold
}
a.title:active { color: #cc0000;
		font-size:95%;
		line-height:145%;
		font-weight:bold
}
a.title:hover {color: #cc0000;
		font-size:95%;
		line-height:145%;
		font-weight:bold
}


/* お知らせ */
a.info:link { font-size:85%;
				text-decoration:none;
				color:#333333
}
a.info:visited {font-size:85%;
				text-decoration:none;
				color:#333333
}
a.info:active {font-size:85%;
				text-decoration:none;
				color:#cc0000
}
a.info:hover {font-size:85%;
				text-decoration:none;
				color:#cc0000
}


/* ショッピングプライス */
.text_red { font-size:x-small; color:#FF0000;}

a.rank:link { font-size:x-small;
			  color:#333333
}
a.rank:visited { font-size:x-small;
			  color:#333333
}
a.rank:active { font-size:x-small;
			  color:#cc0000
}
a.rank:hover {font-size:x-small;
			  color:#cc0000
}

/* 近日公開 */
a.txt01_cat:link { color: #333333;
		font-size:xx-small;
		line-height:140%
}
a.txt01_cat:visited { color: #333333;
		font-size:xx-small;
		line-height:140%
}
a.txt01_cat:active {color: #cc0000;
		font-size:xx-small;
		line-height:140%
}
a.txt01_cat:hover {color: #cc0000;
		font-size:xx-small;
		line-height:140%
}

/* PR固定フォントサイズ */
a.prfix:link {color: #333333;
		font-size:12px;
}
a.prfix:visited {color: #333333;
		font-size:12px;
}
a.prfix:active {color: #cc0000;
		font-size:12px;
}
a.prfix:hover {color: #cc0000;
		font-size:12px;
}



