/*-------------------------------------------------------
■ 基本レイアウト
-------------------------------------------------------*/

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/*-------------------------------------------------------
■ 見出し
-------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック";
}


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

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

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

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


/*-------------------------------------------------------
■ 装飾用背景画像指定
-------------------------------------------------------*/


body { background: #fff; background:url(img/bana-bg.jpg) repeat-x ;

 }
#header, #navi li a { background: url(img/b5.gif) no-repeat left #fff;}
#banner div { background: url(img/banner.jpg) no-repeat  right;  }
.pickup1 { background: #fff ; }
.click a,
#container { background: url(img/bbg.gif); }
#side li a { 	display: block; width: 100%; text-decoration: none;
	background: url(img/side-li.jpg) no-repeat 0 0px;
	padding-left: 30px;
	color: #555;
	font-size: 12px;
}
#side li a:hover { background-position: 0 -30px;
	text-decoration: none;
	color: #0c263f;;}
#side li.sidetitle { background: url(img/st.gif); }

/*-------------------------------------------------------
■ 装飾用カラー
-------------------------------------------------------*/

#header,
#banner div,
.header
{
    border-bottom: 5px solid #a81a16;
}
#navi li a:hover
{
    background: #990000;
    color: #fff;
}

/*-------------------------------------------------------
■ 装飾用文字色
-------------------------------------------------------*/

.header2 { color: #990000; }


/*-------------------------------------------------------
■ 基本レイアウト
-------------------------------------------------------*/

body {
    width: 840px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック";
    position: relative;
}


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

#header {
 
      height: 100px;
   background: url(img/bana.jpg) no-repeat left top #fff;
    position: relative;
    width: 840px;
    _width: 840px;
    margin: 0;
    padding: 0;
    text-align: center;

  
}


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

#header h1 {

position:absolute; top: 2px; left: 30px;
    text-align: left;
    display: inline;
color: #000;
	

}

h1 a {
text-decoration: none; 
font-size: 10px;
font-weight: normal;
color: #990000;
display: block;
}

h1 a:hover {
text-decoration: none;
color: #990000;
}



#header #logo {
	clear: both;
	padding-top: 20px;
	padding-left: 0px;
	float: left;
　　　　   width: 300px;
　　　　   height: 80px;

}

#header #ban {
	padding-top:20px;
	padding-left:50px;
	float:left;
	width:468px;
	height:60px;
	}	


/*ＦＦ*/
html>body #header #ban {
	padding-top:20px;
	padding-left:55px;
	float:left;
	width:468px;
	height:60px;}

/*IE7.0*/
*:first-child+html #header #ban {
	padding-top:20px;
	padding-left:50px;
	float:left;
	width:468px;
	height:60px;}




/*-------------------------------------------------------
■ バナー部分
-------------------------------------------------------*/

#banner {
    position: relative;
    margin: 0;
    padding: 0;
    width: 840px;
    height: 162px;
    _height: 160px;
}

#banner div {
    position: relative;
    margin: 0;
    padding: 0;
    width: 840px;
    height: 160px;
}



/*-------------------------------------------------------
■ バナー内テキスト部分
-------------------------------------------------------*/

#banner span
{
    width: 800px;
    margin: 0;
    padding: 5px;
    font-size: 10px;
    line-height: 1.25;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック";
    position:absolute; top:160px; left: 20px; right: 20px;
    text-align: left;
    letter-spacing: 0;
    background: none ;
    color:#666;
}

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

#container
{
    position: relative;
    width: 840px;
    _width: 850px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


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

#main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 590px;
    margin: 10px 0;
    padding: 0;
}

#index #main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 590px;
    margin: 10px 5px;
    padding: 0;
}

#main p {
	color: #333;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 5px;
	margin-left: 5px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;

 }

.entry
{
 line-height: 1.5;
 margin: 15px 10px;
 padding-bottom: 10px; 
 border-bottom: 1px dotted #dcdcdc;
}

.content
{
    position: relative;
 line-height: 1.5;
 margin: 5px 0;
 padding:  0 0  5px 5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}

#main h2 {

   	background: url(img/h2-bg.gif) no-repeat left #fff;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-right: 10px;
	color: #333;
	font-size: 16px;
    　　  width: 565px;
	font-weight: bold;}

