/* 基本レイアウト */
html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }

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

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

/* リンク色（サイドメニュー） */
#side a { color: #0000FF; }
#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: 880px;
 margin: 0;
 padding: 0;
 font-size: 0.9em;
 text-align: center;
 color: #000000;
 background: #FFFFFF;
 line-height: 1.5;
 background: url(img/bbg.gif);
 background-repeat: repeat;
}

#container
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 880px;
	background-color: #FFFFFF;
	border-color: #FAA002;
	background-image: url(img/container_bg.gif);
	background-repeat: repeat-y;
	padding-right: 22px;
	padding-left: 22px;
}

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


/* ヘッダー（レイアウト） */
#banner
{
 position: relative;
 width: 880px;
 height: 80px;
 margin: 0 auto;
}

#banner div
{
	position: relative;
	display: block;
	width: 880px;
	height: 80px;
	margin: 0 auto;
	background-color: #FAA002;
}

/* ヘッダー（サイトタイトル） */
#banner h1
{

 width: 500px;
 margin: 0;
 color: #fff;
 font-size: 2.5em;
 font-weight: normal;
 line-height: 1.25;
 position:absolute; top:20px; left:50px;
 text-align: left;
}


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


/* ヘッダー（サイト説明） */
#banner-description
{
 display: none;
}


/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
 position: relative;
 width: 880px;
 margin: 0 auto;
 text-align: left;
}

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


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

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

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

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

/* 記事部分見出し */

.header1
{
	color:#000000;
	font-size: 1.2em;
	font-weight: bold;
	padding-left:12px;
	padding-top:6px;

	margin-bottom:10px;
	background:#FFFFFF url(img/h2_back.gif) repeat-x left top;
	line-height:100%;
	margin-top: 3px;
	height: 30px;

}

.header2
{
	color:#000000;
	font-size: 1.2em;
	font-weight: bold;
	padding-left:12px;
	padding-bottom:2px;
	padding-top:6px;
	margin-bottom:10px;
	font-weight:bold;

	line-height:100%;
	letter-spacing: normal;
	margin-top: 3px;
	height: 30px;
}

/* 記事部分コンテンツ */

.entry
{
 line-height: 1.5;
 margin: 10px;
 padding: 0 0 5px;
 border-bottom: 1px dotted #ccc;
}

.more
{
 text-align: right;
 }

.header2
{
 position: relative;
 display: inline;
 margin: 10px 0 0;
 border-left: 5px solid #ccc;
 padding: 5px 0 5px 10px;
 font-size: 1.1em;
 font-weight: normal;
 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: #000000;
 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;
 margin: 0 auto;
 width: 880px;
 height: 15px;
 text-align: left;
 padding: 0;
 clear: both;
 color: #FFFFFF;
 background-color: #FAA002;
}

#footer p
{
 margin: 0;
 font-size: 0.8em;
 text-align: center;
}

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

.footer-navi
{
 width: 880px;
 margin: 0 auto;
 padding: 10px 0;
 font-size: 0.8em;
 text-align: center
 line-height: 1.25;
 clear: both;
}

.footer-navi a
{
 color: #000000;
}


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

.side-header
{
position: relative;
width: auto;
height: 16px;
margin: 10px 0 5px 0;
padding: 2px 0;
color: #000000;
background: #e1e1d6;
font-size: 12px;
font-weight: nomal;
line-height: 16px;
text-align: center;
letter-spacing: 0.3em;
}

#side p 
{
padding: 0 5px;
}

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

#side li a
{
width: 190px;
_width: 192px;
text-indent: 5px;
display: block;
font-size: 12px;
line-height: 1.25;
margin: 2px 0;
padding: 5px 0;
letter-spacing: 0.1em;

text-decoration: none;
}

#side li a:hover
{
background: #FF630D;
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;
}

#main_menu {
	clear:both;
	height: 35px;
	text-align: center;
	width: 880px;
	border-bottom: 3px solid #FAA002;
	margin: 0px;
}

.main_menu_b {
	background-image: url(img/b_back.gif);
	background-repeat: repeat-x;
	height: 29px;
	width: 140px;
	margin: 6px 2px 0px 3px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	float:left;
	font-size: 12px;
}

.main_menu_b a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.main_menu_b a:hover {
	color: #FFCC33;
	text-decoration: underline;
}

.kaku {
	width: auto;
	height: auto;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #FF630D;
	line‐height: 1.5;
	color: #000000;
	background-color: #FFFFEE;
}

.kaku1 {
	width: auto;
	height: auto;
	margin: 5px 0;
	padding: 5px;
	border: dotted 2px #FF630D;
	line‐height: 1.5;
	color: #000000;
	background-color: #F5FFFA;
}

.kaku2 {
	width: auto;
	height: auto;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #FF630D;
	line‐height: 1.5;
	color: #000000;
	background-color: #EDEDED;
}

#web_body {
	margin: 20px;
	border: 1px solid #000000;
}


/* 基本レイアウト */
html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }

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

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

