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

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



/*-------------------------------------------------------
■ 背景画像指定
-------------------------------------------------------*/
body { background: #fff; background:url(img/bana-bg.jpg) repeat-x #fff;
}
#banner div { background: #fff;  background: url(img/banner.jpg) no-repeat  right;  }
#container { background: #fff; background: url(img/bbg.gif); }






/*-------------------------------------------------------
■ 指定
-------------------------------------------------------*/


/*カテゴリ上目次画像*/	
.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
{
    position: relative;
    width: 555px;
    _width: 555px;
    line-height: 1.5;
    margin: 15px 10px;
    padding: 0;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    background: #fcfcfc;
}

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

	padding-left: 8px;
	background-image: url(img/check.gif);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

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

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


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

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

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

.header2 { color: #990000; }

/*色を指定します*/
.aka { color: #ff0000; }
.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; }


/*文字を装飾します*/
.line { background: #ffff00; }



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


.imgr {
	margin: 5px 15px 5px 20px;
	padding: 0;
	float: right;
}



strong{
	font-weight:normal;
}

/*文字列を右に指定します*/
/*下に余白なし*/
.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;
}

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


.center { text-align: center; }

img { border: none; }
/*-------------------------------------------------------
■ 基本レイアウト
-------------------------------------------------------*/

body {
    width: 850px;
    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: 130px;

   background: url(img/bana.jpg) no-repeat left top #fff;
    position: relative;
   width: 850px;
    margin: 0;
    padding: 0 1px;
    text-align: center;

  
}

#headertop {
 
     position: relative;
    width: 852px;

    margin: 0;
    padding: 0;
    text-align: center;  
}



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

#header h1 {

position:absolute; top: 5px; left: 15px;
    text-align: left;
    display: inline;

	

}

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

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



#header #logo {
	clear: both;
	padding-top: 12px;
	padding-left: 10px;
	float: left;
　　　　   width: 330px;
　　　　   height: 80px;

}

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


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

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



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

#banner {
background: #fff;
    position: relative;
    margin: 0;
    padding: 0;
    width: 850px;
    height: 202px;
    _height: 200px;
}

#banner div {
    position:absolute; top:0px;left: 0px;
 
    margin: 0;
    padding: 0;
    width: 850px;
    height: 160px;

}




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

#banner span
{
    width: 810px;

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


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

#container
{
    position: relative;
    width: 850px;
    _width: 852px;
    margin: 0;
    padding: 0 1px;
    text-align: center;


}



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


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

#main
{
    display: inline; 
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 590px;
    margin: 5px 0;
    padding: 0;
}

#index #main
{
    display: inline; 
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 590px;
    margin: 5px 0;
    padding: 0;
}
/*IE6.0*/
*html body #index #main{
    display: inline; 
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 590px;
   margin: 5px 0;
    padding: 0;
}


/*IE7.0*/
*:first-child+html #index #main{
    display: inline; 
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 590x;
    margin: 5px 0;
    padding: 0;
}

/*ＦＦ*/
html>body #index #main{
    display: inline; 
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 590x;
    margin: 5px 0;
    padding: 0;
}
#main p {
	color: #333;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 15px;
	margin-left: 5px;
　　　　   margin-top: 5px;
	margin-bottom: 10px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 5px;
	

 }
#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: 10px 10px;
 　　　padding-bottom: 5px;
　　　 margin-right: 20px; 
 　　　border-bottom: 0px dotted #dcdcdc;
}

.entry
{
 　　　line-height: 1.5;
 　　　margin: 15px 10px;
　　　 margin-right: 20px; 
　　　 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; 
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 240px;
    padding: 0;
    margin: 5px;
}

/*サイドーバーカテゴリ*/
#side li a {display: block; width: 100%;
	　　text-decoration: none;
	　　background: url(img/side-li.jpg) no-repeat 0 0px;
	　　padding-left: 20px;
	　　color: #555;
	　　font-size: 12px;
}
#side li a:hover { background-position: 0 -30px;
	text-decoration: none;
	color: #fff;}