#main h3 {

   	background: url(img/h3-bg.gif) no-repeat left #fff;
	height: 35px;
	line-height: 35px;
	margin-top: 15px;	
         	margin-bottom: 10px;
         padding-top: 5px;
	padding-left: 20px;
	margin-right: 10px;
	color: #333;
	font-size: 16px;
    　　  width: 565px;
	font-weight: bold;}



.h2entry{
 　　　line-height: 1.5;
 　　　margin: 15px 10px;
　　　margin-left: 2px;

　　　 padding-bottom: 10px; 
 }

.entry
{
　　　line-height: 1.5;
 　　　margin: 15px 10px;
 　　　margin-left: 2px;
　　　 padding-bottom: 10px; 
 　　　border-bottom: 1px dotted #dcdcdc;


 }

.content
{
    position: relative;
    line-height: 1.5;
    margin: 5px 0;
    padding:  0 0  5px 5px; 
    border-bottom: 1px dotted #dcdcdc;
    font-size: 14px;
}



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

#side
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 220px;
    padding: 0;
    margin: 10px;
}


/*-------------------------------------------------------
■ 記事部分見出し
-------------------------------------------------------*/

.header {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 0;
    line-height: 1.5;
    padding: 0 0 0 5px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
}

.header2 {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 0 5px;
    line-height: 1.25;
    padding: 0 5px 0 5px;
    font-weight: bold; 
    font-family: "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック";
    text-align: left;
    	background: url(img/h2-bg.gif) no-repeat left #fff;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #333;
	font-size: 16px;
        clear: both;


}

.header a, .header2 a  { text-decoration: none; }
/*サイドーバー広告枠*/
#side #side_waku {
	margin-bottom: 15px;
　　　　   margin-top: 2px;
	padding-top: 5px;
	border: solid 0px #b9b8ab;
	background: #fff;}

/*サイドーバー広告画像*/
.koukoku-img{
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
}



/*サイドーバー広告テキスト*/
.koukoku-txt{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	line-height:120%;
	font-size:14px;
	color:#555;	


}

/*サイドーバー広告タイトル*/

.koukoku-title
{
       background: url(img/side-koukoku.jpg) no-repeat 0 0px;
       clear:both;
       height: 30px;
       line-height: 30px;
       padding-top:2px;
       padding-left: 40px;
       margin-top:2px;
       color: #fff;
       font-weight:bold;
       font-size:16px;
    height: 60px;}




#side  p {
	margin:0;
	margin-top:3px;
	line-height:110%;
	font-size:14px;
	color:#666;
	background: none;
}

#side  a {
	margin:0;
	line-height:120%;
	font-size:14px;
         font-weight: bold; 
}

#side  a:hover {
}





/*-------------------------------------------------------
■ フッター
-------------------------------------------------------*/

#footer
{
    position: relative;
    margin: 0;
    padding: 0 5px;
    width: 840px;
    height: 100px;
    text-align: center;
    font-size: 0.9em;
    clear: both;
}

#footer p { margin: 0; padding: 0; }

.copy
{ 
    margin: 0;
 padding: 20px 0 0;
    color: #666;
    font-size: 0.9em;
}

.f-navi
{
 text-align: center;
 padding: 10px;
}


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

#side ul
{
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

#side li
{
    display: block;
    line-height: 15px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #666;
    border-bottom: 1px dotted #ccc;
}

#side li a
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
     color: #666;
    display: block;
  line-height: 1.5;
   padding: 5px 3px 5px 10px;

      margin: 2px 0;
    border-left: 2px solid #dcdcdc;
    text-decoration: none;
}

#side li a:hover
{
    border-left: 0px solid #990000;
    color: #990000;
}

#side li.sidetitle
{
    width: auto;
    height: 15px;
    margin: 0;
    padding: 7px 0 7px 10px;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.25;
    display: block; 
}


/*-------------------------------------------------------
■ ボックスレイアウト
-------------------------------------------------------*/


.topbox
{
   width: 248px; 
   _width: 47%; 
   margin: 10px 5px 10px;
   padding: 5px;
   color: #666;
   line-height: 1.5;
   float: left;
   border: 1px dotted #ddd;
   _border: 1px solid #ddd;
   background: #fff;
}

