/* 基本レイアウト */

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


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

a 
{
	color: #0066ff;
	text-decoration: underline;
}

a:hover { color: #ff0000; }


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

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


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

.module-content a {
	color: #009900;

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

}


/* 見出し */

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

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

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


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

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

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


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

#banner-header
{
	margin: 0;
	font-size: 12px;
	position: absolute;
	width: 610px;
	left: 180px;
	top: 1px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#banner-header-t
{
	margin: 0;
	font-size: 10px;
	position: absolute;
	width: 600px;
	left: 680px;
	top: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

#menu-ah a
{
	width: 121px;
	text-decoration: none;
	height: 50px;
	display: block;
	float: left;
                color: #fff;
	font-size: 16px;
	position: absolute;
	left: 4px;
	top: 121px;
                text-align: center;
                font-weight: bold;
                line-height: 50px;
}

#menu-ah a:hover
{
   background-image: url(img/btn-ah.png);
   background-repeat: no-repeat;
   color: #fff;
}

#menu-bh a
{
	width: 120px;
	text-decoration: none;
	height: 50px;
	display: block;
	clear: both;
	position: absolute;
	left: 125px;
	top: 121px;
                text-align: center;
                font-weight: bold;
                color: #fff;
	font-size: 16px;
                line-height: 50px;
}

#menu-bh a:hover
{
   background-image: url(img/btn-bh.png);
   background-repeat: no-repeat;
   background-position: center;
   color: #fff;
}

#menu-ch a
{
	width: 120px;
	text-decoration: none;
	height: 50px;
	display: block;
	position: absolute;
	left: 245px;
	top: 121px;
                text-align: center;
                font-weight: bold;
                color: #fff;
	font-size: 16px;
                line-height: 50px;
}

#menu-ch a:hover
{
   background-image: url(img/btn-ch.png);
   background-repeat: no-repeat;
   background-position: center;
   color: #fff;
}

#menu-dh a
{
	width: 120px;
	text-decoration: none;
	height: 50px;
	display: block;
	position: absolute;
	left: 365px;
	top: 121px;
                text-align: center;
                font-weight: bold;
                color: #fff;
	font-size: 16px;
                line-height: 50px;

}

#menu-dh a:hover
{
   background-image: url(img/btn-dh.png);
   background-repeat: no-repeat;
   background-position: center;
   color: #fff;
}

#menu-eh a
{
	width: 120px;
	text-decoration: none;
	height: 50px;
	display: block;
	position: absolute;
	left: 485px;
	top: 121px;
                text-align: center;
                font-weight: bold;
                color: #fff;
	font-size: 16px;
                line-height: 50px;

}

#menu-eh a:hover
{
   background-image: url(img/btn-eh.png);
   background-repeat: no-repeat;
   background-position: center;
   color: #fff;
}

#menu-fh a
{
	width: 120px;
	text-decoration: none;
	height: 50px;
	display: block;
	position: absolute;
	left: 605px;
	top: 121px;
                text-align: center;
                font-weight: bold;
                color: #fff;
	font-size: 16px;
                line-height: 50px;

}

#menu-fh a:hover
{
   background-image: url(img/btn-fh.png);
   background-repeat: no-repeat;
   background-position: center;
   color: #fff;
}
#menu-gh a
{
	width: 121px;
	text-decoration: none;
	height: 50px;
	display: block;
	position: absolute;
	left: 725px;
	top: 121px;
                text-align: center;
                font-weight: bold;
                color: #fff;
	font-size: 16px;
                line-height: 50px;
}

#menu-gh a:hover
{
   background-image: url(img/btn-gh.png);
   background-repeat: no-repeat;
   background-position: center;
   color: #fff;
}

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

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

#banner-description
{
   display: none;
}


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

#pagebody
{
   position: relative;
   width: 100%;
   text-align: center;
   background: #EFEFEF;
   background-repeat: no-repeat;
   background-position: center top;
}

#pagebody-inner 
{
	position: static;
	width: 850px;
	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: 630px;

}
#alpha-inner {
	width: 100%;
}


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

#beta {
	width: 190px;
}
#beta-inner {
	padding-left: 3px;
}


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

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




.archive-header-t
{
	height: 50px;
	position: relative;
	width: 620px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	line-height: 60px;
	text-indent: 80px;
	background-image: url(img/ah-t2.jpg);


}
.top-img {
	padding-bottom: 10px;
}

.img {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}

.img-r { float: right; }

.entry-header
{
	height: 50px;
	position: relative;
	width: 620px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	line-height: 48px;
	text-indent: 50px;
	margin-top: 10px;
	margin-bottom: 15px;
                background-image: url(img/ah-t.jpg);
}

