﻿/* CSS Document */

* {
	color:#000000;
	padding:0;
	line-height: 140%;
	margin: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}


body {


    background: url(img/bg.jpg) repeat;


        width: 860px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        font-size: 14px;
        color: #333;
        line-height: 125%;
        font-family: "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック";
        position: relative;
}


a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }




/*
装飾用文字色
-------------------------------------------------------------------*/


/*色を指定します*/
.mizu { color: #0080c0; }
.pink { color: #ff99ab; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.aka { color: #db0000; }

/*文字を太くします*/
.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: #ffff7d;

 }



/*画像の位置を指定します*/
.imgl {
	margin: 5px 20px 5px 0px;
	padding: 0;
	float: left;
}


.imgr {
	margin: 5px 15px 5px 20px;
	padding: 0;
	float: right;
}

img { border: none; }

strong{
	font-weight:normal;
}

/*アフィリリンク誘導*/
/*ｈ２*/

.goto01 {
	margin: 10px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}


/*ｈ３*/

.goto02 {
	margin: 10px 10px 1px 10px;
	padding-top:0px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.goto03 {
	margin: 10px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}
.goto04 {
	margin: 10px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}

/*比較表用*/

.gotobox1 {
	margin: 10px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

/*文字列を右に指定します*/
/*大文字*/
.goto {
	margin: 1px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}
/*下に余白なし*/
.goto1 {
	margin: 0px 10px 0px 10px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
/*下に余白あり*/
.goto2 {
	margin: 0px 10px 0px 10px;
	padding-bottom: 10px;
        text-align: right;
	font-size: 14px;
	font-weight: bold;
}


.center { text-align: center; }


/*
ページレイアウト
-------------------------------------------------------------------*/

#wrap
{
    width: 860px;
}

/*ＦＦ*/
html>body #wrap
{
    width: 860px;
}


/*IE7.0*/
*:first-child+html #wrap
{
    width: 860px;
}

/*
ヘッダー
-------------------------------------------------------------------*/

#header {
        height: 20px;
        background: url(img/bana-ao.jpg) no-repeat left top ;
        position: relative;
        width: 860px;
        margin: 0;
        padding: 0 0px;
        text-align: center;
}

/*ＦＦ*/
html>body #header  {
        width: 860px;

        margin: 0;
        padding: 0 0px;
}

/*IE7.0*/
*:first-child+html #wrap
{
        width: 860px;

        margin: 0;       
        padding: 0 0px;
}


/*
ヘッダー（サイトタイトル）
-------------------------------------------------------------------*/

#header h1 {
       position:absolute; top: 2px; right: 30px;
       text-align: left;
       float: right;
       font-size: 10px;
       font-weight: normal;
       color: #666;

}

/*ＦＦ*/
html>body #header h1 {

}

/*IE7.0*/
*:first-child+html #header h1 {

}



/*
ヘッダー画像部分
-------------------------------------------------------------------*/

#banner {
    margin: 0 auto;
    padding:0;
    width: 840px;
    height: 230px;
}



/*ＦＦ*/
html>body #banner  {
    padding: 0;
}


/*IE7.0*/
*:first-child+html #banner {
    padding: 0;
}

/*
バナー内テキスト部分
-------------------------------------------------------------------*/

#banner p
{
   width: auto;
    margin: 0 20px;
    padding: 10px;
    font-size: 12px;
    line-height: 140%;
    font-weight: normal;
    text-align: left;
    color: #333;

}

/*
 メインコンテンツ全体 基本レイアウト
-------------------------------------------------------------------*/


#container
{
    position: relative;
    width: 860px;
    margin: 0 auto;
    padding: 0 0px;
    text-align: center;
    background: #fff;
    background: url(img/bbg-ao.jpg) repeat-y ;

}

 /*ＦＦ*/
html>body #container
{
    width:860px;
    margin: 0 auto;
    padding: 0 ;


}



/*IE7.0*/
*:first-child+html #container
{
    width: 860px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}



/*
メインコンテンツ基本レイアウト（記事部分）
-------------------------------------------------------------------*/

#main
{
    position: relative;
    min-height: 1px;
    text-align: left;
    width:820px;
    margin:0 auto;
    padding: 0;
}

 /*ＦＦ*/
html>body #main
{
     width:820px;
    }

/*IE7.0*/
*:first-child+html #main
{
   }

#main p {
	color: #333;
	font-size: 14px;
	margin:0;
	padding-top: 1px;
	padding-right: 25px;
	padding-left: 5px;
	line-height:145%;

 }



