@charset "utf-8";

/*
*	Title: Vicuna: VegaCrystal Skin [Eye Catch Mini Module]
*	URI: http://vicuna.jp/
*	Last Modified: 2007-07-30
*	Author: wu
*
*	Description:
*	ページ上部に画像(Mini)を表示させる事ができます。
*	読み込まれる画像: images/eyeCatch/mini.png
*
*/

/*======================================

	Eye Catch [Mini] image Module
	
=======================================*/

/*--------------------------------------
	1-1.全てのページへ影響
---------------------------------------*/

div#header,
div#content,
div#footer {
	width: 800px;
}

div#content {

}
/*--------------------------------------
	1-2.body.doubleへの処理
---------------------------------------*/

body.double div#main {
	width: 569px;
	_width: 570px; /* for IE */
}

body.double div#utilities {
	padding-top: 242px;
	_padding-top: 245px; /* for IE */
	width: 230px;
	_width: 219px;
	background-image: url(../images/eyeCatch/mini.png);
	background-repeat: no-repeat;
}

/*--------------------------------------
	1-3.body.multiへの処理
---------------------------------------*/

body.multi dl.navi {
	margin-top: 0!important;
	padding-top: 246px!important;
	background-image: url(../images/eyeCatch/mini.png);
	background-repeat: no-repeat;
}
