/* 基本レイアウト */

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


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

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

a:hover { color: #ff0000; }


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

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


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

.module-content a {
	color: #009900;

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

}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ff0000;
}


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

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


/* 見出し */

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


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

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


}

#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: 140px;
	background: url(img/top2.png)  no-repeat;
}

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


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

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

#banner-header-t
{
	margin: 0;
	font-size: 12px;
	position: absolute;
	width: 850px;
	top: 1px;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	right: 0px;
}

#banner-header-flash
{
	top: 22px;
	position: absolute;
}

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

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

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

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

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

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

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

}

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

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

}

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

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

}

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

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

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

.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: #ffffff;
   background-repeat: 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;
   background: #ffffff;
   background: url(img/bbg2.jpg);
   background-repeat: no-repeat;
}

#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 {

margin-left: 5px;
}


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

.archive-header,.trackbacks-header,.comments-header,.comments-open-header
{
	height: 30px;
	position: relative;
	width: 600px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	line-height: 30px;
	text-indent: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
                background-image: url(img/ah-t2.png);

}





.midashi-n
{
	height: 30px;
	position: relative;
	width: 600px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	line-height: 30px;
	text-indent: 60px;
   background-image: url(img/new.gif);

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

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

.img-r { float: right; }

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


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

.entry-header-t
{
   height: 20px;
   position: relative;
   width: auto;
   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 20px 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: 30px;
	position: relative;
	line-height: 10px;
	background-position: center;
	color: #fff;
	background-color: #000;
}

#footer-inner
{
   font-size: 10px;
   background-image: url(img/footer.gif);
   background-repeat: no-repeat;
   position:absolute;
   text-align: center;
   width: 850px;
   background: #000;
}

.footer-navi
{
   font-size: 10px;
   text-align: center;
   line-height: 23px;
   padding: 5px;
   clear: both;
   color: #fff;
   background: #000;


}


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

.module-header
{
   position: relative;
   width: 180px;
   height: 32px;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
   line-height: 30px;
   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: 20px;
   margin-left: 0;
}

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

.module-list-item 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-align: center;
                line-height: 30px;
	background-image: url(img/btn1.jpg);
                background-repeat: no-repeat;
	text-decoration: none;
}

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


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

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

.module-list-item2 a
{
	width: 180px;
	height: 50px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-left:90px;
	line-height: 50px;
	background-image: url(img/btn1-4.jpg);
	background-repeat: no-repeat;

	text-decoration: none;
}

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

.module-list-item3 a
{
	width: 180px;
	height: 50px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-left:90px;
	line-height: 50px;
	background-image: url(img/btn1-2.jpg);
	background-repeat: no-repeat;

	text-decoration: none;
}

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

.module-list-item4 a
{
	width: 180px;
	height: 50px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-left:90px;
	line-height: 50px;
	background-image: url(img/btn1-3.jpg);
	background-repeat: no-repeat;

	text-decoration: none;
}

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

.module-list-item5 a
{
	width: 180px;
	height: 50px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-left:90px;
	line-height: 50px;
	background-image: url(img/btn1-5.jpg);
	background-repeat: no-repeat;

	text-decoration: none;
}

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

.module-list-item6 a
{
	width: 180px;
	height: 50px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-left:90px;
	line-height: 50px;
	background-image: url(img/btn1-6.jpg);
	background-repeat: no-repeat;

	text-decoration: none;
}

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

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

	text-decoration: none;
}

.module-list-item7 a:hover
{
   color: #fff;
   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;

	line-height: 30px;
	background-image: url(img/cart.jpg);
	background-repeat: no-repeat;

	text-decoration: none;
}

.module-list-item8 a:hover
{
   color: #fff;
   background-image: url(img/cart-h.jpg);
}

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

	text-decoration: none;
}

