﻿@charset "utf-8";
@import url("./common.css");
@import url("./styles.css");

/* ==================================================
  INDEX sub.css
 ----------------------------------------------------
　base
  1.header			ヘッダー
  2.navi			ぱんくず
  3.left_box		レフト
    3-1.goods
	3-2.about
  4.sub_contents	コンテンツ
  5.title			タイトル
================================================== */

/* base
================================================== */
html{
	background	: url("../img/common/bg_main02.jpg") repeat-x;
	}


/* 1.header	ヘッダー
================================================== */
#header02{
	margin		: 0;
	height		: 118px;
	}

/* 2.navi	ぱんくず
================================================== */
#navi{
	margin		: 5px 15px;
	}

#navi a,
#navi a:hover{
	color		: #333;
	}

/* 3.left_box
================================================== */
#left_box{
	width		: 233px;
	padding		: 0;
	float		: left;
	background	: url("../img/common/bg_side02.gif") repeat-y center;
	}

#left_box a,
#left_box a:hover{
	color		:#333; 
	}
	
	/* 3-1.goods
	-------------------------------------*/	
	#li_goods{
		margin		: 0 0 15px 15px;
		list-style	: none;	
		}
	
	/* 3-2.about
	-------------------------------------*/	
	.li_side{
		margin		: 8px 0 15px 15px;
		}
	
	.li_side li{
		line-height	: 2.0;
		text-indent	: 1.2em;
		background	: url("../img/common/li01.gif") no-repeat left center;
		}
	
	
/* 4.sub_contents	コンテンツ
================================================== */
#sub_contents{
	width		: 655px;
	padding		: 10px 0 0 0;
	float		: right;
	}
	
.entry_box{
	width		: 640px;
	line-height	: 1.6em;
	}

.entry_box p{
	margin		: 0 10px 20px 10px;
	line-height	: 1.6;
	}

.entry_box img{
	margin		: 0 10px 10px 10px;
	}

/* 5.title	タイトル
================================================== */
.ttl01{
	margin		: 0 0 0 0;
	padding		: 5px 0;
	clear		: both;
	text-indent	: 0.5em; 
	font-size	: 105%;
	font-weight	: bold;
	background	: url("../img/common/bg_ttl.gif") no-repeat;
	}

.ttl02{
	width		: 210px;
	margin		: 0 0 0 10px;
	padding		: 5px 0;
	clear		: both;
	text-indent	: 0.5em; 
	font-size	: 105%;
	font-weight	: bold;
	background	: url("../img/common/bg_ttl.gif") no-repeat;
	}

.ttl03{
	width		: 640px;
	height		: 26px;
	margin		: 0 0 15px 0;
	padding		: 6px 0 0 0;
	clear		: both;
	text-indent	: 1.5em; 
	font-size	: 120%;
	font-weight	: bold;
	line-height	: 1em;
	background	: url("../img/common/bg_ttl.gif") no-repeat;
	}

.ttl04{
	width		: 870px;
	height		: 26px;
	margin		: 0 0 15px 0;
	padding		: 6px 0 0 0;
	clear		: both;
	text-indent	: 1.5em; 
	font-size	: 120%;
	font-weight	: bold;
	line-height	: 1em;
	background	: url("../img/common/bg_ttl.gif") no-repeat;
	}

.ttl05{
	width		: 640px;
	height		: 26px;
	margin		: 0 0 15px 7px;
	padding		: 4px 0 0 0;
	clear		: both;
	text-indent	: 1.5em; 
	font-size	: 110%;
	font-weight	: bold;
	line-height	: 1em;
	background	: url("../img/common/bg_ttl05.gif") no-repeat;
	}

/* 6.cat_goods	商品カテゴリ
================================================== */
#cat_goods{
	margin		: 15px 0 30px 0;
	}

#cat_goods img{
	margin		: 0 2px 0 0;
	}

.archives{
	margin		: -23px 0 0 0;
	float		: right;
	}
