/* firefox用ハック追加(bodyタグのスクロールバーを表示させなくする) */
*>body {
	overflow:visible;
}

#main,#usagi {
	height:100%;				/* 高さ（ブラウザに合わせる）　☆追加 */
	text-align:center;			/* 文字を中央揃えにする */
	background-color: #FFFFFF;	/* 背景色 */
	font-size: 80%;				/* フォントサイズ */
	line-height: 14px;			/* 行の高さ */
	color: #333333;				/* フォントカラー */
	overflow: visible;
	absolute: relative;
	z-index: 1;
}
#main {
	width:auto;					/* 幅（ブラウザの幅に合わせる）　☆追加 */
}

#usagi {
	width:800px;					/* 幅（ブラウザの幅に合わせる）　☆追加 */
	border-left:#333333 solid 1px;		/* 左側ボーダー（カラー，種類，太さ）　☆追加 */
	border-right:#333333 solid 1px;		/* 右側ボーダー（カラー，種類，太さ）　☆追加 */
}

.linel {
	background-image: url(/crsv/themes/hp/hp_template_r21/img/27/frame_02.jpg);
}
.liner {
	background-image: url(/crsv/themes/hp/hp_template_r21/img/27/frame_03.jpg);
}

.free {
	background-image: url(/crsv/themes/hp/hp_template_r21/img/27/free_title_r2_c2.jpg);
	background-repeat:no-repeat;
}

.infobg {
	background-color: #CAFFCA;
}