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

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



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

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


/*-------------------------------------------------------
■ 回り込み解除
-------------------------------------------------------*/

#clear {
	clear: both;
}

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


/*色を指定します*/
.mizu { color: #0080c0; }
.pink { color: #ff99ab; }
.ao { color: #002255; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.aka { color: #db0000; }
.akapink { color: #e70049;}
.green { color: #369B50;}
.ora { color: #ff9900; }

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

/*下線を引きます*/
.u { text-decoration: underline; }

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


/*文字を装飾します*/

.line { background: #ffff7d; }


/*文字を装飾します*/
.noteline20{	line-height:22px;
	background-image: url(img/line20.gif);

 }
/*ノートのような線を引きます*/
.noteline{
	display: inline!important;
	padding-bottom: 0.3em!important;
	border-bottom: 1px dashed #7070ba!important;
	line-height: 2.1em!important;
	
}

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


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




strong{
	font-weight:normal;
}

/*文字列を右に指定します*/
.gotoh2 {
	margin: 10px 10px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}
.golist{
	margin: 1px 30px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 18px;
	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;
}

/*下に余白なし上に余白あり*/
.goto3 {
	margin: 10px 10px 0px 10px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
/*TOPへ戻る*/
.gotop
{
    height: 18px;
    text-align: right;
    margin: 15px;
    padding: 0;
    clear: both;
}

/*サイドバー用*/
.goside {
	margin: 0px 10px 0px 10px;
	padding-bottom: 10px;
        text-align: right;
	font-size: 14px;
	font-weight: bold;
}


/*バック画像付きリンクです*/
.gotolink {
        position: relative;
 	clear: both;
 	background: url(img/link.gif) no-repeat left ;
　　　　height: 80px;
	line-height: 100px;
	margin-top: -10px;
	margin-bottom: 0px;
	padding-left: 90px;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #333;
	font-size: 20px;
        width: auto;
	font-weight: bold;
}

.gotolink a{ background: url(img/kochira.gif) 0 3px no-repeat; 
	padding-left: 50px;
}

#center { text-align: center; }
.center { text-align: center; }
img { border: none; }


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

body {
    min-width: 930px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    background: #fff; 
     position: relative;

}

#all {
	height: auto;
	width: 100%;
}

/*-------------------------------------------------------
■ ヘッダー（レイアウト）
-------------------------------------------------------*/
#header {
	height: 75x;
	clear: both;
}

/*ＦＦ*/
html>body #header{
    margin: 0 auto;
	}

/*IE7.0*/
*:first-child+html #header{
    margin: 0 auto;
	}


#header #header_in {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 930px;
	height: 75px;

	}



#header_in #logo {
	height: auto;
	width: 400px;
	float: left;
	margin-top: 2px;
}

#header_in #ban {
	float: right;
	height: auto;
	width: 480px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*ＦＦ*/
html>body #header_in #ban{

	}

/*IE7.0*/
*:first-child+html #header_in #ban{

	}





/*-------------------------------------------------------
■ ヘッダー（h1/h2レイアウト）
-------------------------------------------------------*/
#bana_top {
	height: 15px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


#bana_top #bana_in {
	padding: 0px;
	height: 15px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bana_in #header_left {
	float: left;
	height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bana_in #header_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 15px;
	width: 700px;
}
#bana_in #header_left h1 {
	font-size: 10px;
	color: #ccc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bana_in #header_right h2 {
	font-size: 10px;
	color: #ccc;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bana-cat {
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 15px;
}


/*-------------------------------------------------------
■ ヘッダー（フラッシュ部分レイアウト）
-------------------------------------------------------*/

#bana {
	height: 270px;
	padding: 0px;
	margin: 0px;
	margin-top: -19px;

	clear: both;
	background: url(img/banabana_bg.jpg) repeat-x
;

}
#bana p {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 930px;
}


/*ＦＦ*/
html>body #bana {


    margin: 0 auto;
margin-top:0px;

	}

/*IE7.0*/
*:first-child+html #bana {
    margin: 0 auto;
	}


#swf {
	height: 270px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*ＦＦ*/
html>body #swf{


    margin: 0 auto;
margin-top:0px;

	}

/*IE7.0*/
*:first-child+html #swf{
    margin: 0 auto;
	}

#swf_cat {
	height: 200px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header_out
{
    margin: 0 auto;
    padding: 0;

    height: 2px;
  background: url(img/header_out.gif) repeat-x
;
  
}


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

#navi_out
{
    margin: 0 auto;
    padding: 0;

    height: 40px;
  background: url(img/navi.gif) repeat-x
;
  
}

/*ＦＦ*/
html>body #navi_out {
    height: 40px;

	}

/*IE7.0*/
*:first-child+html #navi_out {
    height: 40px;

	}



#navi{
    margin: 0 auto;
    padding: 0;
width: 950px;

    height: 40px;
  background: url(img/navi.gif) repeat-x
;
  
}

/*ＦＦ*/
html>body #navi ul{
    height: 40px;

	}

/*IE7.0*/
*:first-child+html #navi ul{
    height: 40px;

	}
#navi ul
{
    height: 42px;
    list-style: none;
    margin: 0 0 0 1px;
    padding: 0;
    text-align: center;
     border-right: 1px solid #ccc;  

}


/*ＦＦ*/
html>body #navi ul{
    margin: 0 0 0 1px;
    padding: 0;
	}

/*IE7.0*/
*:first-child+html #navi ul{
    margin: 0 0 0 1px;
    padding: 0;
	}

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

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

#navi li a{
    width: 188px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    color: #003564;
    display: block;
    text-decoration:none;
    float: left;
    border-left: 1px solid #ccc;
font-weight: bold;
}
/*ＦＦ*/
html>body #navi li a{
    margin-top: 0px;
    height: 40px;	}

/*IE7.0*/
*:first-child+html #navi li a{
    margin-top: 0px;
    height: 42px;	}

#navi li a:hover
{
    background: #6a6868;
    color: #fff;
}

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

#container
{
    position: relative;
    width: 950px;  
    margin: 0 auto;
    padding: 10px 10px;
    text-align: center;
    background: #fff;
    margin-top:  0px ;
　	}

/*ＦＦ*/
html>body #container{
    width: 930px;
    margin: 0 auto;
    margin-top:  0;
    text-align: center;
	}

/*IE7.0*/
*:first-child+html #container{
    width: 930px;
    margin: 0 auto;
    margin-top:  0;
    text-align: center;
 	}

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


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

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


#maintop
{
    display: inline; 
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 635px;
    margin:  0;
    margin-right:  5px ;
    margin-top:  10px ;
    padding: 0;

}




#maintop p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
	margin:0 5px 0px 5px;
	padding: 0;

 }

#main p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
	margin:0 5px 0px 5px;
	padding: 0;

 }
#main h2 {
         clear: both;
   	background: url(img/h2-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: #fefefe;
	font-size: 16px;
    　　  width: 625px;
	font-weight: bold;}

#main h3 {
         clear: both;
   	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: 625px;
	font-weight: bold;}


