@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: #ffffff;
	background: #FFFFFF url(../../photo/images/h2_back.gif) left top repeat-x;
}
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;
}

#logo {
	position: absolute;
	left:23px;
	top: 18px;
	width: 500px;
	height: 40px;
	}
	
#globalNav {
	position: absolute;
	left:30px;
	top: 127px;
	width: 150px;
	padding-bottom: 200px;
	background: url() left bottom no-repeat;
	height: 328px;
}
#globalNav li {
	border-bottom: 1px solid #000000;
}
a:link {
	color: #0099FF;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}





/*
#viewCart {
	position: absolute;
	right:150px;
	top:30px;
	width: 400px;
	height: 80px;
	left: 400px;
	background-image: url(/photo/images/photo_sunday.gif);
	
}

/* 大見出し
---------------------------------------------*/
h1 {
	margin-bottom: 20px;
}