#side li.sidetitle { background: url(img/st.gif); }

#side li a {display: block; width: 100%; text-decoration: none;
	background: url(img/side-li.jpg) no-repeat 0 0px;
	padding-left: 20px;
	color: #555;
	font-size: 12px;
}


/*サイドーバー広告枠*/
#side #side_waku {
	margin-bottom: 15px;
　　　　   margin-top: 2px;
	padding-top: 5px;
	border: solid 1px #b9b8ab;
	background: #fff;}

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

/*サイドーバー広告テキスト*/
.koukoku-txt{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	line-height:120%;
	font-size:12px;
	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: 25px;
       margin-top:2px;
       color: #fff;
       font-weight:bold;
	font-size:16px;
}

/*サイドーバー広告枠なし*/
#side #side_waku1 {
	margin-bottom: 15px;
         margin-top: 0px;
	padding-top: 5px;
	border: solid 0px #b9b8ab;
	background: #fff;}




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

#side  a {
	margin:0;
	line-height:120%;
	font-size:12px;
	background: none;
}

#side  a:hover {
	color:red;
}


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

.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: 14px;
    font-weight: normal; 
    font-family: "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック";
    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;
         clear: both;


}

.header a, .header2 a  { text-decoration: none; }
/*-------------------------------------------------------
■ メイントップバック画像
-------------------------------------------------------*/

#top-contents {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #666;
	font-size: 14px;
	width: 560px;
　　　　   height: 200px;
	background:url(img/ninki.gif) no-repeat 0px 0px;
}
#tc-text {
	margin: 0px;
	padding: 26px 18px 0px 148px;
	line-height: 120%;
color: #666;
}

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

#footer
{
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    clear: both;
}

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

.copy
{ 
    margin: 0;
    padding: 20px 0 0;
    color: #666;
    font-size: 10px;
    width: 850px;
}

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

/*
リンク集
-------------------------------------------------------------------*/
#link{
	line-height:1em;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:0px;
	text-align:center;
	font-size:12px;
	color:#666;
}
#link a{

	text-decoration:none;
	color: #666;	
}


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

#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: #fff;
    border-bottom: 1px dotted #ccc;
}

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

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




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

.gaiyou {
	color:#929286;
	font-size:12px;
	line-height:125%;
	font-weight:normal;
	margin-top: 20px;
	margin-left: 10px;
	margin-right:30px;
	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;
}


/*
ドットメニュー
-------------------------------------------------------------------*/
#dot {
	text-align:left;
	padding 0;
	background-image: url(img/note_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
         height: 10px;
}


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



/*-------------------------------------------------
	テーブル
--------------------------------------------------*/

