@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_menu.css";

#psp{
	height:				64px;
}


#preWrap{
	margin:				auto;
	width:				800px;
	text-align:			left;
}

#copyright{
	padding-bottom:		6px;
	font-size:			10px;
	color:				#666666;
	font-family:		Arial;
/	text-align:			left;
*
	text-align:			center;
*/
}

/* テキストメニュー */
#textMenu{
	font-size:			12px;
	color:				#fff;
	text-align:			center;
}
#textMenu li{
	display:			inline;
	list-style-type:	none;
	padding:			0 4px;
	border-right:		solid 1px #fff;
}
#textMenu li.last{
	border-right:		none;
}

#textMenu a{
	color:				#fff;
}
#textMenu a:hover{
	color:				#930;
}


/* メニュー */
#topMenuBox{
	background:			url("../img/index/menu_bg.gif") left top repeat-x;
	width:				800px;
	position:			relative;
	top:				0;
	height:			36px;
}

/* バナー */
#bannerList{
	float:			right;
	text-align:		right;
}
#valhallaBanner{
 margin-top:5px;
}

#chatch{
}
#boxtest{
	background:red;
	width:100px;
	height:50px;
}