#main h2 {
        clear: both;
   	background: url(img/h2-aka.gif) no-repeat left #fff;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	margin-top: 15px;	
        margin-bottom: 10px;
        padding-top: 2px;
	padding-left: 25px;
	margin-right: 10px;
	color: #333;
	font-size: 16px;
    　　width: 780px;
	font-weight: bold;}

#main h3 {
        clear: both;
  	background: url(img/h3-bg.gif) no-repeat left #fff;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	margin-top: 15px;	
        margin-bottom: 10px;
        padding-top: 2px;
	padding-left: 25px;
	margin-right: 10px;
	color: #fff;
	font-size: 16px;
    　  width: 780px;
	font-weight: bold;}





#main .hbtx{
	color:#3330;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:30px;
	margin-top:5px;
	word-break: break-all;

}

#main .hbtx1{
	color:#3330;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:30px;
	margin-top:5px;
	word-break: break-all;

}

#main .hbtx2{
	color:#3330;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:30px;
	margin-top:5px;
	word-break: break-all;

}

#main .hbtx3{
	color:#3330;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:30px;
	margin-top:5px;
	word-break: break-all;

}



/*
フッター
-------------------------------------------------------------------*/


#footer {    　　clear: both;	
        position: relative;
    　　margin: 0 auto;
    　　padding: 0;
    　　padding-top: 15px;
	height:130px;
        width: 860x;
        text-align: center;
color:#666;
         background: url(img/foot-ao.jpg) no-repeat;
}

/*ＦＦ*/
html>body #footer {	height:130px;
    　　margin: 0 auto;
margin-top:-30px;

}



/*IE7.0*/
*:first-child+html #footer {	height:130px;
    　　margin: 0 auto;

}




#footer #setumei{
       width: 840x;	
height:40px;
    margin : 0 auto;
	color:#666;
	text-align: center;
	
}



#footer #setumei h4 {
       width: 800px;
    　　margin: 0 auto;

	font-weight:normal;
	color:#666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;

	
}

/*ＦＦ*/
html>body #footer #setumei h4 {



}



/*IE7.0*/
*:first-child+html #footer #setumei h4 {


}


#footer #setumei p  {
       width: 800px;

	color:#666;
	font-size:10px;
	line-height:125%;
	font-weight:normal;
    margin : 0 auto;

	padding:0;
        text-align: center;

}
#footer .copy
{ 
	height:25px;      width: 840x;
      height: 25px;
      margin: 0;
      margin-left: 13px;
      padding: 0 ;
padding-top:5px;
      color: #fff;
      font-size: 10px;
}

/*ＦＦ*/
html>body #footer .copy
{ 
}


/*IE7.0*/

*:first-child+html #footer .copy
{ 
}


#footer .copy a{
      font-size: 10px;

	text-decoration:none;
	color:#fff;}



#footer a{
	text-decoration:none;
	color:#666;
    font-size: 12px;

	
}




/*
リンク
-------------------------------------------------------------------*/


#linknav{
margin:0 auto;
       width: 800px;
	line-height:1em;
	height:20px;
	padding:0;
    margin ; 0 auto;

	font-size:14px;
	color:#666;
        text-align: center;
}

/*ＦＦ*/
html>body #linknav {
    　　margin: 0 auto;
	padding-top:20px;

}



/*IE7.0*/
*:first-child+html #linknav {
    　　margin: 0 auto;
	padding:0;


}

#linknav a{

	text-decoration:none;
	color:#666;

	
}

#link{
	height:20px;	line-height:1em;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:0px;
	text-align:center;
	font-size:10px;
	color:#666;
        text-align: right;
}

/*ＦＦ*/
html>body #linkv {

}



/*IE7.0*/
*:first-child+html #link {

	padding-top:10px;


}


#link a{

	text-decoration:none;
	color:#666;
	font-size:10px;
	
}


/*
アクセス解析STOP用
-------------------------------------------------------------------*/
#stopa {
	text-align:left;
	padding 0;
	background-image: url();
	background-repeat: repeat-x;
	background-position: top;
	margin: 0　auto;
}



/*
概要
-------------------------------------------------------------------*/

#gaiyou {
	color:#eee;
	font-size:10px;
	line-height:125%;
	font-weight:normal;
	margin-top: 20px;
	margin-left: 0px;
	margin-right:20px;
	margin-bottom: 10px;
	padding:0;
	background: #f7f8f4;
	border: 0px solid #929286;
        word-break: break-all
        position: relative;
         clear: both;
}