#maintop h2 {
         clear: both;
   	background: url(img/h2-bgt.gif) no-repeat left #fff;
	height: 35px;
	line-height: 35px;
	margin-top: 0px;	
         	margin-bottom: 10px;
         padding-top: 5px;
	padding-left: 20px;
	margin-right: 10px;
	color: #333;
	font-size: 16px;
    　　  width: 625px;
	font-weight: bold;}

#maintop h3 {
         clear: both;
   	background: url(img/h3-bgt.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: 625px;
	font-weight: bold;}

.h2entry
{
　　　line-height: 1.5;
 　　 margin-right: 2px;
 　　 margin-left: 2px;
 　　 padding-bottom: 10px; 
 　　 border-bottom: 0px dotted #dcdcdc;


 }

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


 }







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


#side
{ 
    display: inline; 
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 270px;
    margin 0;
    background:#f8f7f3;
    background:#fdfcfa;
}


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

#side li
{
    display: block;
    line-height: 15px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #fff;

}


#side li a
{
    display: block;
    width: 100%; 
    font-size:12px;
    color: #666;
    padding: 7px 3px 3px 19px;
    background: url(img/side-li.jpg) no-repeat 0 0px;
    height: 20px;
    margin: -1px 0 0 0;
    text-decoration: none;
    height: 30px;
}

/*ＦＦ*/
html>body #side li a
{
    font-size:12px;
    padding: 7px 3px 3px 19px;
    height: 20px;
    margin: 0 0 0 0;
}



/*IE7.0*/
*:first-child+html #side li a
{
    font-size:12px;
    padding: 7px 3px 3px 19px;
    height: 20px;
     margin: -2px 0 0 0;
}

#side li a:hover
{
    background-position: 0 -30px;
    color: #990000;
}

/*ＦＦ*/
html>body #side li a:hover
{
}

/*IE7.0*/
*:first-child+html #side li a:hover
{
}




#side h3{ 
   background: url(img/st.gif) no-repeat 0 0px;
   margin: 0;
   padding: 0;
   margin-top:10px;
   padding-left: 7px;
   padding-top: 4px;
   line-height:26px;
   font-size: 14px;
   height:26px;
   color: #fff;
   font-weight: bold; }

/*ＦＦ*/
html>body #side h3
{
   height:26px;
}



/*IE7.0*/
*:first-child+html #side h3
{
   height:28px;
}



/*-------------------------------------------------------
■ トップページ WhatNew
-------------------------------------------------------*/
#whatnew-title{
        clear: both;
   	background: url(img/whatnew.gif) no-repeat left #fff;
	height: 35px;
	line-height: 35px;
	width: auto;
       margin-top:20px;
	}

.whatnew{

       margin-bottom:20px;
}
.whatnew ul{
margin-left:0px;

}


/*ＦＦ*/
html>body .whatnew ul{
margin-left:-20px;
}



/*IE7.0*/
*:first-child+html .whatnew ul {
margin-left:0px;
}


.whatnew li
{
	list-style: none;
	background:url(img/what_list.gif) no-repeat;
	padding: 0;
	padding-left: 50px;
	font-size: 13px;
	line-height:20px;
	height: 20px;

}

.whatnew li a {
    text-decoration: none; 

}


/*
ドットメニュー
-------------------------------------------------------------------*/
#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;
}


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


/*
ドットメニュー高さなし
-------------------------------------------------------------------*/
#dot2 {
	text-align:left;
	padding 0;
	background-image: url(img/linem.gif);

	background-repeat: repeat-x;
	background-position: top;
	margin-top: 1px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
         height: 5px;
}


#dot3 {
	text-align:left;
	padding 0;
	background-image: url(img/linem.gif);

	background-repeat: repeat-x;
	background-position: top;
	margin-top: 1px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
         height: 5px;
}
#dott {
	text-align:left;
	padding 0;
	background-image: url(img/linem.gif);

	background-repeat: repeat-x;
	background-position: top;
		margin-left: 0px;
	margin-right: 2px;
 	margin-bottom: -15px;
        height: 5px;
}

/*ＦＦ*/
html>body #dott {
	text-align:left;
	padding 0;
	background-image: url(img/linem.gif);

	background-repeat: repeat-x;
	background-position: top;
		margin-left: 0px;
	margin-right: 2px;
        height: 5px;
margin-bottom: 0px;

}



/*IE7.0*/
*:first-child+html #dott {
	text-align:left;
	padding 0;
	background-image: url(img/linem.gif);

	background-repeat: repeat-x;
	background-position: top;
		margin-left: 0px;
	margin-right: 2px;
        height: 5px;margin-bottom: 0px;

}





/*-------------------------------------------------------
■ フッター
-------------------------------------------------------*/
#footer {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: right;
	height: 200px;
	clear: both;
background: url(img/footer.jpg) repeat-x
;

}

#footer hr{
	display:none;
	clear: both;
	margin: 0;
	padding: 0px;
       　 width : 100%;
	height: 10px;
	text-align: right;

	}

#footer_in {
	padding: 0px;
	height: auto;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer_main {
	height: auto;
	width: 930px;
	margin: 0px;
	padding:10px;
}


#footer_right {
    display: inline; 
	height: 140px;
	width: 600px;
	float: right;
	padding: 0px;
	margin: 0px;

}

#footer_right p {
	font-size: 14px;
    color: #333;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer_link {
	height: 30px;
	width: 600px;
    color: #fefefe;
	font-size: 9px;
	float: right;
	line-height: 12px;
}

#footer_link ul {
	list-style-type: none;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}
#footer_link ul li {
	padding-right: 10px;
	float: right;
}


#footer_link ul li a {
    color: #669acc;
	text-decoration: none;
	font-size: 11px;
         font-weight: normal; 
	}

#footer_link ul li a:hover{
  color: #669acc;
	text-decoration: underline;
}

#footer_moji  {
	width: 590px;
	font-size: 10px;
    color: #fefefe;

	margin: 0px;
	margin-top: 40px;

	padding: 0px;
}

#footer_moji p{
        font-size: 9px;
    color: #fefefe;
	text-align:left;
	margin: 0px;
	margin-left: 10px;
	margin-right: 30px;
	padding: 0px;
}


#footer_left {
    display: inline; 
	height: 140px;
	width: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer_left h4 {
	font-size: 16px;
     color: #fefefe;
	font-weight: normal;
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
         text-align:left;
}	

#footer_left p {
	font-size: 10px;
	line-height: 15px;
    color: #fefefe;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:left;
         line-height: 16px;
}

#copyright {
	height: 20px;
	width: 930px;
	clear: both;
	padding: 0px;
	padding-left: 0px;
         margin: 0 auto;
         margin-top: 30px;
	font-size: 10px;
	line-height: 14px;
   color: #fff;
	text-align:center;

}

/*ＦＦ*/
html>body #copyright {
	height: 40px;
      margin: 0 auto;
	padding-top: 20px;
         margin-top: 50px;
	}

