﻿@charset "utf-8";



#topnews {
	color: #505050;
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 0.9em;
}
#topnews dl {
	padding: 0px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	letter-spacing: 0.1em;
}
#topnews dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#topnews dd {
	margin-top: -13px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 120px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D5D5D5;
}



#movie_box {
	margin-top: 10px;
}
#movie_box  p.title {
	background-image: url(../images/bk_support_h2.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	height: 43px;
	margin-bottom: 10px;
	padding-top: 7px;
	font-size: 160%;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#movie_box table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: auto;
	margin-left: auto;
}
#movie_box td {
	padding: 5px;
	text-align: center;
	font-size: 80%;
	letter-spacing: 0.1em;
}






.f_left {
	float: left;
}

.f_right {
	float: right;
}
.f_clear {
	clear: both;
}

.t_typ_01 {
	font-size: 140%;
	color: #D90000;
	letter-spacing: 0.2em;
}
