h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */

/*リスト
-------------------------------------------------------------------------------------*/
ul{
	list-style-type: none;
}

/*画像
-------------------------------------------------------------------------------------*/
img {
	border: none;
	vertical-align: bottom;
}

/*リンクカラー設定
-------------------------------------------------------------------------------------*/
a {
	color: #FFFFFF;
}

/*メニューリンク
-------------------------------------------------------------------------------------*/
#menu a{
	text-decoration:none;
	cursor: pointer;
}

/*メニューリンク（マウスオーバー）
-------------------------------------------------------------------------------------*/
#menu a:hover {
	/*color:#4e0101;*/
	color:#FF0;
}

/*見出し１
-------------------------------------------------------------------------------------*/
h1 {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	text-align:right;
	height:15px;
	padding-top:5px;
	background-color:#FFFFFF;
	color:#003300;
	padding-right:20px;
}

/*見出し２
-------------------------------------------------------------------------------------*/
h2 {
	font-size: 18px;
	color:#FFFFFF;
	margin:0px;
	width:855px;
	height:35px;
	text-align:left;
	background-image:url(../image/h2_back.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-top:10px;
	/*margin-bottom:15px;*/
}


/*ロゴ
-------------------------------------------------------------------------------------*/
#logo {
	clear:both;
}


/*段落
-------------------------------------------------------------------------------------*/
#main p {
	margin: 0.5em 10px 1em;
}

/*メイン画像エリア
-------------------------------------------------------------------------------------*/
#main-img {
	padding-top:20px;
}

/*メイン画像リストエリア
-------------------------------------------------------------------------------------*/
ul.pictures { 
	float:left;
	width:320px;
}

/*メイン画像リスト
-------------------------------------------------------------------------------------*/
ul.pictures li{
	padding:3px;
	margin:3px;
}

/*メイン画像
-------------------------------------------------------------------------------------*/
.pictures li img{
	padding:3px;
	margin:3px;
	border:#FFF 1px solid;
	padding:2px;
}

/*コメント画像
-------------------------------------------------------------------------------------*/
#caption{
	float:left;
	margin-left:20px;
	margin-top:20px;
}

#products{
	margin:0px;
	padding:0px;
}

/*商品一覧リスト
-------------------------------------------------------------------------------------*/
#products li{
	float:left;
	padding:3px;
	margin:3px;
	width:205px;
	height:225px;
	text-align:center;
}

/*商品一覧リスト画像
-------------------------------------------------------------------------------------*/
#products li img{
	border:#FFF 1px solid;
	padding:2px;
	float:left;
}

/*商品一覧リスト画像（マウスオーバー）
-------------------------------------------------------------------------------------*/
#products li a:hover img{
	border:#ff9999 1px solid;

}


/*値段
-------------------------------------------------------------------------------------*/
.price{
	color:#FFF;
	float:left;
	width:200px;
}



/*改行
-------------------------------------------------------------------------------------*/
br.all{
	clear:both;
	height:5px;
}

/*左寄せ
-------------------------------------------------------------------------------------*/
.left{
	text-align:left;
}

/*右寄せ
-------------------------------------------------------------------------------------*/
.right{
	text-align:right;
}

/*ページ最終行のボタン
-------------------------------------------------------------------------------------*/
#content_end p{
	text-align:right;
	padding-right:65px;
}

/*SoldOut
-------------------------------------------------------------------------------------*/
.soldout{
	color:#FF6600;
	font-weight:bold;
}

/*ページ切り替えエリア
-------------------------------------------------------------------------------------*/
#page_area{
	clear:both;
	text-align: center;	
	color:#666666;
	margin-left:auto;
	margin-right: auto;
}

/*ページ切り替えリスト
-------------------------------------------------------------------------------------*/
#page_area ul{
	margin-top:20px;
}
 
 /*ページ切り替え
-------------------------------------------------------------------------------------*/
#page_area li{
	height:20px;
	width:30px;
	float:left;	
	text-align:center;
}

#page_area li a{
	text-align:center;
}

/*セール商品時の価格
-------------------------------------------------------------------------------------*/
.through{
	text-decoration:line-through;
}

/*セール商品の価格
-------------------------------------------------------------------------------------*/
.sale{
	color:#ff0099;
	font-weight:bold;
}



ul.navi{
	text-align: center;
	margin-right: auto;
	margin-left: auto ;
}

ul.navi li{
	float:left;
	max-height:15px;
	margin-left:2px;
	margin-right:2px;
}

ul.navi a{
	text-decoration:none;
	font-size:12px;
}

.footer_linkmenu a{
	color:#465450;
}