/*IE7.0*/
*:first-child+html #copyright {
	height: 20px;
	padding: 0px;
         margin: 0 auto;
         margin-top: 30px;
	}
#town {
	clear: both;
	padding: 0px;
	height: auto;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#footer_in {
	padding: 0px;
	height: auto;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*
リンク集
-------------------------------------------------------------------*/
#link{

	padding: 0;
	text-align:center;
	font-size:10px;
  color: #fff;
}
#link a{

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

/*-------------------------------------------------
オプション＊オプション＊オプション＊オプション＊オプション
--------------------------------------------------*/


/*-------------------------------------------------
●オプション１　ランキング
--------------------------------------------------*/
.hikakutbl {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	clear: both;
}
.hikakutbl table {
	width:615px;
	margin: 5px 0 10px 5px;
	padding: 0;
	font-size: 14px;
	border-top: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-collapse: collapse;
}

.hikakutbl th {
	margin: 0;
	padding: 0;
	border-top: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px 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;
	line-height: 30px;
	height: 30px;
}


.hikakutbl td {
	margin: 0;
	padding: 5px;
	border-top: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

td.hikakutd2 {
	margin: 0;
	padding: 0;
	width: 90px;
	text-align: center;
	font-size: 14px;
        font-weight: bold;
}

td.hikakutxt {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 130%;
}


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


td.no06 {
	width: 135px;	height: 120%;
	padding-left: 40px;

	background-image: url(img/6.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;

}

td.no07 {
	width: 135px;	height: 120%;
	padding-left: 40px;

	background-image: url(img/7.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}
td.no08 {
	width: 135px;	height: 120%;
	padding-left: 40px;

	background-image: url(img/8.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}
td.no09 {
	width: 135px;	height: 120%;
	padding-left: 40px;

	background-image: url(img/9.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
}
td.no10 {
	width: 135px;	height: 120%;
	padding-left: 40px;

	background-image: url(img/10.gif);
	background-repeat: no-repeat;
	background-position: 4px 40px;
	}

/*
申込ボタン
-------------------------------------------------------------------*/
.bt1 {
	margin: 10px 10px 0px 0px;
	float: right;
	}

.bt1 a {
	display: block;
	width: 100px;
	height: 18px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/bt1.gif") no-repeat;
	}

.bt1 a:hover {
	background-position: 1px -18px;
	}


.bt2 {
	margin: 10px 10px 0px 0px;
	float: right;
	}

.bt2 a {
	display: block;
	width: 100px;
	height: 18px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/bt2.gif") no-repeat;
	}


.bt2 a:hover {
	background-position: 1px -18px;

	}



/*-------------------------------------------------
●ランキング（小）オプション２
--------------------------------------------------*/
.hikakutblm {
	margin: 0;
	padding: 0;
	clear: both;
}
.hikakutblm table {
 width: 615px;
	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: 2px solid #CCCCCC;
	border-collapse: collapse;
}
.hikakutblm th {
	margin: 0;
	padding: 0;
	border-top: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	font-size: 16px;
        font-weight: bold;
	color: #fff;
	text-align: center;
	background-image: url(img/te2.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	line-height: 30px;
	height: 30px;
}
.hikakutblm td {
	margin: 0;
	padding: 0;
	border: 1px solid #CCCCCC;
}
.hikakutblm .hikakutxt {
	margin: 0;
	padding: 5px;
	font-size: 12px	padding-right: 10px;;
	line-height: 130%;
}
.hikakutblm .price {
	margin: 0;
	padding: 0;
	width: 90px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;}




td.no01_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/1.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;
}

td.no02_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/2.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}

td.no03_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/3.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}


td.no04_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/4.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}

td.no05_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/5.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}


td.no06_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/6.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}

td.no07_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/7.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}


td.no08_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/8.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}


td.no09_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/9.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}


td.no10_2 {
	width: 100px;
	height: 120%;
	padding-left: 35px;
	background-image: url(img/10.gif);
	background-repeat: no-repeat;
	background-position: 4px 35px;}

/*-------------------------------------------------
●ランキング（小）オプション２　申込ボタン
--------------------------------------------------*/

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


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


.link-kuchikomi a:hover {
	         background-position:0 -25px;
	text-decoration: none;
			}


/*-------------------------------------------------
●ランキング（モニター）オプション３
--------------------------------------------------*/
/*-------------------------------------------------
●ランキング（モニター）オプション３●ランキング
--------------------------------------------------*/

.kobetu2 {
 margin: 0;
 padding: 0;
 margin-bottom: 30px;
    clear: both;}
 
.kobetu2 table   {
 background :#fff;
 margin: 5px 0 10px 5px;
 padding: 0;
 color: #333;
 width: 615px;
 border-collapse: collapse;
 font-size: 14px;
 line-height: 110%;
}
 
.kobetu2 td {
 border: solid 1px #ddd;
 padding: 5px;
 
}
 
.kobetu2 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;
 
}
.kobetu2 td.kuti {
width:130px;
	background: #fdf5f3;

}

.kobetu2 td.col1 {


	text-align: left;
	font-size: 12px;
 	background: #fff;
	font-weight: normal;
	color: # 333;
 line-height: 130%;
	padding-bottom: 10px;}


.kobetu2 td.col2 {


	text-align: left;
	font-size: 12px;
 	background: #fdf5f3;
	font-weight: normal;
	color: # 333;
 line-height: 130%;
	padding-bottom: 10px;}

.kobetu2 td.kobetutxt {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
vertical-align:bottom;
 line-height: 130%;
 
}


.kobetu2 td.price{
 text-align: center;
}

/*-------------------------------------------------
●ランキング（モニター）オプション３●ボタン
--------------------------------------------------*/
.btk {
 margin: 10px 10px 0px 0px;
 float: right;
 }
.btk a {
 display: block;
 text-indent: -7777px;
 overflow: hidden;
 width: 45px;
 height: 28px;
 background-position:0 0;
 background-repeat:no-repeat;
 background-image: url(img/so.gif);
 }

.btk a:hover {
  display: block;
         position:relative;  
         top:2px;
         left:2px;
  text-indent: -7777px;
 }



.btt {
 margin: 10px 10px 0px 0px;
 float: right;
 }
 
.btt a {
 display: block;
 text-indent: -7777px;
 overflow: hidden;
 width: 61px;
 height: 32px;
 background-position:0 0;
 background-repeat:no-repeat;
 background-image: url(img/btnt.gif);
 }
 
.btt a:hover {
  display: block;
         position:relative;  
         top:2px;
         left:2px;
  text-indent: -7777px;
 }

/*-------------------------------------------------
No1はコレ
--------------------------------------------------*/
#kansou_no1 {
 background:url(img/kansou_no1.jpg) no-repeat left top;
 padding-left:160px;
 width:100%;

 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:20px;
 padding-top:10px;

}
#kansou_no1 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:430px;
 float:none;

}