#gaiyou p {
	background: none;
	margin: 0px;
	padding: 5px;
	font-size:10px;
	line-height:130%;
	color: #999;
}



/*-------------------------------------------------
	ボタン
--------------------------------------------------*/


.ct {
	height: 62px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.ct a{
	display: block;
	background-image: url(img/bt_off.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 62px;
	display: block;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: -1000px;
	overflow: hidden;

}


.ct a:hover{
	background-image: url(img/bt_on.jpg);
}

.ctb {
	height:100px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.ctb a{
	display: block;
	background-image: url(img/btb_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	display: block;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: -1000px;
	overflow: hidden;

}


.ctb a:hover{
	background-image: url(img/btb_on.jpg);
}


/*-------------------------------------------------
	テーブル
--------------------------------------------------*/

/*-------------------------------------------------
	比較表1
--------------------------------------------------*/
.hikakutbl {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.hikakutbl table {
	width: 750px;
	margin: 5px 0 10px 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;
}

.hikakutbl th {
	margin: 0;
	padding: 3px 0;
	border: 1px solid #CCCCCC;
	font-size: 16px;
        font-weight: bold;
	color: #fff;
	text-align: center;
	background-image: url(img/te.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}


.hikakutbl td {
	margin: 0;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

td.price {
	margin: 0;
	padding: 0;
	width: 90px;
	text-align: center;
	font-size: 14px;
}

td.hikakutxt {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 130%;
}

.imgtitle1 {
 	font-size: 16px;
        font-weight: bold;
        color:#fff;
}

.imgtitle {
	margin: 5px 0px 2px 5px;
        font-weight: bold;
        color:#0080c0;
 	font-size: 16px;

}

.imghikaku {
	margin: 0px 10px 10px 10px;
		padding-top: 5px;
}


td.no01 {
	width: 135px;
	height: 120%;
	padding-left: 40px;
	background-image: url(img/1.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}



td.no02 {
	width: 135px;	height: 120%;
	padding-left: 40px;
	background-image: url(img/2.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}

td.no03 {
	width: 135px;	height: 120%;
	padding-left: 40px;

	background-image: url(img/3.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}


td.no04 {
	width: 135px;	height: 120%;
	padding-left: 40px;

	background-image: url(img/4.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}
td.no05 {
	width: 135px;	height: 120%;
	padding-left: 40px;

	background-image: url(img/5.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}


/*
申込ボタン
-------------------------------------------------------------------*/

.link-kuchikomi {
	margin: 0;
	text-indent:-9999px;
}


.link-kuchikomi a 
{
	overflow: hidden;
	display: block;
	width: 120px;
	height: 16px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/kochira21.jpg);
	text-indent:-9999px;
	margin-left: 145px;
	margin-top: 5px;
	margin-bottom: 0px;
      } 


.link-kuchikomi a:hover {
	width: 120px;
	height: 16px;
         background-position:0 -16px;
	text-decoration: none;
			}





/*---------------------感想文*/


#kansou {
 background:url(img/kansou.jpg) no-repeat left top;
 padding-left:160px;
 width:100%;

 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:10px;
 padding-top:20px;

}
#kansou p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:540px;
 float:none;
 _float:right;
}




/*-------------------------------------------------
	テーブル
--------------------------------------------------*/

/*-------------------------------------------------
	比較表1
--------------------------------------------------*/
.hikakutbl {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.hikakutbl table {
	width: 750px;
	margin: 5px 0 10px 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;
}

.hikakutbl th {
	margin: 0;
	padding: 3px 0;
	border: 1px solid #CCCCCC;
	font-size: 16px;
        font-weight: bold;
	color: #fff;
	text-align: center;
	background-image: url(img/te.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}


.hikakutbl td {
	margin: 0;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

td.price {
	margin: 0;
	padding: 0;
	width: 90px;
	text-align: center;
	font-size: 14px;
}

td.hikakutxt {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 130%;
}

.imgtitle1 {
 	font-size: 16px;
        font-weight: bold;
        color:#fff;
}

.imgtitle {
	margin: 5px 0px 2px 5px;
        font-weight: bold;
        color:#0080c0;
 	font-size: 16px;

}

.imghikaku {
	margin: 0px 10px 10px 10px;
		padding-top: 5px;
}


td.no01 {
	width: 135px;
	height: 120%;
	padding-left: 40px;
	background-image: url(img/1.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}



td.no02 {
	width: 135px;	height: 120%;
	padding-left: 40px;
	background-image: url(img/2.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}

td.no03 {
	width: 135px;	height: 120%;
	padding-left: 40px;

	background-image: url(img/3.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}


td.no04 {
	width: 135px;	height: 120%;
	padding-left: 40px;

	background-image: url(img/4.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}
td.no05 {
	width: 135px;	height: 120%;
	padding-left: 40px;

	background-image: url(img/5.gif);
	background-repeat: no-repeat;
	background-position: 4px 60px;
}


/*
申込ボタン
-------------------------------------------------------------------*/

.link-kuchikomi {
	margin: 0;
	text-indent:-9999px;
}


.link-kuchikomi a 
{
	overflow: hidden;
	display: block;
	width: 120px;
	height: 16px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/kochira21.jpg);
	text-indent:-9999px;
	margin-left: 330px;
	margin-top: 5px;
	margin-bottom: 0px;
      } 


.link-kuchikomi a:hover {
	width: 120px;
	height: 16px;
         background-position:0 -16px;
	text-decoration: none;
			}


/*
ボックス２列×２列
---------------------------------------------------*/
.box1_h {
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}



#box1 {
	float: left;
	height: 240px;
	width: 360px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background: none;
	background-position: bottom;
	position: relative;
	font-size: 14px;
	color: #333;

}
#box1 h4 {
	margin: 0px;
	padding-left: 8px;
	padding-top: 1px;
	margin-bottom: 10px;
	background-image: url(img/bg_box1.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #FFFFFF;
	font-size: 14px;
        font-weight: bold;
	height: 25px;
	line-height: 25px;
        width: 350px;

}

#box1 p {
	margin: 0px;
	background: none;
	font-size: 14px;
	color: #333;
	line-height: 140%;
        padding-top: 1px;

}

.imgbox1 {
	margin: 5px 5px 5px 5px;
	padding: 0;
	float: left;
}


/*---------------------感想文*/


#kansou {
 background:url(img/kansou.jpg) no-repeat left top;
 padding-left:160px;
 width:100%;

 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:10px;
 padding-top:20px;

}
#kansou p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:540px;
 float:none;

}








/*アフィリリンク誘導*/
/*ｈ２*/

.goto {
        position: relative;
 	clear: both;
 	background: url(img/link.gif) no-repeat left ;
　　　　height: 80px;
	line-height: 80px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 100px;
	padding-top: 35px;
	color: #333;
	font-size: 20px;
        width: 740px;
	font-weight: bold;
}


/*ＦＦ*/
/*ＦＦ*/
html>body  .goto {
        position: relative;
 	clear: both;
 	background: url(img/link.gif) no-repeat left ;
　　　　height: 80px;
	line-height: 80px;
	margin-top: 15px;
	padding-left: 100px;
	padding-top: 20px;
	color: #333;
	font-size: 20px;
        width: 740px;
	font-weight: bold;
}






/*IE7.0*/
*:first-child+html .goto {
        position: relative;
 	clear: both;
 	background: url(img/link.gif) no-repeat left ;
　　　　height: 80px;
	line-height: 80px;
	margin-top: 15px;
	padding-left: 100px;
	padding-top: 15px;
	color: #333;
	font-size: 20px;
        width: 740px;
	font-weight: bold;
}





/*
		テーブル - table tr th td
 -------------------------------------------------- */

#main table{
	margin: 20px 40px;
    font-size: 1.0em;
    empty-cells: show;
    border-spacing: 0px;
    border-collapse: collapse;
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
}


#main table tr th{
	margin: 1px;
	padding: 7px;
    color: #fff;
	font-weight: bold;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #006600;
}


#main table tr td{
	padding: 7px;
	text-align: left;
	border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}





.boxrank4 {
 margin: 0;
 padding: 0;
 margin-bottom: 30px;
	clear: both;
}
 
.boxrank4 table   {
 background :#fff;
 margin: 5px 0 10px 5px;
 padding: 0;
 color: #333;
 width: 700px;
 border-collapse: collapse;
 font-size: 12px;
 line-height: 130%;
}
 
.boxrank4 td {
 border: solid 0px #ddd;
 padding: 5px;
 
}
 
.boxrank4 th {
 border: solid 1px #ddd;
 padding: 8px 5px 8px 10px;
 	background: #e4f4fe;
	font-weight: normal;
	color: #0080c0;
 font-size: 14px;
        font-weight: bold;

 text-align: center;
 background-image: url(img/te1.gif);
 background-position: 0 0;
 
}

.boxrank4 .price {
	margin: 0;
	padding: 0;
text-align: center;
	font-size: 14px;
	font-weight: bold;
}




.boxrank4 td.hikakut {
	margin: 0;
	padding: 0;
	width: 90px;
	text-align: center;
	font-size: 14px;
 	background: #e4f4fe;
	font-weight: normal;
	color: #0080c0;
}


.boxrank4 td.col1 {


	text-align: left;
	font-size: 14px;
 	background: #fff;
	font-weight: normal;
	color: # 333;
}


.boxrank4 td.col2 {


	text-align: left;
	font-size: 14px;
 	background: #fdf5f3;
	font-weight: normal;
	color: # 333;
}



/* ------------------------------ ranking */

#main .rank{
	margin: 20px 0px;
	border: 1px #333333 dotted;
}

#main .rank dl.order{
	padding: 20px 20px 5px 20px;
	border-bottom: 1px #333333 dotted;
}

#main .rank dl.order dt{
	float: left;
}

#main .rank dl.order dt.name{
	float: none;
	margin: 0px 0px 0px 90px;
	font-size: 2.0em;
	line-height: 35px;
}

#main .rank dl.order dd{
	margin: 0px 20px 0px 90px;
}


#main .rank p{
	margin: 10px 40px;
}


#main .rank dl.detail{
	margin: 10px 50px 0px;
	padding: 0px 0px 20px 0px;
}


#main .rank dl.detail dt{
	float: left;
	width: 150px;
	padding: 5px 0px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}