.topbox2
{
   width: 248px; 
   _width: 47%; 
   margin: 10px 5px 10px;
   padding: 5px 5px 120px 5px;
   color: #666;
   line-height: 1.5;
   float: left;
   border: 1px dotted #ddd;
   _border: 1px solid #ddd;
   background: #fff;
}

.topbox2 h3 a
{
   margin: 5px;
   padding: 0;
   line-height: 30px;
    height: 30px;
    display: block;
    margin: 0;
    padding: 0 0 0 30px;
}

.topbox3
{
 _width: 100%;
 margin: 2px 0 10px;
   border: 1px dotted #ddd;
   _border: 1px solid #ddd;
 background: #fff;
 min-height: 110px;
 padding: 10px;
}

.box
{
    position: relative;
    width: auto;
    _width: 100%;
    line-height: 1.5;
    margin: 15px 10px;
    padding: 0;
    font-size: 0.9em;
    border: 1px solid #dcdcdc;
    background: #fcfcfc;
}

#main .box p
{
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 3px 0 3px 5px;
    background: #f0f0f0;
}

.box ul {
    margin: 10px 0 10px 25px;
    padding: 0;
}

.box li {
    margin: 0;
    padding: 0;
    line-height: 1.75;
}


/*-------------------------------------------------------
■ その他
-------------------------------------------------------*/

#main .content-nav
{
    position: relative;
 line-height: 1.5;
 margin: 0;
 padding:  5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}

.more, .click
{
 text-align: right;
 }

.click a
{
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0;
    padding: 0 30px 0 0;
}

.gotop
{
    height: 18px;
    text-align: right;
    margin: 15px;
    padding: 0 20px 0 0;
    clear: both;
}

.adr
{
    margin: 0;
    padding: 0;
    width: 500px;
    min-height: 500px;
}

#side p
{
    margin: 10px 0;
    padding: 0;
}

.center { text-align: center; }

.b1 {
    font-family: "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック";
    font-weight: normal; 
    font-size: 1.2em;
}

.bb {
    font-family: "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック";
    font-weight: normal; 
    font-size: 1.6em;
}

.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
.line { border-top: 1px dashed #ccc; clear: both; margin: 0 5px; font-size: 5px;}
img { border: none; }

/*-------------------------------------------------------
■ グローバルナビゲーション
-------------------------------------------------------*/

#navi
{
    margin: 0;
    padding: 0;
    width: 840px;
    height: 36px;
    margin: 0 auto;
    background: #333;
    border-bottom: 1px solid #333;
}

#navi ul
{
    height: 36px;
    list-style: none;
    margin: 0 0 0 1px;
    padding: 0;
    text-align: center;
}

#navi li
{
    margin: 0;
    padding: 0;
    float: left;
}

#index #navi li .index
{
    border-left: none;
}

#navi li a{
    width: 132px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #fff;
    display: block;
    text-decoration:none;
    float: left;
    border-left: 1px solid #ccc;
}


/*-------------------------------------------------------
■ AF追加スタイルシート
-------------------------------------------------------*/
/*
topページ用
---------------------------------------------------*/


.top {
	background: url(img/h2-bg.gif) no-repeat left #fff;
	height: 28px;
	line-height: 32px;
	margin-bottom: 10px;
	padding-left: 25px;
	color: #ff5577;
	font-size: 16px;


}

.top a  { text-decoration: none; }

ボックス１用
-------------------------------------------------------------------*/
/*
ボックスサイズ高さ
-------------------------------------------------------------------*/

.hbtxbox{
	margin-bottom:20px;
	margin-top:5px;
height: 300px;

}





.box1 {
	float: left;
	height: 130px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background: none;
	background-position: bottom;
	position: relative;
	font-size: 14px;
	color: #333;
}

.box1 h4 {
	margin: 0px;
	margin-bottom: 2px;
	padding-left: 8px;
	background-image: url(img/bg_box2.jpg);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.box1 p {
	margin: 0px;
	background: none;
	font-size: 14px;
	color: #333;
	line-height: 16px;padding-top: 1px;


}

.box1 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.box1 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}


/*
ボックス２用
---------------------------------------------------*/


.box2 {
	float: left;
	height: 200px;
	width: 182px;
	border: 1px solid #DDDDDD;
	margin: 2px;
	padding: 2px;
	background: none;
	background-position: bottom;
	position: relative;
}


