/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; font-size: 10px; }
a img { border: 0; }


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

a { color: #0000FF; text-decoration: underline; }
a:visited {color:#990099;}
a:hover { color: #808080; }


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

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


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

.module-content a { color: #666; }
.module-content a:visited {color:#666;}
.module-content a:hover { color: #0000FF; }


/* 見出し */

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


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

body
{
   min-width: 730px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 13px;
   text-align: center;
   color: #000;
   background: url(img/bg.gif) #fff ;
   line-height: 1.5;
}

td
{
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 13px;
   color: #000;
   line-height: 1.5;
}


#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 730px;
}

#container-inner
{
   position: static;
   width: auto;
   background: #fff ;
}


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

#banner
{
   position: relative;
   width: 730px; /* necessary for ie win */
   height: 73px;
   background: #99cc00 ;
}

#banner-inner
{
   position: static;
   height: 70px;
   background: url(img/ah.gif)  no-repeat left #fff;
   border-bottom: 2px solid #336600;

}


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

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 16px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:22px; left:40px;
}

#banner-header2
{
   margin: 0;
   color: #556b2f;
   font-size: 16px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:22px; left:40px;
}


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

#banner-search
{
   position:absolute; bottom:7px; right:5px;
   color: #666;
   font-size: 10px;
}


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

.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;
   padding-bottom: 10px;
}

#pagebody-inner { position: static; width: 100%; text-align: left; }

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

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

#alpha-inner, #beta-inner
{
   position: static;
}


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

#alpha { 
   margin: 10px 0; 
   width: 530px; 
   border: 1px solid #dcdcdc;
}

#alpha2 { 
   margin: 10px 10px; 
   width: 710px; 
   border: 1px solid #dcdcdc;
}

#alpha-inner { 
   padding: 10px;
}


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

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


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

.archive-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 10px 0;
   padding-left: 40px;
   padding-top: 5px;
   color: #556b2f;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}

.archive-header2
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 40px;
   padding-top: 5px;
   color: #556b2f;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}

.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%; }
.entry1 { clear: both; position: relative; }

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

}

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


.content-nav { background: #f5f5f5; }
.content-nav-bread{ background: #f5f5f5; }


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

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #669900;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
}
.trackbacks-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 10px 0;
   padding-left: 40px;
   padding-top: 5px;
   color: #556b2f;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}
.trackback-content { margin: 0; line-height: 1.5; }
.trackback-footer
{
   margin: 0 0 10px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   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; }
.comments-header,.comments-open-header
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 10px 0;
   padding-left: 40px;
   padding-top: 5px;
   color: #556b2f;
   background: url(img/ah.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
}
.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: 50px;
   position: relative;
}

#footer-inner
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 10px 0;
   padding-left: 40px;
   padding-top: 5px;
   color: #556b2f;
   background: url(img/ah.gif)  no-repeat;
   font-size: 10px;
}

.footer-navi
{ 
   background: #fff;
   font-size: 10px;
   text-align: left;
   line-height: 2;
   clear: both;
   padding: 5px 0;
   border-top: 1px solid #336600;
   border-bottom: 1px solid #669900;
}

.footer-navi a {  color: #666; }
.footer-navi a:visited {  color: #666; }
.footer-navi a:hover {  color: #0000FF; }


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

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

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

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

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

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

.module-list-item a:hover
{
   background: #f5f5f5;
   border-bottom: 1px solid #ccc;
   color: #0000FF;
}


/* 表示補助 */

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

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

.pickup
{
   position: relative;
   width: auto; 
   margin: 5px 0;
   padding: 5px;
   color: #333;
   border: 1px solid #ff9900;
   line-height: 1.5;
   background: #ffcc00;
}
.pickup1
{
   width: 30%; 
   margin: 5px 5px 5px 0;
   padding: 5px;
   color: #333;
   line-height: 1.5;
   float: left;
}
.pickup2
{
   width: 30%; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   line-height: 1.5;
   float: right;
}


/* 追加設定  */

.google{margin:0; padding:0; color:#cccccc; font-size:x-small;}

strong{color:#FF6600;}

/* 文字 */
/* 太字＋オレンジ */
.orangebold{font-weight:bold; color:#FF6600;}

/* 太字 */
.bold{font-weight:bold;}

/* グレー */
.gray{color:#666666;}

/* 黄色い線 */
.yellowbar{background-color: #FFFF66;}

/* アライン  */
.center{text-align:center;}

h3.entry{ font-size: 15px; background-color: #d1dfe4; padding-left:10px; }

h3.top{
   background: url(img/category.jpg) ;
   background-repeat: no-repeat;
   margin-top: 10px;
   padding: 3px 0 5px 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
 }

h3.top a { color: #000; text-decoration: none; }
h3.top a:visited {color: #000; }
h3.top a:hover { color: #000; }




.entry-body{ width: 100%; line-height: 2.0; }
.entry-body-c{line-height: 2.0;}


/* サイドバー */
.sidebartext2 {
	margin: 8px 0;
	padding: 0px;
}

/* ページ下部のメニュー */
td.leading1 {
	background-color:#D0D9E0;
	color: #666666;
	border:none;
	border:solid 1px #cccccc;
}
td.leading2 {
	background-color:#D0D9E0;
	width:260px;
	color: #666666;
	border:none;
	border-top:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}
td.leading3 {
	border:none;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}
td.leading4 {
	width:260px;
	border:none;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}

.leadingtitle {
	font-weight:bold;
	padding-left:5px;
	margin: 0;
}
.leadingtitle2 {
	font-weight:bold;
	padding-left:5px;
	padding-bottom:5px;
	margin: 0;
}

.dot1-x {
	line-height: 1px;
	border-bottom:dotted 1px #999999;
	margin: 10px 0;
	}


/* SBM */
ul.sbm{
	text-align:left;
}
li.sbm{
	display: inline;
	margin-left: 5px;
	padding: 0px;
	list-style-type: none;
}