/*-------------------------------------------------
●ランキング（育毛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;
	}

/*-------------------------------------------------
●ランキング（まつげ口コミ）オプション５
--------------------------------------------------*/
.boxrank4 {
 margin: 0;
 padding: 0;
 margin-bottom: 30px;
	clear: both;
}
 
.boxrank4 table   {
 background :#fff;
 margin: 5px 0 10px 5px;
 padding: 0;
 color: #333;
 width: 615px;
 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;
}
/*-------------------------------------------------
●ランキング（まつげ口コミ）オプション５　●クチコミ部分
--------------------------------------------------*/

div.kutikomi_top {
	width:180px;
	margin-top: 2px;
	margin-bottom: -10px;

	background: url(img/kutikomi_back_t.gif) top left no-repeat;
}

/*ＦＦ*/
html>body .kutikomi_top {

	
height: 15px;


	}

/*IE7.0*/
*:first-child+html .kutikomi_top {
	
height: auto;
	}

div.kutikomi_middle {
font-size: 10px;
	line-height: 1.3;
padding:5px;
	width: 180px;
	background:  url(img/kutikomi_back_m.gif) top left repeat;

}

/*ＦＦ*/
html>body .kutikomi_middle{
	width: 170px;
		}

/*IE7.0*/
*:first-child+html kutikomi_middle{
		width: 170px;
	}


div.kutikomi_bottom {
	width: 180px;
	padding-bottom: 5px;
	background: url(img/kutikomi_back_b.gif) bottom left no-repeat;
}

div.kutikomi_bottom ul {
	width: 165px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 10px;
	line-height: 1.3;
    margin: 5px 5px 5px 10px;
list-style-type: none;

}

/*ＦＦ*/
html>body .kutikomi_bottom ul {
	width: 160px;
	padding-left: 5px;
	}

/*IE7.0*/
*:first-child+html .kutikomi_bottom ul {
	padding-left: 10px;
	width: 160px;
	}


div.kutikomi_bottom ul li {
	text-indent: -1em;
	padding-bottom: 5px;
}
	* html div.kutikomi_bottom ul li {
		text-indent: -0.5em;

	}


/*-------------------------------------------------
●ランキング（まつげ口コミ）オプション５　●ボタン部分
--------------------------------------------------*/


.kobetubtt {
	margin: 10px 5px 0px 5px;
	}

.kobetubtt a {
	display: block;
	width: 60px;
	height: 25px;
	text-indent: -1000px;
	overflow: hidden;	background: url("img/bttt.gif");
	}

.kobetubtt a:hover {
	background-position: 1px -25px;
	}


.kobetubts {
	margin: 10px 5px 0px 5px;
	}

.kobetubts a {
	display: block;
	width: 60px;
	height: 25px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/btss.gif");
	}

.kobetubts  a:hover {
	background-position: 1px -25px;
	}

/*-------------------------------------------------
●ランキング（まつげ口コミ）オプション５　●口コミはこちら部分
--------------------------------------------------*/

.gotokutikomi {
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}

.gotokutikomi a { 
	overflow: hidden;
	display: block;
	width: 110px;
	height: 15px;
    text-align: center;
	background-repeat:no-repeat;
	background-image: url(img/kutikomi.gif);
	margin-left: 60px;
	margin-top: 5px;
	margin-bottom: 0px;
      } 


.gotokutikomi a:hover {    text-align: center;

	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/kutikomi1.gif);
			}




/*-------------------------------------------------
●比較（丸わかり）　オプション６
--------------------------------------------------*/

.hikaku2 {
 margin: 0;
 padding: 0;
 margin-bottom: 30px;
    clear: both;}
 
.hikaku2 table   {
 background :#fff;
 margin: 5px 0 10px 5px;
 padding: 0;
 color: #333;
 width: 615px;
 border-collapse: collapse;
 font-size: 14px;
 line-height: 110%;
}
 
.hikaku2 td {
 border: solid 1px #ddd;
 padding: 5px;
 
}
 
.hikaku2 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;
 
}
.hikaku2 td.kuti {
width:130px;
	background: #fdf5f3;

}

.hikaku2 td.col1 {


	text-align: left;
	font-size: 12px;
 	background: #fff;
	font-weight: normal;
	color: # 333;
 line-height: 130%;
	padding-bottom: 10px;}


.hikaku2 td.col2 {


	text-align: left;
	font-size: 12px;
 	background: #fdf5f3;
	font-weight: normal;
	color: # 333;
 line-height: 130%;
	padding-bottom: 10px;}

.hikaku2 td.kobetutxt {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
vertical-align:bottom;
 line-height: 130%;
 
}


.hikaku2 td.price{
 text-align: center;
}
 

/*-------------------------------------------------
●比較（丸わかり）オプション６　●詳細はこちら部分
--------------------------------------------------*/

#gotokutikomi1 {
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}

#gotokutikomi1 a { 
	overflow: hidden;
	display: block;
	width: 84px;
	height: 15px;
    text-align: center;
	background-repeat:no-repeat;
	background-image: url(img/kutikomi4.gif);
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
      } 


#gotokutikomi1 a:hover {    text-align: center;

	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/kutikomi5.gif);
			}



/*-------------------------------------------------
●比較（丸わかり）オプション６　ボタン
--------------------------------------------------*/


.hikakubtt {
	margin: 10px 5px 0px 5px;

	}

.hikakubtt a {
	display: block;
	width: 60px;
	height: 31px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/hikakubttt.gif");
	}

.hikakubtt a:hover {
	background-position: 0 -31px;
	}


.hikakubts {
	margin: 5px 0px 5px 5px;
	}

.hikakubts a {
	display: block;
	width: 60px;
	height: 31px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/hikakubtss.gif");
	}

.hikakubts  a:hover {
	background-position: 0 -31px;
	}



/*-------------------------------------------------
比較（マルバツ）オプション７
--------------------------------------------------*/
.kobetu3 {
  clear:both;
margin: 0;
 padding: 0;
 margin-bottom: 2px;
}
 
.kobetu3 table   {
clear:both;
 background :#fff;
 margin: 5px 0 10px 5px;
 padding: 0;
 color: #333;
 width: 615px;
 border-collapse: collapse;
 font-size: 12px;
 line-height: 140%;
 border: solid 2px #d50077;

}
 
.kobetu3 td {
 border: solid 1px #d50077;
 padding: 0px;
 　　   height: 30px;
line-height: 140%;
background: #fff;
 font-size: 12px;
text-align: center;
font-weight: bold;

}
 
.kobetu3 th {
 border: solid 1px #d50077;
 padding: 1px;
 	background: #fff;
	font-weight: bold;
color:#fff;
 font-size: 15px;
        font-weight: bold;

 text-align: center;
 background-image: url(img/te1.gif);
 background-position: 0 0;
 	color: #fff;
padding-top:5px;


}
 
.kobetu3 th.haba { width: 100px;

}
 
 
.kobetu3 td.col1 {


	text-align: left;
	font-size: 12px;
 	background: #f4f4f4;
	font-weight: normal;
	color: # 333;
 line-height: 150%;
	padding-bottom: 10px;
        font-weight: bold;}


