@charset "UTF-8";
/* CSS Document */

#side{
display: none;
}
#header{
display: none;
}
#footer2{
display: none;
}

body{
	margin:0px;
	padding:0px;
	background:#ffffff url();
	color:#666;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link    {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:active  {color: #000000; text-decoration: underline;}
a:hover   {color: #000000; text-decoration: none;}

/*ショップタイトル-リンク色指定*/
#title a:link    {color: #000; text-decoration: none;}
#title a:visited {color: #000; text-decoration: none;}
#title a:active  {color: #000; text-decoration: none;}
#title a:hover   {color: #666; text-decoration: none;}


/* -------------------------------------
 *	ページレイアウト
 * ------------------------------------- */

/*ページ中央の幅*/
#wrapper {
	width:950px;/* 初期モードで設定 */
	margin:0px auto;
	background:#FFF;
}

#header {
	width:100%;
	background:url(http://img.shop-pro.jp/tmpl_img/17/header.gif) repeat-x;
	background-position:left bottom;
	padding-bottom:10px;
}

#body {
}


 
/* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */

#header .margin {
	margin:3px 10px 0px 10px;
	}

/*ヘッダーメニューの背景*/
#header_menu {
	height:100px;
	background:#ffffff 
	text-align:right;
}

#header #title {
	padding-right:230px;
}

/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	color:#000;
	font-size:22px;
	margin-bottom:5px;
}

/* ------------------------------------- 
 *	ヘッダーメニュー（ホーム、マイカウント、お問い合わせ）
 * ------------------------------------- */

#header_menu ul {
	padding-top:2px;
}

#header_menu ul li{
	display:inline;
}

#header_menu ul li img {
	height:20px;
	float:right;
}

#header_menu ul li2 img {
	height:80px;
	
}

#header_menu ul li3 img {
	height:100px;
	
}

 ************************************************ 
 *	サイドメニュー
 * ************************************************ */

dl {
	margin-bottom:10px;
} 


/* ------------------------------------- 
 *	パンくずナビ
 * ------------------------------------- */

.pankuzu {margin-bottom:20px;}
