@charset "shift_jis";

/*
rts.html
siz.html
uta.html
---------------------------------------
	0.common読込
	1.要素への定義
	2.クラスの定義
	3.ベースデザイン
	4.内部デザイン
---------------------------------------
(C)Leaf/AQUAPLUS All Rights Reserved.
	http://leaf.aquaplus.jp/
*/



/* ==========================================================================
 1.要素への定義
========================================================================== */
body ,
td {
	font-size:9pt;
}



/* ==========================================================================
 2.クラスの定義
========================================================================== */
.fs7pt{  font-size : 7pt;}



/* ==========================================================================
 4.内部デザイン
========================================================================== */
/* --------------------------------------------------------------------------
 『ムービーダウンロード』ボタン */
.dl_movie {
	position:relative;
	display:block;
	width:200px;
	height:50px;
	margin:8px auto;
	background:transparent url(../../images/dl_movie.gif) no-repeat;
	text-decoration:none;
	clear:both;
}

.dl_movie * {
	display:block;
	position:relative;
	right:6px;
	top:31px;
	margin:0;
	text-align:right;
	color:#fff;
}

.dl_movie:hover {
	background:transparent url(../../images/dl_movie.gif) no-repeat;
}



/* [EOF] */