.kobetu3 td.col2 {


	text-align: center;
	font-size: 12px;
  	background: #fce6e8;
	font-weight: normal;
	color: # 333;
 line-height: 150%;
	padding: 10px;
width: 80px;
}

.kobetu3 td.col3 {


	text-align: left;
	font-size: 12px;
 	background: #fff;
	font-weight: normal;
	color: # 333;
 line-height: 150%;
	padding-bottom: 10px;}


.kobetu3 td.col4 {


	text-align: left;
	font-size: 12px;
 	background: #fff;
	font-weight: bold;
	color: # 333;
 line-height: 150%;
	padding-bottom: 10px;}

.kobetu3 td.maru2 {
	text-align: center;
	font-size: 12px;
 	background: url("img/tbl_maru2.gif") no-repeat;
	font-weight: bold;
	color: # 333;
 line-height: 150%;
	width: 148px;
 height: 94px}


.kobetu3 td.maru {
	text-align: center;
	font-size: 12px;
 	background: url("img/tbl_maru.gif")  no-repeat;
	font-weight: bold;
	color: # 333;
 line-height: 150%;
	width: 148px;
 height: 94px}


.kobetu3 td.batu {
	text-align: center;
	font-size: 12px;
 	background: url("img/tbl_batu.gif")  no-repeat;
	font-weight: bold;
	color: # 333;
 line-height: 150%;
	width: 148px;
 height: 94px
}


.kobetu3 td.sankaku {
	text-align: center;
	font-size: 12px;
 	background: url("img/tbl_sankaku.gif")  no-repeat;
	font-weight: bold;
	color: # 333;
 line-height: 150%;
	width: 148px;
 height: 94px}

.kobetu3 td.colclick{
	text-align: center;
	font-size: 18px;
 		font-weight: bold;
	color: # 333;
 line-height: 150%;
	width: 148px;
 height: 94px}

#colclick{
	margin: 10px 5px 0px 5px;
	}

#colclick a 
{
	padding:5px;
overflow: hidden;
	display: block;
	width:148px;
	height:120px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/clickte.gif);
	text-indent:-9999px;
	margin: auto 0 ;

      } 


#colclick a:hover {

	background-position:1px 1px;
	background-repeat:no-repeat;
	background-image: url(img/clickte1.gif);
			}


/*-------------------------------------------------------
●比較（マルバツ）　オプション７ 注目
-------------------------------------------------------*/

#point2{
   	clear: both;
   	background: url(img/point2.jpg) no-repeat left #fff;
	height: 200px;
    	margin: 0 auto;	
   	margin-top: 10px;	
   	margin-bottom: 10px;	
   	padding: 5px;
   	padding-left:120px;
   	padding-top:10px;
}

#point2 #point2_t {
	width:auto;

   	height: 35px;
	line-height: 35px;
        padding-top:17px;
        padding-left:15px;
        color: #fff;
	font-size: 18px;
	font-weight: bold;
}
/*ＦＦ*/
html>body #point2 #point2_t{
	padding-top:22px;
	}

/*IE7.0*/
*:first-child+html #point2 #point2_t{
	padding-top:22px;
	}


#point2 p{
 	line-height:24px;
	padding:10px;
	padding-top:10px;
	width:470px;

}
/*ＦＦ*/
html>body #point2 p{
	padding:10px;;
	}

/*IE7.0*/
*:first-child+html #point2 p{
	 padding:10px;
	}



/*
●オプション8　ボックス２×２
---------------------------------------------------*/
/*
高さ・色は自由に変更してください
-------------------------------------------------------------------*/

.box1_h {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}



#box1 {
	float: left;
	height: 165px;  /* 高さ変更 */
	border: 1px solid #006835; /* 色変更 */
	width: 300px;
	padding: 5px;
	padding-right: 3px;
	padding-left: 5px;
	margin: 5px;
	background: none;
	background-position: bottom;
	position: relative;
	font-size: 14px;
	color: #333;

}

/*ＦＦ*/
html>body #box1 {
	width: 290px;
	padding: 5px;

}


/*IE7.0*/
*:first-child+html #box1 {
	width: 290px;
	padding: 5px;

}


#box1 h4 {
	margin: 0px;
	padding-left: 8px;
	padding-top: 1px;
	margin-bottom: 10px;
	background-image: url(img/bg_box1.gif) ;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width: auto;
}


#box1 p {
	margin: 0px;
	background: none;
	font-size: 14px;
	color: #333;
	line-height: 140%;
         padding-top: 1px;
	color: #333;
}

.imgbox1 {
	margin: 5px 20px 5px 0px;
	padding: 0;
	float: left;

}

/*
●オプション9　ボックス３×１
---------------------------------------------------*/
/*
高さ・色は自由に変更してください
-------------------------------------------------------------------*/

.box1a_h {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}



#box1a {
	float: left;
	height: 155px;  /* 高さ変更 */
	border: 1px solid #006835; /* 色変更 */
	width: 197px;
	padding: 5px;
	padding-right: 3px;
	padding-left: 5px;
	margin: 5px;
	background: none;
	background-position: bottom;
	position: relative;
	font-size: 14px;
	color: #333;

}

/*ＦＦ*/
html>body #box1a {
	width: 185px;
	padding: 5px;

}


/*IE7.0*/
*:first-child+html #box1a {
	width: 185px;
	padding: 5px;

}


#box1a h4 {
	margin: 0px;
	padding-left: 8px;
	padding-top: 1px;
	margin-bottom: 10px;
	background-image: url(img/bg_box1a.gif) ;
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width: auto;
}


#box1a p {
	margin: 0px;
	background: none;
	font-size: 13px;
	color: #333;
	line-height: 140%;
         padding-top: 1px;
	color: #333;
}

.imgbox1a {
	margin: 5px 20px 5px 0px;
	padding: 0;
	float: left;

}

/*
●オプション10　ボックス１×３
---------------------------------------------------*/
/*
高さ・色は自由に変更してください
-------------------------------------------------------------------*/
.box2_h {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#box2 {
	float: left;
	height: 250px;  /* 高さ変更 */
	border: 1px solid #006835; /* 色変更 */
	width: 197px;
	padding: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 5px;
	background: none;
	background-position: bottom;
	position: relative;
	font-size: 14px;
	color: #333;
}

/*ＦＦ*/
html>body #box2 {
	width: 185px;
	padding: 5px;

}


/*IE7.0*/
*:first-child+html #box2 {
	width: 185px;
	padding: 5px;

}
#box2 p {
	font-size:14px;
	color: #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height:20px;
        letter-spacing:1px;
}


#box2 h4 {
	margin: 0px;
	padding-left: 8px;
	padding-top: 1px;
	margin-bottom: 5px;
	background-image: url(img/bg_box2.gif) ;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width: auto;
}



#centerimg { text-align: center; 
	padding-top:0px;
	margin-right: auto;
	margin-bottom:10px;
	margin-left: auto;
}


/*-------------------------------------------------------
■ ボックス用リンク
-------------------------------------------------------*/

