@charset "UTF-8";

ul{list-style:none;}

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	font-weight: lighter;
	background-color: #FFF;
}
.twoColFixLtHdr #container {
	width: 1000px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

/* 最上部メニューバー */
#menubar {
	background-color: #936;
	height: 30px;
	position: absolute;
	top: 3px;
	width: 1000px;
}
#menubar ul {
	height: 30px;
	margin-right: 40px;
	margin-top: 0px;
	text-align: right;
}
#menubar li{
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
	height: 30px;
}
#menubar a {
	color: #FFF;
	font-size: 85%;
}
#menubar a:hover {
	color: #CCC;
}
/* メニューバーここまで */

.twoColFixLtHdr #header {
	padding-right: 50px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #936;
	position: absolute;
	top: 50px;
	width: 900px;
}
.twoColFixLtHdr #sidebar1 {
	width: 300px;
	padding-bottom: 15px;
	position: relative;
	left: 50px;
	top: 250px;
}
.twoColFixLtHdr #mainContent {
	margin-left: 400px;
	padding-right: 50px;
	padding-bottom: 45px;
	padding-left: 50px;
	text-align: right;
	margin-top: 45px;
	position: relative;
}
/* フッター */
.twoColFixLtHdr #footer {
	padding-right: 50px;
	padding-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #936;
} 
/* フッター用小フォント */
.twoColFixLtHdr #footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 50%;
}

/* ショッピングガイドとカート配置 */
.fltrt {
	position: absolute;
	top: 155px;
	margin-left: 550px;
	width: 400px;
	margin-right: 50px;
}
.fltrt ul {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.fltrt li{
	display: inline;
	padding-left: 30px;
}
/* ショッピングガイドとカート配置ここまで */

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-size: 89%;
	font-weight: bold;
}
/* 通常リンク文字 */
a {
	text-decoration: none;
	color: #333;
}
/* リンク用カーソル赤文字下線  */
a:hover {
	color: #936;
	text-decoration: underline;
}
/* リンクイメージ枠線消し */
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
