@charset "EUC-JP";
/*　ardent-staff.com アーデントマトちゃんの部屋CSS　*/



/* 内容
-------------------------------------------------
	o メイン
	o コンテンツ
------------------------------------------------- */


/* メイン
------------------------------------------------- */
#Main {
	margin-left:9px;
}

/* コンテンツ
------------------------------------------------- */
#Main div#ToTop {
	width:762px;
	text-align:right;
	margin:11px 0px 6px 0px;
}

#Main div#Room {
	width:764px;
	height:461px;
	background:url(../images/room/def_bg.jpg) left top no-repeat;
	position:relative;
	margin:0px 0px 30px 0px;
}

#Main div#Room h1 {
	position:absolute;
	left:8px;
	top:12px;
}

#Main div#Room p#Tomato {
	position:absolute;
	left:514px;
	top:248px;
	z-index:2;
}

/* デフォルトページ */
#Main div#Room p#Lead 					{ position:absolute; left: 12px; top:123px; }
#Main div#Room p#Balloon		 { position:absolute; left:362px; top:226px; display:none;}
#Main div#Room p#ToProfile { position:absolute; left: 12px; top:264px; }

/* プロフィールページ */
#Main div#Room div#Profile {
	width:700px;
	height:283px;
	background:url(../images/room/prof_bg.gif) left top no-repeat;
	position:absolute;
	left:12px;
	top:121px;
	z-index:1;
}

#Main div#Room p#Tv {
	position:absolute;
	left:642px;
	top:194px;
	z-index:3;
}

#Main div#Room p#Preview {
	position:absolute;
	left:12px;
	top:419px;
}

#Main div#Room div#Profile h2 {
	display:none;
}

#Main div#Room div#Profile dl {
	display:none;
}
/* CMページ */
#Main div#Room div#cm {
	width:700px;
	height:283px;
	position:absolute;
	left:40px;
	top:58px;
}
