/* 基本レイアウト */

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


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

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

a:hover { color: #009900; }


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

#banner a {
	color: #495A4C;
	text-decoration: none;
}
#banner a:hover { color: #999; }


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

.module-content a 
{
                color: #666; 
                text-decoration: none;
}
.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-top: 10px;
   margin-bottom: 10px;
}


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

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

#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 850px;
   background: url(img/bbg.jpg) ;
}

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


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

#banner
{
	position: relative;
	width: 850px; /* necessary for ie win */
	height: 150px;
	background: url(img/top.png)  no-repeat;
}

#banner-inner
{
	position: static;
	width: 850px;
	height: 150px;
}


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

#banner-header
{
	margin: 0;
	font-size: 13px;
	position: absolute;
	width: auto;
	left: 5px;
	top: 1px;
}



#banner-s
{
	position:absolute;
	right:-5px;
	bottom: 5px;
	width: 653px;
	height: auto;
}

#menu-h a
{
	width: 108px;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	line-height: 26px;
	display: block;
	float: left;
	text-align: center;
	height: 25px;
}

#menu-h a:hover
{	
   color: #333;
   background-image: url(img/btn-h.gif);
}

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

.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-color: #FFF4E2;
	background-image: url(img/bbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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

#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;
}


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

#alpha {
	width: 610px;
	padding-right: 10px;
	padding-left: 10px;
}
#alpha-inner {
	width: 100%;
}


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

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


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

.archive-header,.trackbacks-header,.comments-header,.comments-open-header
{
	height: 30px;
	position: relative;
	width: auto;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-repeat: no-repeat;
	line-height: 30px;
	text-indent: 35px;
	margin-top: 10px;
	margin-bottom: 15px;
       background-image: url(img/ah.jpg);
}
.archive-header-t
{
	height: 25px;
	position: relative;
	width: auto;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
        background-image: url(img/ah-t.jpg);
	background-repeat: no-repeat;
	line-height: 25px;
	text-indent: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.archive-header-tokuten
{
	height: 25px;
	position: relative;
	width: auto;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-repeat: no-repeat;
	line-height: 25px;
	text-indent: 35px;
	margin-top: 10px;
	margin-bottom: 15px;
               background-image: url(img/tokuten.jpg);
}

.img { float: left; }

.img-r { float: right; }

.img3
{
    float: left; 
    margin-right: 8px;

}

.img2
{
    float: left; 
    margin-right: 15px;

}


.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 #666;
   color: #999;
}

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



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

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #666;
   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: #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; }
.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: 850px; /* necessary for ie win */
	height: 50px;
	position: relative;
	background-image: url(img/footer.jpg);
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: center;
}

#footer-inner
{
   font-size: 10px;
   color: #666;
   position:absolute;
   text-align: center;
   width: 850px;
}

.footer-navi
{
	font-size: 10px;
	text-align: center;
	line-height: 23px;
	padding: 5px;
	clear: both;
	color: #666;
	background-color: #fff4df;
}


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

.module-header
{
   position: relative;
   width: 180px;
   height: 20px;
   color: #333;
   font-size: 13px;
   font-weight: bold;
   line-height: 20px;
   text-transform: uppercase;
   margin-top: 10px;
   margin-right: 0;
   margin-bottom: 10px;
   margin-left: 0;
   text-indent: 10px;
}

.module
{
   position: relative;
   overflow: hidden;
   width: 180px;
}

.module-content
{
   position: relative;
   color: #330000;
   margin-top: 0px;
   margin-right: 0;
   margin-bottom: 10px;
   margin-left: 0;
}

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

.module-list-item-1 a
{
   width: 180px;
   height: 65px;
   display: block;
   font-size: 13px;
   color: #333;
   font-weight: bold;
   margin-top: 0px;
   margin-right: 0;
   margin-bottom: 0px;
   margin-left: 0;
   text-align: center;
   line-height: 60px;
   background-image: url(img/sidemenu1.jpg);
}

.module-list-item-1 a:hover
{
   color: #333;
   background-repeat: none;
   background-image: url(img/sidemenu1-h.jpg);
}

.module-list-item-2 a
{
   width: 180px;
   height: 65px;
   display: block;
   font-size: 13px;
   color: #333;
   font-weight: bold;
   margin-top: 0px;
   margin-right: 0;
   margin-bottom: 0px;
   margin-left: 0;
   text-align: center;
   line-height: 60px;
   background-image: url(img/sidemenu2.jpg);
}

.module-list-item-2 a:hover
{
   color: #333;
   background-repeat: none;
   background-image: url(img/sidemenu2-h.jpg);
}

.module-list-item-3 a
{
   width: 180px;
   height: 65px;
   display: block;
   font-size: 13px;
   color: #333;
   font-weight: bold;
   margin-top: 0px;
   margin-right: 0;
   margin-bottom: 0px;
   margin-left: 0;
   text-align: center;
   line-height: 60px;
   background-image: url(img/sidemenu3.jpg);
}

