@charset "Shift_JIS";

@import "init.css";
@import "font.css";
@import "menu.css";
@import "page.css";

/*-----------------------------------------------
	‘imported CSS are
@@init.css				for init
@@font.css			for font
@@menu.css		for menu
@@page .css		for pages

-----------------------------------------------*/

body{
	color						: #2d2d2d;
	font-size					: 75%;
	font-family				: "CI",Meiryo,"lr oSVbN","MS UI Gothic",Osaka,sans-serif;
	line-height				: 1.5;
	background			: #ffffff;
	text-align				: center;
}

/* CeνJΙΒ’Δ
PPPPPPPPPPPPPPPPPPPPP*/
#wrap{
	margin					: 0px auto 0px auto;
	width						: 810px;
	background			: url(../img/background.gif) repeat-y;
}

#header{
	margin					: 0px auto 0px auto;
	width						: 800px;
	height						: 115px;
	background			: url(../img/background_header.gif) repeat-x 0% 100%;
	text-align				: left;
	position					: relative;
}

#visual{
	clear						: both;
	float						: none;
	margin					: 15px auto 10px auto;
	width						: 800px;
	height						: 110px;
}

#contents{
	float						: left;
	display					: inline;
	margin					: 0px 0px 10px 25px;
	width						: 495px;
	text-align				: left;
}

#sub{
	float						: right;
	display					: inline;
	margin					: 10px 25px 10px 0px;
	width						: 225px;
	text-align				: left;
}

#footer{
	clear						: both;
	float						: none;
	margin					: 5px auto 0px auto;
	padding					: 22px 0px 0px 0px;
	width						: 800px;
	background			: url(../img/background_footer.gif) repeat-x 0% 0%;
}

/*---------------------------------------------
@HEADER - wb_[ -
---------------------------------------------*/
h1{
	float						: left;
	display					: inline;
	margin					: 0px 0px 0px 10px;
}

#price{
	float					: left;
	display					: inline;
	margin					: 10px 0px 0px 20px;
}


/*---------------------------------------------
@SUB - Tu -
---------------------------------------------*/
#pickup dd{
	margin					: 5px 0px 25px 0px;
	font-size					: 90%;
}

/*---------------------------------------------
@FOOTER - tb^[ -
---------------------------------------------*/
#footer address{
	clear						: both;
	margin					: 0px auto 0px auto;
	width						: 340px;
	height						: 25px;
	background			: url(../img/tel_number.gif) no-repeat;
	text-indent			: -9999px;
}