/* 基本レイアウト */

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

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

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

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

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

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

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

/* 見出し */

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: 730px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   text-align: center;
   color: #666;
   background: #f5f5f5;
   line-height: 1.5;
}

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

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

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

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

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

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

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

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

#banner-search
{
   position:absolute; top:180px; left:10px;
   color: #666;
}

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

.banner-des
{
   position:absolute; top:60px; left:20px;
   width: 500px; 
   font-size: 12px;
   font-weight: normal;
   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;
}

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

#alpha { 
   margin: 0 10px 10px; 
   width: 510px; 
}
#alpha-inner { 
   padding: 4px;
   width: 100%; 
}

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

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

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

.archive-header,.trackbacks-header,.comments-header,.comments-open-header
{
   height: 20px;
   position: relative;
   width: auto;
   margin: 0;
   padding-left: 5px;
   line-height: 20px;
   color: #fff;
   background: #663300;
   border-right: 3px solid #ff9900;
   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%; }
.entry-footer{
	text-align: right;
	font-size: 10px;
	border-top: 1px dotted #666;
	color: #999;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.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: 730px; /* necessary for ie win */
   height: 70px;
   background: url(img/bbg.gif) ;
   position: relative;
}

#footer-inner
{
   font-size: 10px;
   color: #999;
   position:absolute; top:50px; right:10px;
}

.footer-navi
{ 
   background: url(img/bbg.gif) ;
   font-size: 10px;
   text-align: right;
   line-height: 23px;
   padding: 5px;
   clear: both;
   color: #666;
}

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

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

.module-header
{
   position: relative;
   width: auto;
   height: 16px;
   margin: 0 0 10px 0;
   padding: 0;
   color: #fff;
   background: #663300;
   font-size: 12px;
   font-weight: normal;
   line-height: 16px;
   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: #330000;
}

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

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

.module-list-item a:hover
{
   background: #ff9900;
   border: 1px solid #ccc;
   color: #fff;
}

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

.pickup
{
   width: auto; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;
   border: 1px solid #999;
   line-height: 1.5;
}
.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;
}

/* フォントサイズ12 */

.style12 {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino　Kaku　Gothic　Pro", Osaka;
	font-size: 12px;
	color: #666666;
}
.style12bl {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino　Kaku　Gothic　Pro", Osaka;
	font-size: 12px;
	color: #333333;
}
.subentry {
	font-weight: bold;
	margin-bottom: 8px;
	text-indent: 8px;
	border-left: 5px solid #ff9933;
	background-color: #f4f4f4;
	border-bottom: 1px solid #999999;
}
.subentry2 {
	font-weight: bold;
	margin-top: 5px;
	border-left: 3px solid #cc6600;
	text-indent: 8px;
	margin-bottom: 5px;
}
.red {
	color: #CC0000;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.tableborder td{
	border: 1px solid #cccccc;
	padding: 4px;
}
.bold {/* 太字 */
	font-weight: bold;
}
.boldbig {/* 太字フォント大 */
	font-weight: bold;
	font-size: 110%;
}
.menubar {/* トップページのメニュー下の部分 */
	background-color: #000099;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px;
	text-align: center;
}
.menubox {/* トップページのメニュー下のBOX部分 */
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.box {/* 各ページの枠部分 */
	border: 1px solid #ff9900;
	padding: 10px;
	margin: 5px 0px;
}
.arrowindent {/* ↓のインデント用 */
	text-indent: 25%;
} 
.style18 {
	font-size: 18px;
	color: #336600;
}
.style16 {
	font-size: 16px;
	color: #336600;
}
.style14 {
	font-size: 14px;
	color: #333333;
}
.style14bl{
	font-size: 14px;
	color: #333333;
}
.style14red {
	font-size: 14px;
	color: #CC0000;
}
.style14green {
	font-size: 14px;
	color: #336600;
}
.style14 {
	font-size: 14px;
	color: #CC6600;
}
.style14gray {
	font-size: 14px;
	color: #666666;
}
.style18red {
	font-size: 18px;
	color: #CC0033;
}
.style24 {
	font-size: 24px;
	font-weight: normal;
	color: #CC0033;
}
.style18gray {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}
.style24green {
	font-size: 24px;
	font-weight: normal;
	color: #336633;
}
.style16gray {
	font-size: 16px;
	color: #666666;
}
.style16red {
	font-size: 16px;
	color: #CC0033;
}
.style18blue {
	font-size: 18px;
	color: #0000FF;
	font-weight: bold;
}
.style18bluegyosyo {
	font-size: 18px;
	color: #0000FF;
	font-weight: bold;
	font-family: "ＤＦ行書体";
}
.style18green {
	font-size: 18px;
	color: #339933;
}
.style18gyosyo {
	font-size: 18px;
	font-weight: bold;
	color: #330066;
	font-family: "ＤＦ行書体";
	line-height: 20px;
}
.entry {
	font-weight: normal;
	color: #333333;
	text-indent: 15px;
	font-size: 120%;
	background-position: 0px 20px;
	margin-bottom: 10px;
	line-height: 25px;
	padding-bottom: 5px;
}

.top-box{
	font-size: 18px;
	color: #330066;
	font-weight: bold;
	background-color: #FFFFCC;
	text-align: center;
	border: thick outset #FF9900;
	width: 450px;
	margin-right: auto;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 10px;
	font-family: "ＤＦ行書体";
}
.list1{
	font-size: 14px;
	color: #000000;
	line-height: 35px;
}