/* リンク色（サイドメニュー） */
#side a { color: #0000FF; }
#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: 880px;
 margin: 0;
 padding: 0;
 font-size: 0.9em;
 text-align: center;
 color: #000000;
 background: #FFFFFF;
 line-height: 1.5;
 background: url(img/bbg.gif);
 background-repeat: repeat;
}

#container
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 880px;
	background-color: #FFFFFF;
	border-color: #FAA002;
	background-image: url(img/container_bg.gif);
	background-repeat: repeat-y;
	padding-right: 22px;
	padding-left: 22px;
}

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


/* ヘッダー（レイアウト） */
#banner
{
 position: relative;
 width: 880px;
 height: 80px;
 margin: 0 auto;
}

#banner div
{
	position: relative;
	display: block;
	width: 880px;
	height: 80px;
	margin: 0 auto;
	background-color: #FAA002;
}

/* ヘッダー（サイトタイトル） */
#banner h1
{

 width: 500px;
 margin: 0;
 color: #fff;
 font-size: 2.5em;
 font-weight: normal;
 line-height: 1.25;
 position:absolute; top:20px; left:50px;
 text-align: left;
}


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


/* ヘッダー（サイト説明） */
#banner-description
{
 display: none;
}


/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
 position: relative;
 width: 880px;
 margin: 0 auto;
 text-align: left;
}

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


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

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

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

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

/* 記事部分見出し */

.header1
{
	color:#000000;
	font-size: 1.2em;
	font-weight: bold;
	padding-left:12px;
	padding-top:6px;

	margin-bottom:10px;
	background:#FFFFFF url(img/h2_back.gif) repeat-x left top;
	line-height:100%;
	margin-top: 3px;
	height: 30px;

}

.header2
{
	color:#000000;
	font-size: 1.2em;
	font-weight: bold;
	padding-left:12px;
	padding-bottom:2px;
	padding-top:6px;
	margin-bottom:10px;
	font-weight:bold;

	line-height:100%;
	letter-spacing: normal;
	margin-top: 3px;
	height: 30px;
}

/* 記事部分コンテンツ */

.entry
{
 line-height: 1.5;
 margin: 10px;
 padding: 0 0 5px;
 border-bottom: 1px dotted #ccc;
}

.more
{
 text-align: right;
 }

.header2
{
 position: relative;
 display: inline;
 margin: 10px 0 0;
 border-left: 5px solid #ccc;
 padding: 5px 0 5px 10px;
 font-size: 1.1em;
 font-weight: normal;
 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: #000000;
 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;
 margin: 0 auto;
 width: 880px;
 height: 15px;
 text-align: left;
 padding: 0;
 clear: both;
 color: #FFFFFF;
 background-color: #FAA002;
}

#footer p
{
 margin: 0;
 font-size: 0.8em;
 text-align: center;
}

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

.footer-navi
{
 width: 880px;
 margin: 0 auto;
 padding: 10px 0;
 font-size: 0.8em;
 text-align: center
 line-height: 1.25;
 clear: both;
}

.footer-navi a
{
 color: #000000;
}


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

.side-header
{
position: relative;
width: auto;
height: 16px;
margin: 10px 0 5px 0;
padding: 2px 0;
color: #000000;
background: #e1e1d6;
font-size: 12px;
font-weight: nomal;
line-height: 16px;
text-align: center;
letter-spacing: 0.3em;
}

#side p 
{
padding: 0 5px;
}

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

#side li a
{
width: 190px;
_width: 192px;
text-indent: 5px;
display: block;
font-size: 12px;
line-height: 1.25;
margin: 2px 0;
padding: 5px 0;
letter-spacing: 0.1em;

text-decoration: none;
}

#side li a:hover
{
background: #FF630D;
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;
}

#main_menu {
	clear:both;
	height: 35px;
	text-align: center;
	width: 880px;
	border-bottom: 3px solid #FAA002;
	margin: 0px;
}

.main_menu_b {
	background-image: url(img/b_back.gif);
	background-repeat: repeat-x;
	height: 29px;
	width: 140px;
	margin: 6px 2px 0px 3px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	float:left;
	font-size: 12px;
}

.main_menu_b a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.main_menu_b a:hover {
	color: #FFCC33;
	text-decoration: underline;
}


#kaku {

   width: auto;
   height: auto;
   margin: 5px 0;
   padding: 5px;
   border: 1px solid #000000;
   background-color: #FFFFEE;
   line-height: 1.5;
}


.kaku {
	width: auto;
	height: auto;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #FF630D;
	line‐height: 1.5;
	color: #000000;
	background-color: #FFFFEE;
}

.kaku1 {
	width: auto;
	height: auto;
	margin: 5px 0;
	padding: 5px;
	border: dotted 2px #FF630D;
	line‐height: 1.5;
	color: #000000;
	background-color: #F5FFFA;
}

.kaku2 {
	width: auto;
	height: auto;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #FF630D;
	line‐height: 1.5;
	color: #000000;
	background-color: #EDEDED;
}

#web_body {
	margin: 20px;
	border: 1px solid #000000;
}