#box_link a{
	background-image: url(img/kochira01.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	padding-left: 36px;
}


#box_link a:hover{
	background-image: url(img/kochira01_h.gif);
	background-repeat: no-repeat;

}




/*-------------------------------------------------------
●オプション１１　詳細テーブル
---------------------------------------------------*/
.kobetu {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	clear: both;}

.kobetu table   {
	background :#fff;

	margin: 5px 0 10px 5px;
	padding: 0;
	color: #333;
	width: 610px;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 170%;
}

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

}

.kobetu th {
	border: solid 1px #999;
	padding: 8px 5px 8px 10px;
	background:#e0fcfd;
	font-weight: bold;
	color: #0080c0;

}


/*-------------------------------------------------------
● オプション１１　詳細テーブル 公式ページはこちら
-------------------------------------------------------*/


#click {
	margin: 0px 0px 0px 0px;
	float: right;
	}

#click a {
	display: block;
	width: 625px;
	height: 100px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/koushiki.gif");
	}

#click a:hover {
	background-position: 0 -100px;
	}




/*----- H2  H2  H2  H2  H2  H2  H2  H2 -----------*/

/*-------------------------------------------------
●h2 育毛タイプ 
--------------------------------------------------*/


#boxran_r {
	border: 1px solid #647255;
 	margin: 1px;
	padding: 1px;
	margin-bottom: 10px;
	height: 380px;	
	}

#title_no {
    clear: both;
   	background: url(img/titleh2.jpg) no-repeat left #fff;
	height: 50px;
	line-height: 55px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 8px;

	color: #fff;
	font-size: 20px;
	font-weight: bold;}

/*ＦＦ*/
html>body #title_no{
	height: 50px;
	line-height: 55px;
	padding-top: 0px;

	}

/*IE7.0*/
*:first-child+html #title_no{
	padding-top: 0px;

	height: 50px;
	line-height: 55px;
	}


#box_no1l {

	float: left;
	height: 180px;
	width: 210px;
	border: 0px solid #f9defa;
	margin: 2px;
	padding: 5px;
	background: #fff;
	background-position: bottom;
	position: relative;
	font-size: 14px;}
/*ＦＦ*/
html>body #box_no1l {

	}

/*IE7.0*/
*:first-child+html #box_no1l {

	}


#box_no1r {
	float: left;
	height: 180px;
	width: 340px;
	border: 0px solid #f9defa;
	margin: 0px;
	padding: 0px;
	background: #fff;
	margin-bottom: 0px;
	background-position: bottom;
	position: relative;

	font-size: 14px;}
/*ＦＦ*/
html>body #box_no1r{
	padding: 5px;
	width: 340px;
	}

/*IE7.0*/
*:first-child+html #box_no1r{
	padding: 5px;
	width: 360px;
	}




#pointtop p{
 line-height:24px;
 padding:10px;
 padding-top:10px;
 width:470px;
 float:none;
 	background: none;
}
/*ＦＦ*/
html>body #pointtop p{
 padding:0px;;
	}

/*IE7.0*/
*:first-child+html #pointtop p{
 padding:10px;
	}


/*-------------------------------------------------------
●h2シミ下
-------------------------------------------------------*/
#point1{
        clear: both;
   	background: url(img/point1.jpg) no-repeat left #fff;
	height: 100px;
        margin: 0 auto;	
        padding: 5px;
        padding-left:180px;
        padding-top:15px;
       	margin-top: 5px;	
	margin-bottom: 5px;
}

html>body #point1 {

        padding-top:10px;
	
}

/*IE7.0*/
*:first-child+html #point1 {
         padding-top:10px;	
}

#point1 p{
        line-height:24px;
        padding:10px;
        padding-top:15px;
        width:420px；
}
/*ＦＦ*/
html>body #point1 p{
        padding:10px;
        width:400px；
        margin-top:-10px;
        padding-top:0px;	
}

/*IE7.0*/
*:first-child+html #point1 p{
        padding:10px;
        width:400px；
        margin-top:-10px;
        padding-top:0px;	
}

/*-------------------------------------------------------
●ｈ２サーバータイプ
-------------------------------------------------------*/
#point1_w{
        clear: both;
   	background: url(img/point1_w.jpg) no-repeat left #fff;
	height: 120px;
        margin: 0 auto;	
        padding: 5px;
        padding-left:100px;
        padding-top:5px;
       	margin-top: 10px;	
	margin-bottom: 0px;
}


#point1_w p{
        line-height:24px;
        padding:10px;
        width:500px；
       padding-bottom:0px;

}
/*ＦＦ*/
html>body #point1_w p{
        padding:10px;;
        width:480px；
       padding-bottom:0px;
	
}

/*IE7.0*/
*:first-child+html #point1_w p{
        padding:10px;
        width:480px；
       padding-bottom:0px;
	
}
/*-------------------------------------------------------
●ｈ２　サーバータイプ　下
-------------------------------------------------------*/


#point3{
   	clear: both;
   	background: url(img/point3.jpg) no-repeat left #fff;
	height: 300px;
    	margin: 0 auto;	
   	margin-top: 5px;	
   	margin-bottom: 10px;	
   	padding: 5px;
   	padding-left:20px;
   	padding-top:10px;
}

#point3 #point3_t {
	width:auto;

   	height: 35px;
	line-height: 35px;
        padding-top:40px;
        padding-left:55px;
        color: #fff;
	font-size: 20px;
	font-weight: bold;
}
/*ＦＦ*/
html>body #point3 #point3_t{
	padding-top:25px;
	}

/*IE7.0*/
*:first-child+html #point3 #point3_t{
	padding-top:25px;
	}


#point3 p{
 	line-height:24px;
	padding:10px;
	padding-top:10px;
	width:570px;

}
/*ＦＦ*/
html>body #point3 p{
	padding:10px;;
	width:550px;	}

/*IE7.0*/
*:first-child+html #point3 p{
	 padding:10px;
	width:550px;	}

.gopoint3{
   	clear: both;
	margin: 2px 50px 1px 10px;
	padding-top:0px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}


/*-------------------------------------------------------
●ｈ２部分ボタン
-------------------------------------------------------*/

#boxrankbt3 {
	margin: 20px 10px 1px 0px;
	float: right;
	}


#boxrankbt3 a {
	display: block;
	width: 240px;
	height: 42px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/s2.gif") no-repeat;
	}

#boxrankbt3 a:hover {
	background-position: 0 -42px;
	}

#pointtop{
    clear: both;
   	background: url(img/pointtop.gif) no-repeat left #fff;
	height: 100px;
        	margin: 0 auto;	
         padding: 5px;
 padding-left:120px;
 padding-top:10px;
}






/*-------------------------------------------------------
●ｈ２酢タイプテーブル
-------------------------------------------------------*/
.kobetu4 {
 margin: 0;
 padding: 0;
 margin-bottom: 2px;
 clear:both;}
 
