@charset "Shift_JIS";
/* CSS Document */

html,body{
	height: 100%;
}
#global{
	width: 100%;
	height: 100%;
	background: url(../img/p_topimage.jpg) no-repeat center top;
}

#areaSwitch{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#logo{
	margin: 13px 0 16px;
}
#areaSwitch ul li{
	width: 265px;
	height: 53px;
	margin: 0 0 1px 0;
	padding: 0;
	line-height: 0;
}
#areaSwitch img{
	vertical-align: bottom;
}

#areaCopyright{
	position: fixed;
	bottom: 30px;
	left: 0;
}
* html #areaCopyright{
	position: absolute;
}
#areaCopyright img{
	margin: 0 auto;
}

