/* 基本レイアウト */

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


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

a { color: #333; text-decoration: none; }
a:hover { color: #cc0000; }


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

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


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

.module-content a { color: #cc0000; }
.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: 750px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #666;
   background-color: #000;
   background-image:url(img/bg.png) ;
   background-repeat: repeat-x;
   height: 100%;
   line-height: 1.5;
}

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

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


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

#banner
{
   position: relative;
   width: 750px; /* necessary for ie win */
   height: 230px;
}

#banner-inner
{
   position: static;
   width: 750px;
   height: 30px;
   background: url(img/top.png)  no-repeat;
}

#banner-inner1
{
   position: static;
   width: 750px;
   height: 200px;
   text-align: center;
   background: url(img/top1.png)  no-repeat;
}


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

#banner-header
{
   margin: 0;
   color: #fff;
   font-weight: bold;
   font-size: 12px;
   line-height: 1.0;
   position:absolute; top:9px; left:80px;
}


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

#banner-search
{
   position:absolute; top:2px; right:20px;
   color: #666;
}


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

.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.png);
}

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

#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: 510px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

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


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

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


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

.archive-header
{
   position: relative;
   width: 480px;
   height: 35px;
   margin: 3px 0 10px 0;
   padding-left: 80px;
   line-height: 35px;
   color: #666;
   background: url(img/ah.png)  no-repeat;
   font-size: 14px;
   font-weight: bold;
}

.archive-header1
{
   position: relative;
   width: 480px;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   line-height: 35px;
   color: #666;
   background: url(img/ah1.png)  no-repeat;
   font-size: 14px;
   font-weight: bold;
}

.archive-header-c
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   padding-top: 5px;
   color: #666;
   background: url(img/cart.png)  no-repeat;
   font-size: 14px;
   font-weight: bold;
}

.archive-header-m
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   padding-top: 5px;
   color: #666;
   background: url(img/mail.png)  no-repeat;
   font-size: 14px;
   font-weight: bold;
}

.archive-header-p
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   padding-top: 5px;
   color: #666;
   background: url(img/privacy.png)  no-repeat;
   font-size: 14px;
   font-weight: bold;
}

.archive-header-s
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   padding-top: 5px;
   color: #666;
   background: url(img/shoutori.png)  no-repeat;
   font-size: 14px;
   font-weight: bold;
}

.archive-header-t
{
   position: relative;
   width: auto;
   height: 30px;
   margin: 0;
   padding-left: 35px;
   padding-top: 5px;
   color: #666;
   background: url(img/tel.png)  no-repeat;
   font-size: 14px;
   font-weight: bold;
}

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

.img2 { float: left; margin: 5px20px 5px 0; }

.sinchaku 
{
   float: right;
   font-weight: bold;
}

.entry-header
{
   position: relative;
   width: 480px;
   height: 35px;
   margin: 10px 0 10px 0;
   padding-left: 40px;
   line-height: 35px;
   color: #666;
   background: url(img/ah1.png)  no-repeat;
   font-size: 14px;
   font-weight: bold;
   text-align: left;
}

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


/* フッター */

#footer
{
   width: 750px; /* necessary for ie win */
   height: 70px;
   background: url(img/footer.png)  no-repeat;
   position: relative;
}

#footer-inner
{
   font-size: 10px;
   color: #666;
   text-align: center;
   text-indent: 25px;
   line-height: 70px;
}

.footer-navi
{
	font-size: 10px;
	text-align: center;
	line-height: 23px;
	clear: both;
	color: #fff;
	background-image: url(img/bbgf.png);
	background-repeat: repeat-y;
}

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

.footer-navi a:hover
{ 
}

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

.module-header
{
	position: relative;
	width: 180px;
	height: 23px;
	color: #fff;
	background: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	padding-top: 3px;
	margin-top: 5px;
}

.module
{
	position: relative;
	overflow: hidden;
	width: 180px;
	padding: 0;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

.module-content
{
	position: relative;
	color: #999;
}

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

.module-list-item a
{
	width: 176px;
	height: 25px;
	text-indent: 17px;
	display: block;
	font-size: 12px;
	line-height: 25px;
	border: 2px ridge #999999;
	text-decoration: none;
	color: #000;
	background-image: url(img/btn1.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding: 0px;
	font-weight: bold;
}

.module-list-item a:hover
{
	border: 2px inset #888888;
	color: #ffffff;
	background-image: url(img/btn2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: underline;
}

.module-list-item-h a
{
	width: 176px;
	height: 25px;
	display: block;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.1em;
	border: 2px ridge #666;
	text-decoration: none;
	color: #666;
	background-image: url(img/btn1h.png);
	font-weight: bold;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding: 0px;
	text-align: center;
}

.module-list-item-h a:hover
{
	border: 2px inset #888888;
	color: #fff;
	font-weight: bold;
	background-image: url(img/btn2h.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: underline;
	text-align: center;
	height: 25px;
	width: 176px;
}

/* 表示補助 */

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

#pagebody-c
{
	position: relative;
	width: 100%;
	text-align: center;
	background-image: url(img/bbg.png);
	background-repeat: repeat-y;
}

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

#cart
{
	width: 510px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-position: right;
	float: right;
}

.mailform
{
	font-size: 12px;
	width: 490px;
}

.shoutori
{
	font-size: 12px;
}





.clear
{
   clear:both;
}








.powered
{
   text-align: center;
   background-color: #000000;
   font-size: xx-small;
   width: 750px;
}
.powered a{
   color: #999;
   text-decoration: none;
   font-size: xx-small;
}







.info{
   font-size: 13px;
   font-weight: bold;
   margin-top: 5px;
   margin-bottom: 10px;
}
.style2{
  color:#fff
}

.waku
{
   position: static;
   width: 410px;
   height: 187px;
   color: #ffffff;
   border-top: 1px solid #999;
   border-bottom: 1px solid #999;
   border-left: 1px solid #999;
   border-right: 1px solid #999;
   padding-top: 53px;
   padding-left: 30px;
   padding-right: 30px;
   padding-bottom: 10px;
   margin-bottom: 10px;
   margin-top: 10px;
   background-image: url(img/kika.jpg);
   background-repeat: no-repeat;
}

.red
{
    color: #ff0000;
}

.more {
        float: left; 
	height: auto;
	width: auto;
        text-align: center;

}

.name{
        font-size: 14px;
}

.left{
        text-align: left;
	height: auto;
	width: 480px;
}