/* 基本レイアウト */
html 
{
	margin: 0;
	padding: 0;
}

form, input 
{
	margin: 0;
	padding: 0;
	
}

a img 
{
	border: 0;
}


/* リンク色（ページ全体） */
a 
{
	color: #4f1109;
	text-decoration: underline;
	
}

a:hover 
{
	color: #ff9900;
}


/* リンク色（ヘッダー） */
#banner a 
{
	color: #fff;
	text-decoration: none;
}

#banner a:hover 
{
	color: #fff;
}


/* リンク色（サイドメニュー） */
#side a 
{
	color: #666;
	
}

#side 

a:hover 
{
	color: #ff9900;
}


/* 見出し */
h1, h2, h3, h4, h5, h6 
{
	font-weight: bold;

}

h1, h2, h3, h4, h5, h6 
{
	margin: 0px;
}


/* ページレイアウト */
body
{
	min-width: 740px;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	color: #666;
	background: #fef3e1;
	line-height: 1.5;
}

#container
{
position: relative;
	margin: 0 auto;
	padding: 0 5px;
	text-align: center;
	width: 740px;
	background: url(img/bbg.gif);
}

#container:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
}

/* ヘッダー（レイアウト） */
#banner
{
	position: relative;
	width: 730px;
	height: 340px;
	margin: 0 5px;
	background: url(img/top.gif) top no-repeat;
}

#banner div
{
	position: relative;
	display: block;
	width: 730px;
	height: 300px;
	margin: 0;
	background: url(img/0.jpg) no-repeat;
	position:absolute;
	 top:21px;
	 left:0px;
}

/* ヘッダー（サイトタイトル） */
#banner h1
{
	width: 300px;
	margin: 0;
	color:#4f1109;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.25;
	font-family: "HGP創英角ｺﾞｼｯｸUB”,”ヒラギノ角ゴ8”,”ヒラギノ角ゴ Pro W7";
	text-align: left;
	position:absolute;
	 top:15px;
	 right:0px;
	color:#4f1109;
}

/* ヘッダー（検索ボックス） */
#banner-search
{
	position:absolute;
	bottom:15px;
	right:15px;
	color:#fff;
}

/* ヘッダー（サイト説明） */
#banner-description
{
	display: none;
	color:#4f1109;
	font-size: 0.95em;
	font-weight: normal;
	line-height: 0.9;
	font-family: "HGP創英角ｺﾞｼｯｸUB”,”ヒラギノ角ゴ8”,”ヒラギノ角ゴ Pro W7";
	color:#4f1109;
	text-align: left;
	
}


/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
	position: relative;
	width: 730px;
	margin: 0 5px;
	text-align: left;
	background: url(img/pbg.gif);
}

#pagebody:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
}


/* メインコンテンツレイアウト */
#main 

/* 記事部分 */
{
	display: inline;
	position: relative;
	float: right;
	min-height: 1px;
	width: 510px;
	margin: 0 10px;
	text-align: left;
}

#side 

/* サイドメニュー */
{
	display: inline;
	position: relative;
	float: left;
	min-height: 1px;
	margin: 10px;
	width: 180px;
	text-align: left;
	
}

#s-main 

/* 検索結果記事部分 */
{
	display: inline;
	position: relative;
	float: right;
	min-height: 1px;
	width: 510px;
	_width: 490px;
	margin: 10px;
	text-align: left;
}

/* 記事部分見出し */
.header1
{
	position: relative;
	width: auto;
	_width: 100%;
	margin: 15px 0;
	padding: 3px 0 2px 10px;
	background: #ff9900;
	border-left: 5px solid #4f1109;
	line-height: 1.25;
	font-size: 1.4em;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB”,”ヒラギノ角ゴ8”,”ヒラギノ角ゴ Pro W7";
	text-transform: uppercase;
	clear: both;
	color: #000;
}


/* 記事部分コンテンツ */
.entry
{
	line-height: 1.5;
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dcdcdc;
}

.more
{
	text-align: right;
}

.header2
{
	position: relative;
	margin-top: 10px;
	border-left: 5px solid #ffcc66;
	padding: 2px 0 2px 10px;
	font-size: 1.1em;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB”,”ヒラギノ角ゴ8”,”ヒラギノ角ゴ Pro W7";
	line-height: 1.25;
}

.header1 a, .header2 a 
{
	text-decoration: none;
}

.entry-footer,
{
	margin: 5px 10px 0 0;
	border-top: 1px dotted #ccc;
	padding: 5px 0;
	color: #999;
	font-size: 10px;
	text-align: right;
}

.bread
{
	background: none;
	margin: 0 10px;
	padding-left: 10px;
	text-align: left;
}

.f-navi
{
	margin: 5px 0;
	text-align: center;
	clear: both;
}

.gotop 
{
	text-align: right;
	clear: both;
	padding: 10px;
}

.img
{
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
}

.tb-info
{
	text-align: center;
	border: 1px dotted #ccc;
}


/* フッター */
#footer{position: relative;
	width: 730px;
	height: 50px;
	background: url(img/footer.gif) no-repeat;
	text-align: center;
	padding: 0;
	margin: 0 5px;
	clear: both;
	color: #666;
}

#footer p
{
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: #fff;
	position:absolute;
	 top:25px;
	 right:15px;
}

#footer a
{
	text-decoration: none;
	color: #666;
}

.footer-navi
{
	width: 730px;
	margin: 0 5px;
	padding: 5px 0;
	background: url(img/pbg.gif);
	font-size: 0.8em;
	text-align: center;
	line-height: 1.25;
	clear: both;
}

.footer-navi a

{
	color: #666;
}


/* サイドメニュー内部 */
.side-header
{
	position: relative;
	width: auto;
	height: 20px;
	margin: 5px 0 0;
	padding: 0;
	color: #4f1109;
	background: #ffcc66;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

#side p 
{
	padding: 0 5px;
}


#side ul
{
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

#side li a
{
	width: 178px;
	_width: 180px;
	background-color: #fff;
	text-indent: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.25;
	margin: 2px 0;
	padding: 5px 0;
	letter-spacing: 0.1em;
	border: 1px solid #ccc;
	text-decoration: none;
}

#side li 
a:hover
{
	background: #4f1109;
	border: 1px solid #ccc;
	color: #fff;
}

#side dl
{
	padding: 5px;
}

#side dt
{
	font-size: 12px;
	line-height: 1.5;
}

/* 物販用おすすめ・ピックアップ部分 */
.pickup
{
	width: auto;
	min-height: 190px;
	_height: 190px;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
	line-height: 1.5;
}

.pickup1
{
	width: 47%;
	 min-height: 190px;
	_height: 190px;
	margin: 5px 0;
	padding: 5px;
	line-height: 1.5;
	float: left;
}