.module-list-item-3 a:hover
{
   color: #333;
   background-repeat: none;
   background-image: url(img/sidemenu3-h.jpg);
}

.module-list-item-4 a
{
   width: 180px;
   height: 65px;
   display: block;
   font-size: 13px;
   color: #333;
   font-weight: bold;
   margin-top: 0px;
   margin-right: 0;
   margin-bottom: 0px;
   margin-left: 0;
   text-align: center;
   line-height: 60px;
   background-image: url(img/sidemenu4.jpg);

}

.module-list-item-4 a:hover
{
   color: #333;
   background-repeat: none;
   background-image: url(img/sidemenu4-h.jpg);
}

.module-list-item-5 a
{
   width: 180px;
   height: 65px;
   display: block;
   font-size: 13px;
   color: #333;
   font-weight: bold;
   margin-top: 0px;
   margin-right: 0;
   margin-bottom: 0px;
   margin-left: 0;
   text-align: center;
   line-height: 60px;
   background-image: url(img/sidemenu5.jpg);
}

.module-list-item-5 a:hover
{
   color: #333;
   background-repeat: none;
   background-image: url(img/sidemenu5-h.jpg);
}

.module-list-item-6 a
{
   width: 180px;
   height: 65px;
   display: block;
   font-size: 13px;
   color: #333;
   font-weight: bold;
   margin-top: 0px;
   margin-right: 0;
   margin-bottom: 0px;
   margin-left: 0;
   text-align: center;
   line-height: 60px;
   background-image: url(img/sidemenu6.jpg);
}

.module-list-item-6 a:hover
{
   color: #333;
   background-repeat: none;
   background-image: url(img/sidemenu6-h.jpg);
}

.module-list-item-7 a
{
   width: 180px;
   height: 65px;
   display: block;
   font-size: 13px;
   color: #333;
   font-weight: bold;
   margin-top: 0px;
   margin-right: 0;
   margin-bottom: 0px;
   margin-left: 0;
   text-align: center;
   line-height: 60px;
   background-image: url(img/sidemenu7.jpg);
}

.module-list-item-7 a:hover
{
   color: #333;
   background-repeat: none;
   background-image: url(img/sidemenu7-h.jpg);
}

/* 表示補助 */

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

.banner-side
{
   text-align: center;
}

.style1 {color: #FF0000}


.center
{
   text-align: center;
   width: 530px;
}

.clear
{
	clear: both;
}

.sougo
{
	width: 180px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
	text-indent: 5px;
}

.price
{
	color: #FF6600;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.r{
	text-align: right;
}

.at
{
	font-size: 15px;
	font-weight: bold;
   
}
.green
{
   font-size: 16px;
   font-weight: bold;
   color: #FF6600;
}

.red
{

   font-weight: bold;
   color: #FF6600;
}

.green2
{
   font-weight: bold;
   color: #669900;
}


.img-a { 
   float: left; 
   margin: 4px 15px 10px 0;
}

.bun{
   color: #666;
   text-align: left;
   font-size: 12px;
   font-weight: bold;
   padding: 0 0 0 315px;
}

.powered
{
   text-align: center;
   background-image: url(img/bg-footer.jpg);
   width: 850px;
font-size: xx-small;
}
.powered a{
   color: #666666;
   text-decoration: none;
   font-size: xx-small;

}

.clear{clear: both;}

.fair
{
	background-image: url(img/fair2.jpg);
	background-repeat: no-repeat;
	height: 208px;
	width: 280px;
	position: relative;
}

.top_info
{
	width: 180px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;  
}


/* スペース*/

.in1{ padding-bottom:1px;}
.in2{ padding-bottom:2px;}
.in3{ padding-bottom:3px;}
.in4{ padding-bottom:4px;}
.in5{ padding-bottom:5px;}
.in6{ padding-bottom:6px;}
.in7{ padding-bottom:7px;}
.in8{ padding-bottom:8px;}
.in9{ padding-bottom:9px;}
.in10{ padding-bottom:10px;}
.in11{ padding-bottom:11px;}
.in12{ padding-bottom:12px;}
.in13{ padding-bottom:13px;}
.in14{ padding-bottom:14px;}
.in15{ padding-bottom:15px;}
.in16{ padding-bottom:16px;}
.in17{ padding-bottom:17px;}
.in18{ padding-bottom:18px;}
.in19{ padding-bottom:19px;}
.in20{ padding-bottom:20px;}
.in21{ padding-bottom:21px;}
.in22{ padding-bottom:22px;}
.in23{ padding-bottom:23px;}
.in24{ padding-bottom:24px;}
.in25{ padding-bottom:25px;}
.in26{ padding-bottom:26px;}
.in27{ padding-bottom:27px;}
.in28{ padding-bottom:28px;}
.in29{ padding-bottom:29px;}
.in30{ padding-bottom:30px;}