.box2 h4 {
	margin: 0px;
	padding-left: 8px;
	background-image: url(img/bg_box2.jpg);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.box2 p {
	margin: 0px;
	background: none;
	font-size: 12px;
	color: #333;
	line-height: 16px;

}



.box2 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.box2 .btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}


#top-contents {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #666;
	font-size: 14px;
	width: 580px;

	background:url(img/ninki.gif) no-repeat 0px 0px;
}
#tc-text {
	margin: 0px;
	padding: 26px 18px 0px 148px;
	line-height: 120%;
color: #666;
}

#po-text {
	margin: 0px;
         font-size:14px;
	padding: 2px 5x 2px 150px;
	line-height: 120%;
         color: #666;
}
#po-text p {

	margin: 0px;
	padding: 2px 5x 2px 140px;
	line-height: 20px;
         font-size:14px;
  	color: #333;
	bbackground-image: url(img/note_line.gif);
	margin-right: 5px;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	}


/*
概要
-------------------------------------------------------------------*/

.gaiyou {
	color:#929286;
	font-size:12px;
	line-height:125%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 30px;
	padding:10px 10px 10px 10px;
	background: #FFFFD2;
	border: 1px dashed #929286;
        word-break: break-all
    position: relative;
}


.gaiyou p {
	background: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
	margin: 0px 0px 2px 2px;
	font-size: 12px;
	color: #777;
}

/*色を指定します*/

.mizu { color: #0080c0; }

.kuro { color: #000000; }
.aka { color: #db0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}

/*文字を太くします*/
.b { font-weight: bold; }

/*文字のフォントを指定します*/
.big { font-size: 18px; }
.big1 { font-size: 24px; }
.big2 { font-size: 16px; }
.big18 { font-size: 18px; }
.big24 { font-size: 24px; }
.big16 { font-size: 16px; }

/*文字を装飾します*/
.line1 { background: #ffff7d;

 }


/*文字列を右に指定します*/
/*下に余白なし*/
.goto1 {
	margin: 1px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 14px;
}

/*下に余白あり*/
.goto2 {
	margin: 5px 10px 0px 10px;
	padding-bottom: 10px;
        text-align: right;
	font-size: 14px;
}
	

/*画像の位置を指定します*/
.imgl {
	margin: 3px 10px 5px 3px;
	padding: 0;
	float: left;
}


.imgr {
	margin: 3px 5px 5px 10px;
	padding: 0;
	float: right;
}


.hbtx1{
	color:#333333;
	font-size:14px;
	line-height:110%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 30px;
	padding:10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #a5a5a5;
        word-break: break-all}

.hbtx2{
	color:#000;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
	margin-left:15px;
	margin-right:0px;
	margin-bottom:30px;
	margin-top:5px;
	word-break: break-all;

}


.hbtx3{
	color:#929286;
	font-size:12px;
	line-height:125%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 30px;
	padding:10px 10px 10px 10px;
	background: #FFFFD2;
	border: 1px dashed #929286;
        word-break: break-all
}

.hbtxtb{
	color:#000;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
	margin-left:15px;
	margin-right:20px;
	margin-bottom:50px;
	margin-top:5px;
	word-break: break-all;
}


/*
文字　色　行間　フォントサイズ　変更
-------------------------------------------------------------------*/

.hbtx1 p{
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	line-height:110%;
	font-size:14px;
	color:#333;
}

.hbtx2 p{
	margin:0;
	padding-right: 25px;
	padding-left: 5px;
	line-height:125%;
	font-size:14px;
	color:#000;
}

.hbtx3 p{
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	line-height:125%;
	font-size:12px;
	color:#929286;
}


/*-------------------------------------------------------
■ 指定
-------------------------------------------------------*/
/*カテゴリ上目次画像*/

.box
{
    position: relative;
    width: 555px;
    _width: 555px;
    line-height: 1.5;
    margin: 15px 10px;
    padding: 0;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    background: #fcfcfc;
}
	
.boxtop
{
	background: url(img/check.gif) no-repeat 0 0px;
　　　　   height: 45px;
	line-height: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 45px;
	color: #333;
	font-size: 16px;
         width: 555px;
	font-weight: normal;}


}




.box ul {
    margin: 10px 0 10px 25px;
    padding: 0;
}

.box li {
    margin: 0;
    padding: 0;
    line-height: 1.75;ｈ１
}





/*
チェック・ポイント
-------------------------------------------------------------------*/

.check {
	font-size: 14px;
        font-weight: bold;
	color: #333;
	line-height: 25px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 1px;
	padding-top: 0px;
	paddingn-bottom: 0px;
	padding-right: 3px;
	padding-left: 28px;
        text-align: left;
background-image : url(img/check.gif);
	background-repeat: no-repeat;
	
}
.checkp {
	font-size: 14px;
        font-weight: normal;
	color: #333;
	line-height: 110%;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 1px;
	padding-top: 0px;
	paddingn-bottom: 0px;
	padding-right: 3px;
	padding-left: 20px;
        text-align: left;
background-image : url(img/checkp.gif);
	background-repeat: no-repeat;
	
}

#check1 {
	font-size: 14px;
         font-weight: bold;
	color: #333;
	line-height: 25px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 5px;
	padding-top: 0px;
	paddingn-bottom: 0px;
	padding-right: 3px;
	padding-left: 28px;
         text-align: left;
         background-image : url(img/n1.gif);
	background-repeat: no-repeat;
	
}

.check2 {
	font-size: 14px;
         font-weight: bold;
	color: #333;
	line-height: 25px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 5px;
	padding-top: 0px;
	paddingn-bottom: 0px;
	padding-right: 3px;
	padding-left: 28px;
         text-align: left;
         background-image : url(img/n2.gif);
	background-repeat: no-repeat;
	
}


.check3 {
	font-size: 14px;
         font-weight: bold;
	color: #333;
	line-height: 25px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 5px;
	padding-top: 0px;
	paddingn-bottom: 0px;
	padding-right: 3px;
	padding-left: 28px;
         text-align: left;
         background-image : url(img/n3.gif);
	background-repeat: no-repeat;
	
}


.hbtxqa{
	color:#000;
	font-size:12px;
	line-height:125%;
	font-weight:normal;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:1px;
	margin-top:1px;
	word-break: break-all;
	text-align:center;
background-image: url(../images/s-bg1.gif);
	background-repeat:repeat-y;
	padding-top: 50px;
	

}
.hbtxqa p{
	margin:0;
	padding-right: 50px;
	padding-left: 80px;
	line-height:125%;
	font-size:12px;
	color:#333;
	text-align:left;

}



/*------------------------------------------トップ総合ランキング*/
#boxrank {
	float: left;
	height: 30px;
	width: 130px;
	border: 0px solid #DDDDDD;
	margin: 2px;
	padding: 0px;
	background: none;
	background-position: bottom;
	position: relative;

}





