/* 基本レイアウト */

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


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

a { color: #fff; text-decoration: none;}
a:hover { color: #cccc66; }


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

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


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

.module-content a { color: #fff; }
.module-content a:hover { color: #cccc66; }


/* 見出し */

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

h3
{
 font-size: 14px;
}


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

body
{
	min-width: 766px;
	margin: 0;
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	background-color: #000;
}

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

#container-inner
{
   position: static;
   width: auto;
  text-align:left;
   background: #000;
}


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

#banner
{
   position: relative;
   width: 766px; /* necessary for ie win */
   height: 300px;
   margin-top: 30px;
}

#banner-inner
{
   position: static;
   width: 766px;
   height: 300px;
}


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

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 2em;
   font-weight: normal;
   line-height: 1.25;

}


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

.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: auto;
   _width: 100%;
   text-align: center;
  
}

#pagebody-inner 
{
   position: static;
   width: 756px; 
   padding: 0;
   margin: 0 auto; 
   text-align: left; 

}

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



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

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

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


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

#top {
	width: 756px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
#top-inner {
      padding: 10px;
      width : auto;
      margin-left: 5px;
}




#alpha {
	width: 360px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
#alpha-inner {
   padding: 5px;
   width : auto;
   
}

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

#beta {
   width: 360px;
}
#beta-inner {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}


#beta-2 {
   width: 370px;
}
#beta-inner-2 {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}




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

.archive-header,.trackbacks-header,.comments-header,.comments-open-header
{
   position: static;
   width: auto;
   height: 50px;
   margin: 10px 0 10px 0;
   padding-left: 95px;
   color: #ffffff;
   background: url(img/ah2.gif)  no-repeat;
   line-height: 55px;
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
   clear: both;
}


.archive-header2
{
   position: static;
   width: auto;
   height: 50px;
   margin: 10px 0 10px 0;
   padding-left: 95px;
   color: #ffffff;
   background: url(img/ah.gif)  no-repeat;
   line-height: 55px;
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
   clear: both;
}

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

.img-t { float: left; margin: 5px 30px 5px 0; }

.img-f { float: left; margin: 0px 20px 5px 0; }

.img-h { float: left; margin: 0px 20px 5px 0; }

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

.img-b { float: left; margin: 0 13px 0 0; }

.img-c { float: left; margin: 0 10px 0 0; }

.img-d { float: left; margin: 0 40px 0 0; }

.img-e { float: left; margin: 0 15px 0 0; }

.img-th { float: left; margin: 0 150px 0 0; }

.clear{clear: both;}

.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 20px 0;
   padding: 30px 0 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #ccc;
   color: #999;
}

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


/* フッター */

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

#footer-inner
{
   font-size: 10px;
   text-align: center;

   line-height: 60px;
}

.footer-navi
{ 
   width: 776px;
   font-size: 10px;
   text-align: center;
   line-height: 20px;
   clear: both;
}

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

