/* レイアウトの設定*/
body{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size: 12px;
	background-color: #000;
	background-image: url(img/LC_allbirds01_JB.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	color: #FFF;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:850px;
    margin:0px auto;
    text-align:left;
}
/* ヘッダーの設定*/
#head{
	width:850px;
	height:199px;
	left: auto;
	right: auto;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.soldout {
	background-color: #F00;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
/* 左側の設定*/
#left{
	width:490px;
	float:left;
	padding-left: 5px;
	height: 900px;
}
/* 右側の設定*/
#right{
	width:350px;
	float:right;
	padding-left: 5px;
	height: 900px;
}
/* フッターの設定*/
#foot{
	position:relative;
	width:100%;
	height:50px;
	clear:both;
	padding-left: 5px;
}
.h2 {
	font-size: 18px;
	color: #F00;
	font-weight: bold;
	width: 340px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
}
.text_big {
	font-size: 21px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