/*-------------------------------------------------
	比較表1
--------------------------------------------------*/
.hikakutbl {
	margin: 0;
	padding: 0;
}
.hikakutbl table {
	width: 560px;
	margin: 0 5px;
	padding: 0;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.hikakutbl th {
	margin: 0;
	padding: 3px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background-image: url(img/te.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.hikakutbl td {
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.hikakutxt {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 130%;
}
td.price {
	margin: 0;
	padding: 0;
	width: 90px;
	text-align: center;
	font-size: 13px;
}
.mini {
	font-size: 12px;
}


/*-------------------------------------------------
	比較表画像サイズで変更箇所
--------------------------------------------------*/

/*
margin-top: 7px;
-------------------------------------------------------------------*/

.imghikaku {
	margin: 0px 10px 0px 10px;
	margin-top: 7px;
	padding: 0;
	float: left;
}


/*
height: 80px;←画像高さ20pxくらい
background-position: 4px 40px;←王冠の位置
-------------------------------------------------------------------*/

td.no01 {
	width: 110px;
	height: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/1.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}



td.no02 {
	width: 110px;
	height: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/2.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}
td.no03 {
	width: 110px;
	height: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/3.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}
td.no04 {
	width: 110px;
	height: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/4.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}
td.no05 {
	width: 110px;
	height: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/5.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}
td.no06 {
	width: 110px;
	height: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/6.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}

td.no07 {
	width: 110px;
	height: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/7.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}
td.no08 {
	width: 110px;	height: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/8.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}
td.no09 {
	width: 110px;
	height: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/9.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}
td.no10 {
	width: 110px;
	height: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/10.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
	}


td.no11 {
	width: 110px;
	height: 80px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/oukan.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
	}


/*
100*100用
-------------------------------------------------------------------*/

td.no101 {
	width: 240px;
	height: 110px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/1.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}

td.no102 {
	width: 240px;
	height: 110px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/2.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}
td.no103 {
	width: 240px;
	height: 110px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/3.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}

td.no104 {
	width: 240px;
	height: 110px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/4.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}

td.no105 {
	width: 240px;
	height: 110px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/5.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}

td.no106 {
	width: 240px;
	height: 110px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/6.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}

td.no107 {
	width: 240px;
	height: 110px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/7.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}

td.no108 {
	width: 240px;
	height: 110px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/8.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}

td.no109 {
	width: 240px;
	height: 110px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/9.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}

td.no110 {
	width: 240px;
	height: 110px;
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(img/10.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}



/*
申込ボタン
-------------------------------------------------------------------*/

.link-kuchikomi {
	margin: 0;
	text-indent:-9999px;
}

.link-kuchikomi1 {
	margin: 0;
	padding: 5px 5px 5px 0;
	text-indent:-9999px;

}
/*
margin-left: 80px;申込ボタンの位置はここで調整
-------------------------------------------------------------------*/

.link-kuchikomi a 
{
	overflow: hidden;
	display: block;
	width: 110px;
	height: 14px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/kochira21.jpg);
	text-indent:-9999px;
	margin-left: 200px;
	margin-top: 3px;
	margin-bottom: 5px;
      } 

}

.link-kuchikomi a:hover {
	width: 110px;
	height: 14px;
background-position:0 -14px;
	text-decoration: none;
			}




.link-kuchikomi1 a 
{
	overflow: hidden;
	display: block;
	width: 110px;
	height: 14px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/kochira51.jpg);
	margin: 0;
	padding: 0;
	text-indent: -7777px;
	margin-left: 80px;
	margin-top: 3px;
	margin-bottom: 5px;

}

.link-kuchikomi1 a:hover {
	display: block;
	width: 110px;
	height: 14px;
	background-position:0 -14px;
	text-indent: -7777px;
}


/*-------------------------------------------------
	比較表3
--------------------------------------------------*/




.hikaku-a {
	margin: 0;
	padding: 0;
}
.hikaku-a table {
	width: 560px;
	margin: 0 5px;
	padding: 0;
	font-size: 14px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.hikaku-a th {
	margin: 0;
	padding: 3px 0;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	background-image: url(img/te.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.hikaku-a td {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}
td.no001 {
	width: 125px;
	margin: 0;
	padding: 0 0 0 40px;
	background-image: url(img/1.gif);
	background-repeat: no-repeat;
	background-position: 5px 32px;
}
td.no002 {
	width: 125px;
	margin: 0;
	padding: 0 0 0 40px;
	background-image: url(img/2.gif);
	background-repeat: no-repeat;
	background-position: 5px 32px;
}
td.no003 {
	width: 125px;
	margin: 0;
	padding: 0 0 0 40px;
	background-image: url(img/3.gif);
	background-repeat: no-repeat;
	background-position: 5px 32px;
}
td.no004 {
	width: 125px;
	margin: 0;
	padding: 0 0 0 40px;
	background-image: url(img/4.gif);
	background-repeat: no-repeat;
	background-position: 5px 32px;
}
td.no005 {
	width: 125px;
	margin: 0;
	padding: 0 0 0 40px;
	background-image: url(img/5.gif);
	background-repeat: no-repeat;
	background-position: 5px 32px;
}
td.no006 {
	width: 125px;
	margin: 0;
	padding: 0 0 0 40px;
	background-image: url(img/6.gif);
	background-repeat: no-repeat;
	background-position: 5px 32px;
}
td.no007 {
	width: 125px;
	margin: 0;
	padding: 0 0 0 40px;
	background-image: url(img/7.gif);
	background-repeat: no-repeat;
	background-position: 5px 32px;
}
td.no008 {
	width: 125px;
	margin: 0;
	padding: 0 0 0 40px;
	background-image: url(img/8.gif);
	background-repeat: no-repeat;
	background-position: 5px 32px;
}
td.no009 {
	width: 125px;
	margin: 0;
	padding: 0 0 0 40px;
	background-image: url(img/9.gif);
	background-repeat: no-repeat;
	background-position: 5px 32px;
}
td.no010 {
	width: 125px;
	margin: 0;
	padding: 0 0 0 40px;
	background-image: url(img/10.gif);
	background-repeat: no-repeat;
	background-position: 5px 32px;
}

.link-kuchikomi-a {
	margin: 0;
	padding: 0 20px 10px 0;
	text-align: right;
	text-indent: -7777px;
}

.link-kuchikomi1-a {
	margin: 0;
	padding: 0 20px 10px 0;
	text-align: right;
	text-indent: -7777px;
}

.a-details {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 130%;
}


/*
margin-left: 280px;申込ボタンの位置はここで調整
-------------------------------------------------------------------*/

.link-kuchikomi-a a 
{
	overflow: hidden;
	display: block;
	width: 110px;
	height: 14px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/kochira21.jpg);
	margin: 0;
	padding: 0;
	text-indent: -7777px;
	margin-left: 280px;
	margin-top: 3px;
	margin-bottom: 5px;

}

.link-kuchikomi-a a:hover {
	display: block;
	width: 110px;
	height: 14px;
	background-position:0 -14px;
	text-indent: -7777px;
}

.link-kuchikomi1-a a 
{
	overflow: hidden;
	display: block;
	width: 110px;
	height: 14px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/kochira51.jpg);
	margin: 0;
	padding: 0;
	text-indent: -7777px;
	margin-left: 280px;
	margin-top: 3px;
	margin-bottom: 5px;

}

.link-kuchikomi1-a a:hover {
	display: block;
	width: 110px;
	height: 14px;
	background-position:0 -14px;
	text-indent: -7777px;
}


/*-------------------------------------------------
	
--------------------------------------------------*/

.details {
	margin: 0;
	padding: 0 20px;
}

.details table {
	margin: 15px 0 0 0;
	padding: 0;
	width: 520px;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	font-size: 13px;
}
.details th {
	margin: 0;
	padding: 1px 0 1px;
	width: 100px;
	border: 1px solid #aaaaaa;
	background-color: #66CCFF;
	color: #FFFFFF;
	font-weight: normal;
}
.details td {
	margin: 0;
	padding: 1px 5px 1px 5px;
	width: 420px;
	border: 1px solid #aaaaaa;
}

/*
テーブル(個別記事用)
-------------------------------------------------------------------*/

table.kobetu  {
	background :#fff;
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
	color: #5d5d5d;
	width: 560px;
	border-collapse: collapse;
	font-size: 12px;
}

table.kobetu td {
	border: solid 1px #999;
	padding: 8px 5px 8px 10px;

}

table.kobetu th {
	border: solid 1px #999;
	padding: 8px 5px 8px 10px;
	background:#f8f3e7;
	font-weight: bold;
}

table.kobetu tr.td-c {
	text-align: center;
}


table.kobetu td.td-center {
	text-align: center;
	padding-left: 0px;
}

table.kobetu tr.td-c td{
	padding-left: 5px;
}

table.kobetu tr.td-c th{
	padding-left: 0px;
	padding-right: 0px;
}

table.kobetu th.th-c {
	text-align: center;

}


table.kobetu td.td-left {
	text-align: left;
}


/*
テーブルメインランキング
-------------------------------------------------------------------*/
table.rank-table1  {
	background :#fff;
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
	color: #5d5d5d;
	width: 560px;
	border-collapse: collapse;
	font-size: 12px;
}

table.rank-table1 td {
	border: solid 1px #999;
	padding: 8px 5px 8px 10px;

}

table.rank-table1 th {
	border: solid 1px #999;
	padding: 8px 5px 8px 10px;
	background:#f8f3e7;
	font-weight: bold;
}



table.rank-table1 td.rank-cap {
	padding: 5px;
	text-align: center;
}


table.rank-table1 td.rank-cap img {
	margin: 0px;
	padding: 3px;
	margin-bottom: 0px;
	text-align: center;
}


table.rank-table1 td.white {
	background: #fccece;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
	text-align: center;
	color: #555;
}


table.rank-table1 td.white-2 {
	background: #fff;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
	padding: 2px 2px 2px 5px;
	text-align: left;
	color: #555;
}

table.rank-table1 td.white-top {
	background: #fff;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
	padding: 5px 2px 2px 5px;
	text-align: left;
	vertical-align:top; 
	color: #555;
}

table.rank-table1 td.gray {
	background: #fccece;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
	padding: 2px 2px 2px 5px;
	text-align: left;
	color: #555;
}

table.rank-table1 td.rank-mousikomi {
	padding-left: 100px;
	overflow: hidden;
}

table.rank-table1 td.rank-setumei {
	padding: 2px;
}

#content table.rank-table1 td.rank-setumei p {
	margin-bottom: 0px;
}



table.rank-table1 td.rank-cap a#rank-btn {
	overflow: hidden;
	display: block;
	width: 150px;
	height: 29px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/mousikomi.jpg);
	margin: 0;
	padding: 0;
	text-indent: -7777px;
	margin-left: 13px;
	margin-top: 3px;
}