.footer-navi a:hover { color: #cccc66; }

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

.module-header
{
	position: relative;
	width: auto;
	height: 16px;
	margin: 10px 0 10px 0;
	padding: 2px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
}

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

.module-content
{
   position: relative;
   margin: 0;
   padding: 0;
}

.module2
{
   position: relative;
   overflow: hidden;
   width: 360px; 
   margin: 0 5px;
   padding: 0;
}

.module-content2
{
   position: relative;
   margin: 11px 0;
   padding: 0;
}

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

.module-list-item1 a
{
   width: 240px; 
   height: 30px;
   display: block;
   line-height: 30px;
   margin: 0 0 13px 0;
   text-decoration: none;
   background: url(gazou/banner1.jpg)  no-repeat;
}

.module-list-item1 a:hover
{
   background: url(gazou/banner1-h.jpg)  no-repeat;
}

.module-list-item2 a
{
   width: 240px; 
   height: 30px;
   display: block;
   line-height: 30px;
   margin: 0 0 13px 0;
   text-decoration: none;
   background: url(gazou/banner2.jpg)  no-repeat;
}

.module-list-item2 a:hover
{
   background: url(gazou/banner2-h.jpg)  no-repeat;
}

.module-list-item3 a
{
   width: 240px; 
   height: 30px;
   display: block;
   line-height: 30px;
   margin: 0 0 13px 0;
   text-decoration: none;
   background: url(gazou/banner3.jpg)  no-repeat;
}

.module-list-item3 a:hover
{
   background: url(gazou/banner3-h.jpg)  no-repeat;
}

.module-list-item4 a
{
   width: 240px; 
   height: 30px;
   display: block;
   line-height: 30px;
   margin: 0 0 13px 0;
   text-decoration: none;
   background: url(gazou/banner4.jpg)  no-repeat;
}

.module-list-item4 a:hover
{
   background: url(gazou/banner4-h.jpg)  no-repeat;
}

.module-list-item5 a
{
   width: 240px; 
   height: 30px;
   display: block;
   line-height: 30px;
   margin: 0 0 13px 0;
   text-decoration: none;
   background: url(gazou/banner5.jpg)  no-repeat;
}

.module-list-item5 a:hover
{
   background: url(gazou/banner5-h.jpg)  no-repeat;
}


.module-list-item6 a
{
   width: 240px; 
   height: 60px;
   display: block;
   line-height: 30px;
   margin: 0 0 13px 0;
   text-decoration: none;

}




.staff
{
   list-style: none;
   height: 60px;
   width: 240px;


}


.staff a
{

   width: 240px; 
   height: 60px;
   display: block;
   line-height: 60px;
   margin: 0;
   text-decoration: none;
   background: url(gazou/staff.jpg)  no-repeat;
}

.staff a:hover
{
   background: url(gazou/staff-h.jpg)  no-repeat;
}



/* 表示補助 */

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

/* スペース*/

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


.textarea{
	background-color: #970000;
	color: #fff;
	border: 2px solid #925B00;
}

.red
{
color: #ff0000;
font-weight: bold;
}

.red_b
{
color: #ff0000;
font-weight: bold;
font-size: 15px;
}

.yellow
{
color: #cccc66;
font-weight: bold;
}

.yellow_b
{
color: #cccc66;
font-weight: bold;
font-size: 15px;
}

.menu
{
font-size: 16px;
font-weight: bold;
color: #ff0000;
}

.osusume
{
font-size: 14px;
font-weight: bold;

}

.thanks
{
   height: 300px;
   width: 200px;
   margin-top: 30px;
   margin-right: 15px;
   margin-left: 40px;   
   float:center;
}

.box-top
{
   position: static;
   width: 240px;
   height: aout;
   margin-top: 15px;
   margin-left: 0px;
   margin-right: 0px;
   padding-left:  0px;
   padding-right: 0px;
}

.box-top2
{
   position: static;
   width: 440px;
   height: aout;
   margin-top: 15px;
   margin-left: 0px;
   margin-right: 30px;
   padding-left:  0px;
   padding-right: 0px;
   float: left;
}

.box-top3
{
   position: static;
   width: 450px;
   height: aout;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding-left:  0px;
   padding-right: 0px;
}
.box-top4
{
   position: static;
   width: 240px;
   height: aout;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding-left:  0px;
   padding-right: 0px;
}

.box-top5
{
   position: static;
   width: 740px;
   height: aout;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding-left:  0px;
   padding-right: 0px;
}


.waku
{
   position: static;
   width: 330px;
   height: aout;
   border-top: 1px solid #666;
   border-bottom: 1px solid #666;
   border-left: 1px solid #666;
   border-right: 1px solid #666;
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   background-color: #000;
}


.waku2
{
   position: static;
   width: 415px;
   height: 190px;

   padding-top: 10px;
   padding-left: 15px;
   padding-right: 15px;
   padding-bottom: 10px;
   margin-bottom: 5px;
  margin-left: 0px;
   background-color: #000;
}


.site-map
{
   margin: 0;
   padding: 0 0 0 5px;
   list-style: none;
   font-size: 14px
}

.center{ text-align: center; }
.left{ text-align: left; }
.right{ text-align: right; }