.s1_rank{
	margin: 0px 0px 0px 50px;
float:left;

	}

.s1_rank a {
	display: block;
	width: 153px;
	height: 37px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/rank_1.gif");
	}

.s1_rank a:hover {
	background-position: 0 -37px;
	}

.s2_rank{
	margin: 0px 0px 0px 85px;
float:left;

	}

.s2_rank a {
	display: block;
	width: 153px;
	height: 37px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/rank_2.gif");
	}

.s2_rank a:hover {
	background-position: 0 -37px;
	}

.s3_rank{
	margin: 0px 0px 0px 120px;
float:left;

	}

.s3_rank a {
	display: block;
	width: 153px;
	height: 37px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/rank_3.gif");
	}

.s3_rank a:hover {
	background-position: 0 -37px;
	}

.s4_rank{
	margin: 10px 0px 0px 50px;
float:left;

	}

.s4_rank a {
	display: block;
	width: 153px;
	height: 37px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/rank_4.gif");
	}

.s4_rank a:hover {
	background-position: 0 -37px;
	}

.s5_rank{
	margin: 10px 0px 10px 85px;
float:left;

	}

.s5_rank a {
	display: block;
	width: 153px;
	height: 37px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/rank_5.gif");
	}

.s5_rank a:hover {
	background-position: 0 -37px;
	}

.s6_rank{
	margin: 10px 0px 0px 120px;
float:left;

	}

.s6_rank a {
	display: block;
	width: 153px;
	height: 37px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/rank_6.gif");
	}

.s6_rank a:hover {
	background-position: 0 -37px;
	}