table.rank-table1 td.rank-cap a#rank-btn:hover {
	display: block;
	width: 150px;
	height: 29px;
	background-position:0 -29px;
	text-indent: -7777px;
}


/*
height: 40px;にするとランキングの線が太くなります
-------------------------------------------------------------------*/

.t-rank1 {
background: url(img/rank1.jpg) no-repeat;
height: 37px;
line-height: 40px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;

}

.t-rank2 {
background: url(img/rank2.jpg) no-repeat;
height: 37px;
line-height: 40px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;
}

.t-rank3 {
background: url(img/rank3.jpg) no-repeat;
height: 37px;
line-height: 40px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;
}

.t-rank4 {
background: url(img/rank4.jpg) no-repeat;
height: 37px;
line-height: 40px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;

}

.t-rank5 {
background: url(img/rank5.jpg) no-repeat;
height: 37px;
line-height: 40px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;

}

.t-rank11 {
background: url(img/rank11.jpg) no-repeat;
height: 37px;
line-height: 40px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;

}

.t-rank12 {
background: url(img/rank12.jpg) no-repeat;
height: 37px;
line-height: 40px;
padding-left: 30px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;

}

table.rank-table1 td.cap-bg {
background: url(img/cap-bg.jpg) no-repeat;
height: 33px;
font-size: 14px;
padding-left: 25px;
color:#333;
}



.t-rank01 {
background: url(img/rank01.jpg) no-repeat;
height: 36px;
line-height: 36px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;

}
.t-rank02 {
background: url(img/rank02.jpg) no-repeat;
height: 30px;
line-height: 30px;
padding-left: 50px;
color: #555;
font-size: 16px;
margin-left: 10px;
font-weight: bold;

}

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

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

}
.box1 h4 {
	margin: 0px;
	padding-top: 1px;
	padding-left: 8px;
	background: url(img/bg_box1.jpg) no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
    height: 28px;
    _height: 25px;

}

.box1 p {
	margin:0;
	line-height:110%;
	font-size:14px;
	color:#666;
	
	}