.kobetu4 table   {
 background :#fff;
 margin: 5px 0 10px 5px;
 padding: 0;
 color: #333;
 width: 620px;
 border-collapse: collapse;
 font-size: 14px;
 line-height: 110%;
 border: solid 2px #e0c20c;

}
 
.kobetu4 td {
 border: solid 1px #ddd;
 padding: 5px;
 　　   height: 30px;
}
 
.kobetu4 th {
 border: solid 1px #ddd;
 padding: 8px 5px 8px 10px;
 	background: #e4f4fe;
	font-weight: normal;
	color: #fff;
 font-size: 14px;
        font-weight: bold;

 text-align: center;
 background-image: url(img/te1.gif);
 background-position: 0 0;
 
}
 
.kobetu4 td.color {
	background: #696867;
	font-weight: normal;
	font-size: 14px;
	white-space: nowrap;
	padding: 2px 2px 2px 5px;
height: 35px;
	color: #fff;
 font-size: 14px;
        font-weight: bold;
}

.kobetu4 td.color2 {
	background: #ece9d8;
	font-weight: normal;
	font-size: 14px;
	white-space: nowrap;
	padding: 2px 2px 2px 5px;
height: 35px;

	color: #333;
 font-size: 14px;
        font-weight: bold;
}

 
.kobetu4 td.col1 {


	text-align: left;
	font-size: 12px;
 	background: #fff;
	font-weight: normal;
	color: # 333;
 line-height: 130%;
	padding-bottom: 10px;}


.kobetu4 td.col2 {


	text-align: left;
	font-size: 12px;
 	background: #f6f6f6;
	font-weight: normal;
	color: # 333;
 line-height: 130%;
	padding-bottom: 10px;}



#clickrank {
	margin: 20px 0px 10px 0px;
	float: right;
	}

#clickrank a {
	display: block;
	width: 650px;
	height: 80px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/btrank.gif") no-repeat  ;
	}

#clickrank a:hover {
	background-position: 0 -80px;
	}



/*----- いろいろ　いろいろ -----------*/



/*-------------------------------------------------------
●注目
-------------------------------------------------------*/



#point4{
   	clear: both;
   	background: url(img/point4.jpg) no-repeat left #fff;
	height: 200px;
    	margin: 0 auto;	
   	margin-top: 5px;	
   	margin-bottom: 10px;	
   	padding: 5px;
   	padding-left:120px;
   	padding-top:10px;
}

#point4 #point4_t {
	width:auto;

   	height: 35px;
	line-height: 35px;
        padding-top:20px;
        padding-left:15px;
        color: #fff;
	font-size: 18px;
	font-weight: bold;
}
/*ＦＦ*/
html>body #point4 #point4_t{
	padding-top:25px;
	}

/*IE7.0*/
*:first-child+html #point4 #point4_t{
	padding-top:25px;
	}


#point4 p{
 	line-height:24px;
	padding:10px;
	padding-top:10px;
	width:470px;

}
/*ＦＦ*/
html>body #point4 p{
	padding:10px;;
	}

/*IE7.0*/
*:first-child+html #point4 p{
	 padding:10px;
	}











/*-------------------------------------------------------
■ よくある質問 Q&A■ 
-------------------------------------------------------*/

#qa_h {
	margin: 0;
	padding: 0;
	margin-top: 10px;	margin-bottom: 20px;
    clear: both;
}

#qa {
	width: 610px;
	margin: 5px 0 0px 5px;
	padding: 0;
	background: none;
	background-position: bottom;
	position: relative;
	height:120px;
	text-align: left;
	border-bottom: 1px #999 dotted;
	font-size: 14px;
    clear: both;
}

#qa_1 {
	width: 610px;
	margin: 5px 0 15px 5px;
	padding: 0;
	background: none;
	background-position: bottom;
	position: relative;
	height:125px;
	text-align: left;
	border-bottom: 1px #999 dotted;
	font-size: 14px;
    clear: both;
}

#qa p {
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	line-height:140%;
	font-size:14px;
	color:#333;
	background: none;

}


#qa a {
	font-size:14px;
	

}



#dotqa {
	text-align:left;
	padding 0;
	background-image: url(img/dotqa.gif);

	background-repeat: repeat-x;
	background-position: top;
	margin-top: 1px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
         height: 5px;
}


.imgqa {
	margin: 5px 15px 5px 0px;
	padding: 0;
	float: left;
}


/*-------------------------------------------------------
■ こんな方（kansou）
-------------------------------------------------------*/


#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:50px;

}
#kansou p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;

}

/*-------------------------------------------------------
●こんな方（Ｌｉｓｔ）
-------------------------------------------------------*/
#checklist_t {
	clear: both;
	width:auto;
	margin: 0 auto;
	height: 35px;
	background: url(img/checklist_t.gif) top left no-repeat;
	line-height: 35px;
        padding-top:0px;
        padding-left:25px;
        color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

#checklist_m {
	width: 610px;
	background: url(img/checklist_m.gif) top left no-repeat;
        padding:5px;
	padding-top:10px;
	margin-bottom:-15px;
}

/*ＦＦ*/
html>body #checklist_m {
	width: 600px;
	padding:5px;
	padding-top:10px;
	margin-bottom:0px;
	}

/*IE7.0*/
*:first-child+html #checklist_m {
	width: 600px;
	padding:5px;	
	padding-top:10px;
	margin-bottom:0px;
	}

#checklist_m p {
	font-size:16px;
	color: #333;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height:130%;
        letter-spacing:1px;
}


#checklist_b {
	width: auto;
	padding: 3px;
	background:  url(img/checklist_b.gif) bottom left no-repeat;
	height: 3px;
        line-height: 3px;
	margin-bottom: 20px;

}

#checklist_m ul {
	width: 580px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 14px;
	line-height: 1.3;
    margin: 5px 5px 5px 10px;
list-style-type: none;
	


}

/*ＦＦ*/
html>body #checklist_m  ul {
	width: 600px;
	padding-left: 5px;
	}

/*IE7.0*/
*:first-child+html #checklist_m  ul {
	padding-left: 10px;
	width: 580px;
    list-style: none;


	}


#checklist_m ul li {
		padding-left: 30px;
	line-height: 150%;
background: url(img/checklist.gif) top left no-repeat;


	}

.imglist {
	margin: 0px 20px 5px 10px;
	padding: 0;
	float: right;
}



/*-------------------------------------------------------
■ ３つのポイント
-------------------------------------------------------*/

#camp_h {
	margin: 0;
	padding: 0;
	margin-top: 10px;	margin-bottom: 20px;
    clear: both;
}

#camp {
	width: 610px;
	margin: 5px 0 0px 5px;
	padding: 0;
	background: none;
	background-position: bottom;
	position: relative;
	height:100px;
	text-align: left;
	border-bottom: 1px #999 dotted;
	font-size: 14px;
    clear: both;
}

#camp_1 {
	width: 610px;
	margin: 5px 0 15px 5px;
	padding: 0;
	background: none;
	background-position: bottom;
	position: relative;
	height:125px;
	text-align: left;
	border-bottom: 1px #999 dotted;
	font-size: 14px;
    clear: both;
}

