/* CSS Document */



/* --------------------------------------------------------------------
	import
--------------------------------------------------------------------- */

@import url(common.css);	/* 共通 */
@import url(customer.css);	/* お客様ページ */
@import url(category.css);	/* カテゴリ*/
@import url(goods.css);		/* 商品 */
@import url(order.css);		/* 注文 */
@import url(login.css);		/* ログイン */
@import url(dropframe.css);	/* レイヤー */
@import url(etc.css);		/* その他 */
@import url(user.css);		/* 個別デザイン */

/* --------------------------------------------------------------------
	definition
--------------------------------------------------------------------- */

/* for Designer */
/* フリースペースを確認する場合このスタイルを表示させてください。 */


/*.sample_tmpl_	{display:none;}*/

/*
.sample_tmpl_{font-size:9px; background-color:#ffff00; padding:1px; border:1px solid #ff0000; position:absolute;}
*/


/* ユーザーテンプレート COMMON_FOOTER.html */
/*.common_footer_{ text-align: center; border-top: 1px solid #d6d7d9; padding: 8px 0; margin-top: 8px; width: 100%; }*/










/*ここから追加↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
・読み込み
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*レイアウト設定用*/
/*@import "./common.css";*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
・ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.common_header_ {
	width:800px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
・ボタン配置
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#navi ul{
	list-style-type:none;
}

#navi li {
	float:left;
}

#navi li img,
#navi li a img {/*画像の隙間をなくす為に必須*/
	vertical-align:top;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
・フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.common_footer_ a,
.common_footer_ a:link,
.common_footer_ a:visited {
	color:#666666;
	text-decoration:none;
}

.common_footer_ a:hover,
.common_footer_ a:active {
	color:#666666;
	text-decoration:underline;
}

.common_footer_ .bg03{
	background: url(../common_img/bg06.jpg) left top repeat-x;
	padding-top:25px;
	padding-bottom:5px;
	vertical-align:top;
	background-color:#ECECEC;
}
.common_footer_ .bg04{
	background: url(../common_img/bg05.jpg) left top repeat-x;
	background-color:#ECECEC;
}

.common_footer_ .bg01{
	background: url(../common_img/bg03.jpg) right bottom no-repeat;
	height:41px;
}

.common_footer_ .bg05{
	background: url(../common_img/bg07.jpg) left bottom no-repeat;
	height:41px;
}

.common_footer_ .bg02{
	background: url(../common_img/bg04.jpg) right top repeat-y;
}

.common_footer_ .bg06{
	background: url(../common_img/bg08.jpg) left top repeat-y;
}

.copy_ {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

.copy2_ {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-family:Arial;
	font-size:90%;
}