#main .rank dl.detail dd{
	padding: 5px 1em 5px 13em;
	border-bottom: 1px #333333 dotted;
}


#dot {
	text-align:left;
	padding 0;
	background-image: url(img/slash.gif);

	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
         height: 10px;
}






/*-------------------------------------------------
●ランキング（育毛Best3）オプション４
--------------------------------------------------*/

#rankkin1{
    clear: both;
   	background: url(img/rankkin1.jpg) no-repeat left #fff;
	height: 300px;
        	margin: 0 auto;	
         padding: 5px;
 padding-left:250px;
 padding-top:5px;
}


#rankkin1 p{
 line-height:24px;
 padding:30px;
 padding-top:30px;
 width:350px;
}
/*ＦＦ*/
html>body #rankkin1 p{
line-height:24px;
 padding:30px;
 padding-top:30px;
 width:300px;
	}

/*IE7.0*/
*:first-child+html #rankkin1 p{

line-height:24px;
 padding:30px;
 padding-top:30px;
 width:300px;
	}

#rankgin1{float: left;
   	background: url(img/rankgin1.jpg) no-repeat left #fff;
	height: 220px;
        	margin: 0px;	
         padding: 0px;
 padding-left:120px;
 padding-top:5px;
}


#rankgin1 p{
 line-height:24px;
 padding:10px;
 padding-top:20px;