#camp p {
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	line-height:140%;
	font-size:14px;
	color:#333;
	background: none;

}


#camp a {
	font-size:14px;
	

}

.imgcamp {
	margin: 5px 15px 5px 0px;
	padding: 0;
	float: left;
}



/*-------------------------------------------------
●口コミ　体験談 
--------------------------------------------------*/


#taikendanbt {
	margin: 0px 0px 0px 0px;
	float: right;
	}

#taikendanbt a {
	display: block;
	width: 625px;
	height: 100px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/taikendan1.gif");
	}

#taikendanbt a:hover {
	background-position: 0 -100px;
	}

/*-------------------------------------------------------
■ サイドバーオプション ■ 
-------------------------------------------------------*/

/*
枠の線を消したい場合は色を背景色と同一にしてください。
-------------------------------------------------------------------*/



/*-------------------------------------------------------
●サイドオプション１　広告
-------------------------------------------------------*/


#waku {
 	margin: 15px;
	padding: 5px;
	background: #fff;
	border: solid 1px #122a88;
}

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

#waku01 {
 	margin: 15px;
	padding: 5px;
	background: #fff;
	border: solid 1px #122a88;
}
.waku-title1
{
       background: url(img/side-koukoku1.gif) no-repeat 0 0px;
       clear:both;
       height: 45px;
        line-height: 40px;
       padding-top: 2px;
       padding-left: 20px;
       margin:0;
       color: #fff;
       font-weight:bold;
       font-size:16px;
}

/*-------------------------------------------------
●サイドオプション２	サイドバーランキング
--------------------------------------------------*/
#waku02 {
 	margin: 15px;
	padding: 5px;
	background: #fff;
	border: solid 1px #122a88;
}


.waku-title2
{
       background: url(img/side-koukoku2.gif) no-repeat 0 0px;
       clear:both;
       height: 50px;
       line-height: 30px;
       padding-top: 8px;
       padding-left: 15px;
       margin:0;
       color: #fff;
       font-weight:bold;
       font-size:16px;
}
.siderank1 {
	width: auto;
	height: 28px;
	padding-top:5px;
	padding-left: 32px;

         background-image: url(img/1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}


.siderank2 {
	width: auto;
	height: 28px;
	padding-top:5px;
	padding-left: 32px;
         background-image: url(img/2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}


.siderank3 {
	width: auto;
	height: 28px;
	padding-top:5px;
	padding-left: 32px;
         background-image: url(img/3.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}


.siderank4 {
	width: auto;
	height: 28px;
	padding-top:5px;
	padding-left: 32px;
         background-image: url(img/4.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}


.siderank5 {
	width: auto;
	height: 28px;
	padding-top:5px;
	padding-left: 32px;
         background-image: url(img/5.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}


.siderank6 {
	width: auto;
	height: 28px;
	padding-top:5px;
	padding-left: 32px;
         background-image: url(img/6.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}


.siderank7 {
	width: auto;
	height: 28px;
	padding-top:5px;
	padding-left: 32px;
         background-image: url(img/7.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}


.siderank8 {
	width: auto;
	height: 28px;
	padding-top:5px;
	padding-left: 32px;
         background-image: url(img/8.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}


.siderank9 {
	width: auto;
	height: 28px;
	padding-top:5px;
	padding-left: 32px;
         background-image: url(img/9.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}


.siderank10 {
	width: auto;
	height: 28px;
	padding-top:5px;
	padding-left: 32px;
         background-image: url(img/10.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}


/*-------------------------------------------------------
●サイドオプション３　体験談
-------------------------------------------------------*/

#waku00 {
 	margin: 15px;
 	margin-top: 0px;

	padding: 5px;
	background: #fff;
	border: solid 1px #db4d97;
}


/*-------------------------------------------------------
●サイドオプション４　トピックス
-------------------------------------------------------*/


.topic{
margin-top:10px;
}

.waku-topic
{
       background: url(img/topic.gif) no-repeat 0 0px;
       clear:both;
       height: 30px;
       line-height: 30px;
       padding-top: 0px;
       padding-left: 15px;
       margin:0;
       color:#fff;
       font-weight:bold;
       font-size:16px;
}



.topic dt{
font-size:11px;
font-weight:bold;
color:#7a5d65;
}

.topic dd{
font-size:10px;
font-weight:normal;
color:#7a5d65;
padding-top:6px;
border:none;
}

.topic dd a{
color:#7a5d65;
}
.topic dd a:hover{
color: #ff9900;
}

.topic_01{
background:url(img/topic01.jpg) no-repeat;
height:92px;
padding-top:20px;
padding-left:86px;
padding-right:5px;
margin:0;}

/*ＦＦ*/
html>body .topic_01{
height:72px;
	}

/*IE7.0*/
*:first-child+html .topic_01{
height:72px;
	}

.topic_02{
background:url(img/topic02.jpg) no-repeat;
height:92px;
padding-top:20px;
padding-left:86px;
padding-right:5px;
margin:0;}

/*ＦＦ*/
html>body .topic_02{
height:72px;
	}

/*IE7.0*/
*:first-child+html .topic_02{
height:72px;
	}


.topic_03{
background:url(img/topic03.jpg) no-repeat;
height:92px;
padding-top:20px;
padding-left:86px;
padding-right:5px;
margin:0;}

/*ＦＦ*/
html>body .topic_03{
height:72px;
	}

/*IE7.0*/
*:first-child+html .topic_03{
height:72px;
	}

.topic_04{
background:url(img/topic04.jpg) no-repeat;
height:92px;
padding-top:20px;
padding-left:86px;
padding-right:5px;
margin:0;}

/*ＦＦ*/
html>body .topic_04{
height:72px;
	}

/*IE7.0*/
*:first-child+html .topic_04{
height:72px;
	}


.topic_05{
background:url(img/topic05.jpg) no-repeat;
height:92px;
padding-top:20px;
padding-left:86px;
padding-right:5px;
margin:0;}

/*ＦＦ*/
html>body .topic_05{
height:72px;
	}

/*IE7.0*/
*:first-child+html .topic_05{
height:72px;
	}



#maptit{
            	background: url(img/mapbg.gif) no-repeat left #fff;
	height: 16px;
	line-height: 16px;
	margin-top: 5px;	
 	margin-bottom: 2px;
         padding-top: 5px;
	padding-left: 20px;
	margin-right: 10px;
	color: #333;
	font-size: 14px;
    　　  width: auto;
	font-weight: bold;}

#kyujin_gaiyou{	font-size: 10px;
    　　  	}

#kyujin_waku {
 	margin: 0;
 	margin-top: 15px;
 	margin-bottom: 15px;
	padding: 10px;
	background: #fffef2;
	border: solid 2px #122a88;
 }


#kyujin_wakumap
{
 	margin: 0;
 	margin-top: 15px;
 	margin-bottom: 15px;
	padding: 10px;
	background: #fff;
	border: solid 2px #df003c;
    height: 230px;
 }
