/* ------------------------------
リンク
------------------------------ */

a:link {
	color:#85C8E7;
	text-decoration:none;
}

a:visited {
	color:#7D6B99;
	text-decoration:none;
}

a:hover {
	color:#CCFF00;
	text-decoration:underline;
}

/* ------------------------------
基本
------------------------------ */

body{
	font-size:12px;
	color:#000000;
	background-color: #FFFFFF;
	line-height: 18px;
/*	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
}

td{
	font-size:12px;
	line-height: 18px;
}

tr{
	font-size:12px;
	line-height: 18px;
}

table{
	font-size:12px;
	line-height: 18px;
}

.clear {
	clear:both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	height : 1px;
	min-height:1px;
}

img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.small{
	font-size: 11px;
}

.movie_title{
	font-size: 14px;
	font-weight: bold;
}

.small_gray{
	font-size: 10px;
	color: #999999;
	line-height: 12px;
}
