﻿@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #333333;
	background: #ffffff url(../images/body_bg01b.gif) left top repeat-y;
}
img {
	border: none;
	vertical-align: top;
}

/* 固定幅の2段組レイアウト
---------------------------------------------*/
#wrapper {
	min-width: 793px;
	max-width: 1205px;
	width: expression(document.body.clientWidth < 794? "793px" : document.body.clientWidth > 1206? "1205px" : "100%");
	position: relative;
}
#content {
	position: absolute;
	width: auto;
	margin-left: 220px;
	padding-top: 1px;
	border-top: 1px solid #ffa400;
}

#viewCart {
	position: absolute;
	right: 10px;
	top: 50px;
	width: 102px;
}

/* 大見出し
---------------------------------------------*/
h1 {
	margin-bottom: 20px;
}
