<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
body {
	background:url(http://img14.shop-pro.jp/PA01078/245/etc/bg.gif);
	color:#663;
	font: 12px "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
           text-align:center;
}

img {
	border: 0px;
}

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

/* ************************************************ 
 *	パンくずリスト
 * ************************************************ */

.navi_list {
	margin: 15px 0 10px 0;
          text-align:left;
}



/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link {color:#663; text-decoration:none;}
a:visited {color:#663; text-decoration:none;}
a:active {color:#663; text-decoration:none;}
a:hover {color:#D3C99C; text-decoration:none;}


/* ------------------------------------- 
 *	ページ全体/ヘッダー/フッター
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	width:800px;
	margin: 0 auto;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
        width:800px;
        height: 80px;
        background-color:#ffffff;
        clear:left;
        margin: 10px 0 0px 0px;
}

#title_size{
          	margin: 10px 0 0px 10px;

}

/*フッター（コピーライト、グローバルメニュー）*/
#footer {
	width: 800px;
	margin: 0 auto;
	padding:10px 0;
	background-color:#FFF;
           text-align: center;
        
}

.footer_link {
	background-color: #c4b3a2;
	padding: 5px 10px;
	margin: 0 10px;
	text-align: center;
}

/* ************************************************ 
 *	コンテンツ
 * ************************************************ */

#content {
	width: 800px;
	background-color:#ffffff;
}

#content_side {
           background-color:#ffffff;
           text-align: left;
	margin: 0px 0 0px 10px;

}

#content_main {
           background-color:#ffffff;

}

/* 画面右側の幅 */
.main {
	float: left;
	width: 600px;
}

/* ************************************************ 
 *	カテゴリー/グループリスト
 * ************************************************ */
.category {
	
}

.category li {
	list-style-type: none;
}
.category ul { 
        margin: 0px 0px 4px 0px;
	padding:0px 0px 0px 0px;
} 

.group ul { 
        margin: 15px 10px 0px 0px;
padding:0px 0px 0px 0px;
} 


/* ************************************************ 
 *	フリーページ・メルマガ
 * ************************************************ */
.list{
	float:left;
	margin:0px 10px 0px 10px;
}

.policy {
	text-align:left;
	margin: 15px 10px 10px 0;
}


.line { line-height:150%; 
       margin: 0px 0px 0px 5px;
} 


/* ************************************************ 
 *	商品一覧・検索
 * ************************************************ */
.sort{
	text-align:right;
	margin:0px 10px 0px 0px;
}

/* ************************************************ 
 *	フリーページ
 * ************************************************ */
.freepage{
	text-align:left;
           line-height:150%; 
	}</pre></body></html>