.entry-header-t
{
   height: 20px;
   position: relative;
   width: 620px;
   font-size: 12px;
   font-weight: bold;
   line-height: 20px;
   text-indent: 20px;
   margin-top: 10px;
}



.entry-content {
	position: static;
	clear: both;
	margin-bottom: 10px;
}
.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: 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;
   background: #EFEFEF;
   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: #EFEFEF;
}


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

.module-header
{
   position: relative;
   width: 180px;
   height: 50px;
   text-transform: uppercase;
   text-align: center;
   background-image: url(img/head1.jpg);
   background-repeat: no-repeat;
}

.module-header2
{
   position: relative;
   width: 180px;
   height: 50px;
   text-transform: uppercase;
   text-align: center;
   background-image: url(img/head2.jpg);
   background-repeat: no-repeat;
   margin-top: 10px;
}

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

.module-b
{
	text-align: center;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.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-item1 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item1 a:hover
{
   color: #333;
   background-image: url(img/btn2-1.jpg);
}

.module-list-item2 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item2 a:hover
{
   color: #333;
   background-image: url(img/btn2-2.jpg);
}

.module-list-item3 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item3 a:hover
{
   color: #333;
   background-image: url(img/btn2-3.jpg);
}

.module-list-item4 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item4 a:hover
{
   color: #333;
   background-image: url(img/btn2-4.jpg);
}

.module-list-item5 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-5.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item5 a:hover
{
   color: #333;
   background-image: url(img/btn2-5.jpg);
}

.module-list-item6 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-6.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item6 a:hover
{
   color: #333;
   background-image: url(img/btn2-6.jpg);
}

.module-list-item7 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-7.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item7 a:hover
{
   color: #333;
   background-image: url(img/btn2-7.jpg);
}

.module-list-item8 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-8.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item8 a:hover
{
   color: #333;
   background-image: url(img/btn2-8.jpg);
}

.module-list-item9 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-9.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item9 a:hover
{
   color: #333;
   background-image: url(img/btn2-9.jpg);
}

.module-list-item10 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-10.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item10 a:hover
{
   color: #333;
   background-image: url(img/btn2-10.jpg);
}
.module-list-item11 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-11.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item11 a:hover
{
   color: #333;
   background-image: url(img/btn2-11.jpg);
}
.module-list-item12 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-12.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item12 a:hover
{
   color: #333;
   background-image: url(img/btn2-12.jpg);
}
.module-list-item13 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-13.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item13 a:hover
{
   color: #333;
   background-image: url(img/btn2-13.jpg);
}
.module-list-item14 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-14.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item14 a:hover
{
   color: #333;
   background-image: url(img/btn2-14.jpg);
}
.module-list-item15 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-15.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item15 a:hover
{
   color: #333;
   background-image: url(img/btn2-15.jpg);
}
.module-list-item16 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-16.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item16 a:hover
{
   color: #333;
   background-image: url(img/btn2-16.jpg);
}
.module-list-item17 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-17.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item17 a:hover
{
   color: #333;
   background-image: url(img/btn2-17.jpg);
}
.module-list-item18 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-18.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item18 a:hover
{
   color: #333;
   background-image: url(img/btn2-18.jpg);
}

.module-list-item19 a
{
	width: 180px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-indent: 80px;
	line-height: 30px;
	background-image: url(img/btn1-19.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item19 a:hover
{
   color: #333;
   background-image: url(img/btn2-19.jpg);
}




/* 表示補助 */

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

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

.style1 {color: #333}

.style2 {color: #ff0000}

.next
{
   background-image: url(images/yajirusi.gif);
   background-repeat: no-repeat;
   height: 20px;
   background-position: left;
   margin-left: 20px;
}

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

.clear
{
	clear: both;
}

.link{}


.link a
{
	height: 23px;
	width: 178px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	border: 1px solid #009900;
	line-height: 25px;
	text-decoration: none;
	display: block;
}

.link a:hover
{
	border: 1px solid #FF0000;
	text-decoration: underline;
}

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

.r{
	text-align: right;
}

.at
{
	font-size: 14px;
	font-weight: bold;
}

.waku
{
   position: static;
   width: 610px;
   height: auto;
   border-top: 1px solid #666;
   border-bottom: 1px solid #666;
   border-left: 1px solid #666;
   border-right: 1px solid #666;
   padding-top: 0px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   margin-bottom: 10px;
   margin-top: 10px;
   background-color: #ffffff;
}