.module-list-item9 a:hover
{
   color: #333;
   background-image: url(img/title2-h.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/policy.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item10 a:hover
{
   color: #333;
   background-image: url(img/policy-h.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/torihiki.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item11 a:hover
{
   color: #333;
   background-image: url(img/torihiki-h.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/katarogu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.module-list-item12 a:hover
{
   color: #333;
   background-image: url(img/katarogu-h.jpg);
}
.module-list-item13 a
{
	width: 180px;
	height: 276px;
	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/shinchaku.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}



.module-list-item14 a
{
	width: 180px;
	height: 360px;
	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/shinchaku-kabuto.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}







/* 表示補助 */

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

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

.style1 {color: #333}

.style2 {color: #ff0000}

.style3 {color: #ffffff}

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

.shousai-b
{
	margin:0px;
	padding:0px;
	list-style: none;


}

.shousai-b a
{
	background-image: url(img/shousai-h.gif);
	background-repeat: no-repeat;
	width: 375px;
	hight: 30px;
	font-size: 10px;
	text-decoration: none;
	background-position: center;
	font-weight: bold;
	height: 30px;
	display: block;
	text-align: center;
	position: relative;
}

.shousai-b a:hover
{
   	background-image: url(img/shousai2.gif);
 }

.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: 10px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   margin-bottom: 10px;
   margin-top: 10px;
   background-color: #ffffff;
}

.waku2
{
   position: static;
   width: 500px;
   height: auto;
   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-bottom: 10px;
   margin-top: 10px;
   background-color: #ffffff;
   font-size: 16px;
}

.waku3
{
   position: static;
   width: 580px;
   height: auto;
   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-bottom: 10px;
   margin-top: 10px;
   background-color: #ffffff;
   font-size: 12px;


}

table.shousai
{
	border:solid 1px #000000;
	border-collapse:collapse;
	width:375px;
	height:150px;
	text-align: center;
}

table.shousai th
{
border-bottom:solid 1px #000000;
border-right: solid 1px #000000;
}

table.shousai td
{
border-bottom:solid 1px #000000;
border-right:solid 1px #000000;

} 

table.shouhin
{
	border:solid 1px #000000;
	border-collapse:collapse;
	width:580px;
	height:200px;
	text-align: center;
}

table.shouhn th
{
border-bottom:solid 1px #000000;
border-right: solid 1px #000000;
}

table.shouhin td
{
border-bottom:solid 1px #000000;
border-right:solid 1px #000000;

} 

.t_left
{
text-align: left;

}
	

.side
{
	height: auto;
	width: 178px;
	margin-bottom: 10px;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #FFFF00;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border: 1px solid #000000;


}
.rinen
{
	background-color:#fff;
	height: 280px;
	width: 290px;
	padding-left: 10px;
	font-size: 15px;
	padding-right: 0px;
	border: 1px solid #000000;
	padding-top: 40px;
	padding-bottom: 20px;
	font-weight: bold;

}

.shishin
{
	background-color:#fff;
	height: 280px;
	width: 290px;
	padding-left: 10px;
	font-size: 15px;
	padding-right: 0px;
	border: 1px solid #000000;
	padding-top: 40px;
	padding-bottom: 20px;
	font-weight: bold;
	float: right;
}

.topshoukai
{
   font-size: 12px;
   width: 590px;
   padding-bottom: 10px;

}


.topshoukai3
{
   font-size: 12px;
   width: 590px;
   line-height: 1.5;

}

.topshoukai2
{
	font-size: 15px;
	width: 580px;
font-weight: bold;

}

.ikishoukai
{
	font-size: 12px;
	width: 300px;

}

.douki
{
font-size: 12px;
width: 590px;
}

.red
{
color:#FF0000;
}

.cha
{
color:#663300;
}

.blue
{
color:#3366ff;
}

.kate
{
font-size: 12px;
width: 580px;
margin-bottom: 15px;
}

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

#pagebody-c
{
   position: relative;
   width: 100%;
   text-align: center;
   background: #ffffff;
   background-repeat: repeat;
   background-position: center top;
   background-image:url(img/bbg2.jpg) ;
   background-repeat: no-repeat;
}


#pagebody-inner-c 
{
   position: relative;
   width: 100%;
   text-align: center;
   background: #ffffff;
   background-repeat: repeat;
   background-position: center top;
   background-image:url(img/bbg2.jpg) ;
   background-repeat: no-repeat;
}

.fla{
	padding-bottom: 10px;
}

.powered
{
	text-align: center;
	width: auto;
	background-color: #000;
	font-size: xx-small;
                color: #CCCCCC;
}
.powered a{
	text-decoration: none;
	font-size: xx-small;
                color: #CCCCCC;
}


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




