/* Information ページ */

h2.title {
	width: 611px; height: 156px;
	background: url(../information_img/title.jpg) no-repeat;
	text-indent: -9999px; }
	
h3.dl_movie_copy {
	margin: 5px 0px 0px 35px;
	width: 502px; height: 24px;
	background: url(../information_img/dl_movie_copy.png) no-repeat;
	text-indent: -9999px; }

.info_text01 {
	font-size: 91.6%;
	margin: 10px 80px 10px 50px;
	color: #d9ccbc;
	line-height: 150%; }

.info_text02 {
	font-size: 91.6%;
	margin: 25px 80px 10px 50px;
	color: #d9ccbc;
	line-height: 150%; }


/* infoセット */

ul#info {
    margin:0;
    padding: 20px 10px 8px 50px;
	list-style-type: none;
	width: 515px;
}

li {
    font-size: 91.6%;
	color: #d9ccbc;
    line-height: 140%;
}

li span{ display:block; }

span.info2 {
	margin: -1.4em 0 0 0;
	padding: 0 0 0 5.5em;
	display: block;
}

.infodate { color: #ee3f6b; font-weight: bold; }

.infotensen {
	margin: 5px 75px 5px 50px;
	padding: 5px 75px 5px 50px;
	background: url(../common/tensen.gif) repeat-x;
}

/* 未訪問 */
a.infolink:link {
	font-weight: bold;
	color: #e9b842; text-decoration: none; }
/* 訪問済み */
a.infolink:visited {
	font-weight: bold;
	color: #e9b842; text-decoration: none; }
/* カーソルが上に乗った状態 */
a.infolink:hover { font-weight: bold;
	color: #ff7e00;
	text-decoration: underline; }
/* infoセットここまで */