/* 基本レイアウト */

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


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

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


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

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


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

.module-content a { color: #ff0099; }
.module-content a:hover { color: #99cc99; }


/* 見出し */

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: #333;
   background: #228B22;
}

#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: 180px;
   background: url(img/0.jpg)  no-repeat right;
}

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


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

#banner-header
{
   margin: 0;
   font-size: 17px;
   font-weight: bold;
   line-height: 1.5;
   position:absolute; top:75px; left:20px;
}


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

#banner-search
{
   position:absolute; bottom:18px; left:15px;
   color: #66837d;
}


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

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

#banner-description
{
   display: none;
}

/*バナー2*/
#banner2 {
	font-family: Verdana, Arial, sans-serif;
	background-color: #badbc7;	
	text-align: center;
	padding: 0px 0px 0px 0px;
	height: 180px;
background:url('../img/top.jpg');
	background-repeat: no-repeat ;
	background-position:center;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	}

#banner2 h1{
	width:750px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	}
#banner2 a {
	color: #228B22;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

/*タイトル文字*/
#banner2 h1 {
	 font-size: 20px;
	 font-weight: bold;
         color: #228B22;
         margin-bottom: 3px;
	 padding: 40px 0px 0px 0px;
	}

/*ページトピック*/
#banner2 p{
	font-size: 12px;
	color: #666;
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;
	}


/*サブタイトル文字*/
#banner2 h2 {
	font-size:14px;
        font-weight: bold;
	color: #666;
	padding: 5px 0px 0px 0px;
	}

/*サイトロゴ*/
#banner2 img {
	float: left; /* ヘッダの左に動かす */
position: absolute; /* ヘッダの左上に表示する仕掛け */
top: 60px; /* ヘッダの左上に表示する仕掛け */
left: 5%; /* ヘッダの左上に表示する仕掛け */
margin: 0px;
z-index: 1; /* サイトロゴをテキストの後ろに表示 */
	}

a img{ /* 画像のリンク枠を消す */
border: none;
}





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

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

#pagebody h2
{
font-size: 12px;
}

#pagebody img{
	float:right;
        margin-left: 35px;
	margin-right: 1px;
	margin-bottom: 10px;
	}
#pagebody-inner 
{
   position: static;
   width: 730px; 
   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: 10px;

   background: #fff;
}


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

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


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

.archive-header
{
   position: relative;
   width: auto;
   height: 32px;
   margin: 0;
   padding-left: 35px;
   padding-top: 5px;
   color: #666;
   background: url(img/ah.jpg)  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-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #dae0e6;
   color: #999;
}

.entry-body{width: 100%;}

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


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


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

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #669900;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
}
.trackbacks-header
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   font-weight: bold;
}
.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
{
   margin-top: 10px;
   padding: 0 0 0 5px;
   color: #666;
   font-size: 14px;
   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: 750px; /* necessary for ie win */
   height: 80px;
   background: url(img/footer.jpg)  no-repeat;
   position: relative;
}

/******* フッタ *******/

#footer img{
padding: 2px 0px 2px 5px;
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
color: #228B22;
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3","ＭＳＰゴシック", sans-serif;
font-size: 120%;
font-weight: bold;
float: right; /* サイトコピーライトをフッタの右に */
padding: 2px 130px 0px 0px;
}

#footer a, #footer a:link, #footer a:visited{ /* サイトコピーライトの文字色 */
color: #228B22;
text-decoration: none;
}


#footer-inner
{
   font-size: 10px;
   text-align: left;
   padding-left: 20px;
   color: #66837d;
   line-height: 80px;
}

.footer-navi
{ 
   background: url(img/bbg.gif);
   font-size: 12px;
   text-align: center;
   line-height: 20px;
   clear: both;
padding: 300px 0px 0px 0px;
}

.footer-navi h3{
color: #228B22;
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3","ＭＳＰゴシック", sans-serif;
font-size: 90%;
font-weight: normal;
padding: 0px 0px 0px 0px;
}




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

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

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

.module-list-item a
{
   width: 178px; 
   height: 50px;
   background-color: #fff;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   text-decoration: underline;
   color: #ff0099;
}

.module-list-item a:hover
{
   background: #ffffff;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   color: #ff0099;
}

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

.pickup
{
   width: auto; 
   height: 190px;
   margin: 5px 0;
   padding: 5px;
   color: #333;

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


/* 検索結果ページ */

#alpha1 { 
   margin: 0 10px 10px; 
   width: auto; 
}
#alpha-inner1 { 
   padding: 10px;
   border: 1px solid #68a8c2;
   background: #fff;
}

/* 表示補助 */

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