@charset "utf-8";

/* 君が呼ぶ、メギドの丘で 【トップ】
---------------------------------------
(C)Leaf/AQUAPLUS All Rights Reserved.
	http://leaf.aquaplus.jp/
*/

/* ==========================================================================
 1.基本設定
========================================================================== */
@import url("common/init.css");	/* 初期設定 */


/* ==========================================================================
 3.デザイン-汎用
========================================================================== */
@import url("common/design.css");	/* デザイン-汎用 */


/* ==========================================================================
 4.デザイン-専用
========================================================================== */
#center {
	background:url("bg_top.jpg") no-repeat;
}


/* --------------------------------------------------------------------------
 What's New */
#whatsNew {
	position:absolute;
/*	left:468px;
	top:447px;
	width:311px;
	height:55px;*/
	left:513px;
	top:424px;
	width:320px;
	height:80px;
	overflow-y:scroll;
	text-align:left;

	scrollbar-face-color: #ff00ff;
	scrollbar-track-color: #ff00ff;
	scrollbar-arrow-color: #d0c791;

	scrollbar-highlight-color: #ac9991;
	scrollbar-shadow-color: #ac9991;

	scrollbar-3dlight-color: #ff00ff;
	scrollbar-darkshadow-color: #ff00ff;
	filter:progid:DXImageTransform.Microsoft.Chroma(color=#ff00ff);
}

#whatsNew td {
	color:#e8e3c8;
	padding-left:3px;
	padding-bottom:5px;
	line-height:11pt;
}

#whatsNew .date{
	color: #d0c791;
}

#minibn {
	position: absolute;
	left: 514px;
	top: 276px;
	width: 326px;
	height: 58px;
}

#minibn a {
	display: block;
	float: left;
	width: 163px;
	height: 58px;

	text-align: left;
	text-indent: -9999px;
	overflow-x: hidden;
}

#minibn #bn01 {
	background: url("minibn-01.png") no-repeat !important; background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/minibn-01.png",sizingMethod="scale");
}

#minibn #bn02 {
/*	margin-left: 163px;*/
	background: url("minibn-02.png") no-repeat !important; background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/minibn-02.png",sizingMethod="scale");
}

/* --------------------------------------------------------------------------
 グロナビ・サブナビ上の『UP』 */
#up-top ,
#up-prod ,
#up-stry ,
#up-char ,
#up-syst ,
#up-publ ,
#up-spcl {
	display: none;
	position: absolute;
	top:16px;
	z-index: 4;
	width: 9px;
	height: 7px;
}

#up-top		{left:  49px;}
#up-prod	{left: 133px;}
#up-stry	{left: 217px;}
#up-char	{left: 301px;}
#up-syst	{left: 385px;}
#up-publ	{left: 469px;}
#up-spcl	{left: 553px;}

.up {
	display: block !important;
	background: url("common/up.gif") no-repeat;
}

/* [EOF] */