padding-right:30px;
 width:180px;
}
/*ＦＦ*/
html>body #rankgin1 p{
 line-height:24px;
 padding:30px;
 padding-top:30px;
 width:120px;	}

/*IE7.0*/
*:first-child+html #rankgin1 p{

 line-height:24px;
 padding:30px;
 padding-top:30px;
 width:120px;	}


#rankdou1{float: left;

 
   	background: url(img/rankdou1.jpg) no-repeat left #fff;


	height: 220px;
        	margin: 0px;	
         padding: 0px;
 padding-left:120px;
 padding-top:5px;

}


#rankdou1 p{
 line-height:24px;
 padding:10px;
 padding-top:20px;
 padding-right:15px;
 width:175px;
}
/*ＦＦ*/
html>body #rankdou1 p{
line-height:24px;
 padding:30px;
 padding-top:30px;
 width:120px;
	}

/*IE7.0*/
*:first-child+html #rankdou1 p{

line-height:24px;
 padding:30px;
 padding-top:30px;
 width:120px;
	}

.kinbt {
	margin: 5px 0px 15px 130px;

	}

.kinbt a {
	display: block;
	width: 184px;
	height: 33px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/rankkinbt.jpg");
	}

.kinbt  a:hover {
	background-position: 0 -33px;
	}


.ginbt {
	margin: 0px 0px 15px 15px;

	}
.ginbt a {
	display: block;
	width: 124px;
	height: 22px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/rankginbt.jpg");
margin-top: 20px 
	}

.ginbt  a:hover {
	background-position: 0 -22px;
	}





/*-------------------------------------------------
●ランキングオプション00
--------------------------------------------------*/


#element1
 {
	padding: 10px;
	background: url("img/g-gura.gif") no-repeat;
}






