@charset "Shift_JIS";
@import "init.css";
@import "font.css";
@import "menu.css";
@import "thickbox.css";

html,body{
	margin						: 0px;
	width						: 100%;
	height						: 100%;
	text-align					: center;
}

body{
	color						: #333333;
	background					: #ffffff;
	text-align					: center;
	font: 12px/18px Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#header{
	margin						: 0 auto 20px auto;
	width						: 800px;
	text-align					: left;
	position					: relative;
}

#wrap{
	margin						: 0 auto 18px auto;
	display						: inline-block;
	width						: 800px;
	text-align					: left;
}

#pa{
	float						: right;
	width						: 195px;
}

#footer{
	padding						: 7px 0 25px 0;
	color						: #ffffff;
	background					: #e50012;
}

h1{
	position					: absolute;
	top							: 23px;
	left						: 6px;
}

#header p{
	position					: absolute;
	top							: 49px;
	left						: 646px;
}

#pa .banner{				margin-top		: 12px;}
#pa .banner dt{				display			: none;}
#pa .banner li{				margin-top		: 7px;}
#pa .banner li.firstChild{	margin-top		: 0px;}
#pa .banner li img{			vertical-align	: bottom;
}

#wrap:after{
	content						: ".";
	display						: block;
	clear						: both;
	height						: 0;
	visibility					: hidden;
}
