/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色（ページ全体） */

a { color: #3399cc; text-decoration: underline; }
a:hover { color: #ff9900; }


/* リンク色（ヘッダー） */

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }


/* リンク色（サイドメニュー） */

.module-content a { color: #666; }
.module-content a:hover { color: #ff9900; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin: 0px;
}


/* ページレイアウト */

body
{
	min-width: 730px;
	margin: 0;
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666;
	line-height: 1.5;
	background-color: #FFFFFF;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
}

#container
{
	position: relative;
	text-align: left;
	width: 731px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container-inner
{
   position: static;
   width: auto;
   background: #fff ;
   border-left: 1px solid #333; 
   border-right: 1px solid #333; 
}


/* ヘッダー（レイアウト） */

#banner
{
   position: relative;
   width: 730px; /* necessary for ie win */
   height: 280px;
   background: url(img/0.jpg) left no-repeat;
}

#banner-inner
{
   position: static;
   width: 730px;
   height: 280px;
   background: url(img/top.jpg)  no-repeat;
}


/* ヘッダー（サイトタイトル） */

#banner-header
{
   margin: 0;
   witdh: 280px;
   color: #fff;
   font-size: 18px;
   font-weight: normal;
   line-height: 1.25;
   position:absolute; bottom:70px; right:10px;
   font-family: "ヒラギノ角ゴ8","HGS創英角ｺﾞｼｯｸUB";
}

#bannercom
{
   margin: 0;
   witdh: 280px;
   color: #fff;
   font-size: 14px;
   font-weight: normal;
   line-height: 1.25;
   position:absolute; bottom:50px; right:10px;
   font-family: "ヒラギノ角ゴ8","HGS創英角ｺﾞｼｯｸUB";
}


/* ヘッダー（検索ボックス） */

#banner-search
{
   position:absolute; bottom:6px; right:10px;
   color: #333333;
}
#tbod .layout-two-column-right #container #container-inner #banner #banner-inner #banner-cat {
	position: absolute;
	bottom: 6px;
	left: 25px;
}



/* ヘッダー（サイト説明） */

.banner-des
{
   position:absolute; top:60px; left:20px;
   width: 500px; 
   font-size: 12px;
   font-weight: nomal;
   color: #fff;
}

#banner-description
{
   display: none;
}


/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
   background: url(img/bbg.gif) ;
}

#pagebody-inner 
{
   position: static;
   width: 730px; 
   padding: 10px 0;
   margin: 0 auto; 
   text-align: left; 
}

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
}

#beta 
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#alpha-inner, #beta-inner
{
	position: static;
	margin-right: 10px;
	padding-right: 10px;
}


/* メインコンテンツ基本レイアウト（記事部分） */

#alpha {
	width: 495px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#alpha-inner { 
   padding: 10px;
   width :100%;
}


/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
   width: 200px;
}
#beta-inner { padding: 0 5px; }


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

.archive-header,.trackbacks-header,.comments-header,.comments-open-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 15px 0;
   padding-left: 40px;
   padding:-top: 10px;
   background: url(img/ah.gif)  no-repeat;
   line-height: 1.5;
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
   clear: both;
}

.img { float: left; margin: 5px 5px 5px 0; }

.entry-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}

.entry-content { position: static; clear: both; }
.entry,
.entry-more { clear: both; }
.entry-body { width: 100%; }
.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #ccc;
   color: #999;
}

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



/* トラックバック関連 */

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #ccc;
   padding: 0 10px;
   color: #999;
   font-size: 11px;
   text-align: center;
}
.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #ccc;
   font-size: 10px;
   text-align: right;
}


/* コメント関連 */

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}
#comment-bake-cookie { margin-left: 0;　vertical-align: middle; }
#comment-post { font-weight: bold; }
.comment-content,
.comment-footer,
.comments-open-footer { margin: 10px 0; }
.comments-open-content,
.comments-closed { clear: both; margin: 5px 10px; }
.comments-open label { display: block; }


/* フッター */

#footer
{
   width: 730px; /* necessary for ie win */
   height: 40px;
   background: #333;
   position: relative;
}

#footer-inner
{
   font-size: 10px;
   color: #fff;
   position:absolute; bottom:10px; right:10px;
}

.footer-navi
{
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	clear: both;
	color: #666;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-right: 5px;
	margin-left: 5px;
}
#tbod .layout-two-column-right #container #container-inner #banner #banner-inner #banner-cat a {
	color: #333333;
}


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

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

.module-header
{
   position: relative;
   width: auto;
   height: 16px;
   margin: 0 0 10px 0;
   padding: 2px 0;
   color: #666;
   font-size: 12px;
   font-weight: normal;
   line-height: 16px;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   text-transform: uppercase;
   text-align: center;
}

.module
{
   position: relative;
   overflow: hidden;
   width: 180px; 
   margin: 0 5px;
   padding: 0;
}

.module-content
{
   position: relative;
   margin: 10px 0;
   padding: 0;
   color: #999;
}

.module-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item a
{
   width: 178px; 
   height: 25px;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   text-decoration: none;
   color: #666;
   border-bottom: 1px dotted #ccc;
}

.module-list-item a:hover
{
   background: #66ccff;
   border-bottom: 1px dotted #ccc;
   color: #fff;
}

/* 物販用おすすめ・ピックアップ部分 */

.pickup
{
	width: auto;
	padding: 5px;
	color: #333;
	line-height: 1.5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 10;
	margin-bottom: 5px;
	margin-left: 0;
}
.pickup1
{
   width: 47%; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   line-height: 1.5;
   float: left;
}
.pickup2
{
   width: 47%; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   line-height: 1.5;
   float: right;
}

/* 表示補助 */

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}
