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

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


/*文字を太くします*/
.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;
	line-height:100%; 
	height:100%; 
	padding-top: 5px;}


/*ＦＦ*/
html>body .line{
padding: 0;
	}

/*IE7.0*/
*:first-child+html .line{
padding: 0;
	}

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

 }

/*画像の位置を指定します*/
.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; background:url(img/bana-bg.jpg) repeat-x #fff;
    position: relative;

}


/*-------------------------------------------------------
■ ヘッダー（レイアウト）
-------------------------------------------------------*/
#header {
 
   height: 120px;
   background: url(img/bana.jpg) no-repeat left top #fff;
   position: relative;top: 0px;
   width: 970px;
   _width: 970px;
   margin: 0 auto;
   margin-left: 10px;
   padding: 0px;

}

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

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




#header h1 {
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 930px;
    _width: 950px;
    font-size: 10px;
    font-weight: normal;
    color: #000;
    display: block;
    text-align: left;
	}

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

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


#header h2 {
 
    margin: -15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 950px;
    _width: 950px;
    font-size: 10px;
    font-weight: normal;
    color: #000;
    display: block;
    text-align: right;
}



#header #logo {
	clear: both;
	padding-top: 8px;
	padding-left: 15px;
	float: left;
　　　　   
}


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


/*ＦＦ*/
html>body #header #ban {
	padding-top:20px;
	padding-left:170px;
	}

/*IE7.0*/
*:first-child+html #header #ban {
	padding-top:20px;
	padding-left:170px;
	}


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

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

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

}

font-weight: bold;
}
/*ＦＦ*/
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;
	}

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

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

/*ＦＦ*/
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-bg.gif) no-repeat left #fff;
	height: 35px;
	line-height: 35px;
	margin-top: 0px;	
         	margin-bottom: 10px;
         padding-top: 5px;
	padding-left: 45px;
	margin-right: 10px;
	color: #fefefe;
	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:#fffbec;}


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


#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
{
}
/*-------------------------------------------------------
■ サイドメニュー(サンプル用)
-------------------------------------------------------*/


#sides
{ 

    min-height: 1px;
    text-align: left;
    width: 270px;
    margin 0;
    background:#fffbec;}




/*サイドーバー広告枠*/
/*
枠の線を消したい場合は色を背景色と同一にしてください。（デフォルトは#fffbec）
-------------------------------------------------------------------*/

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



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

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


.waku-title1
{
       background: url(img/side-koukoku1.gif) no-repeat 0 0px;
       clear:both;
       height: 45px;
       line-height: 35px;
       padding-top: 2px;
       padding-left: 45px;
       margin:0;
       color: #fff;
       font-weight:bold;
       font-size:16px;
}
.waku-title2
{
       background: url(img/side-koukoku2.gif) no-repeat 0 0px;
       clear:both;
       height: 50px;
       line-height: 30px;
       padding-top: 8px;
       padding-left: 45px;
       margin:0;
       color: #fff;
       font-weight:bold;
       font-size:16px;
}

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

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

#footer p { margin: 10px; padding: 0;     font-size: 10px; color: #999}

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

	}

#footergazou { background: url(img/footer.jpg) repeat-x ; 
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
         text-align: center;
         font-size: 12px;
         color: #999;

}
#footergazou p { 
width : 900px;
margin: 10px auto; 
padding: 0;
font-size: 10px; 
text-align: center;
color: #999;
font-size: 10px; 
 }



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

}

.copy{ background: url(img/footercopy.jpg) repeat-x ; 
	padding: 0;
	margin: 0;

         text-align: center;
         font-size: 10px;
         color: #fffef9

}



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

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

	text-decoration:none;
		color:#999;

	
}


/*-------------------------------------------------------
■ トップページ枠
-------------------------------------------------------*/
/*
高さ・色は自由に変更してください
-------------------------------------------------------------------*/
#waku-top {
         margin: 1px;
	padding: 10px;
	margin-bottom: 0px;
	border: 1px solid #33b371;
	height: 120px;	
	}



/*-------------------------------------------------------
■ トップページ WhatNew
-------------------------------------------------------*/
#whatnew-title{
        clear: both;
   	background: url(img/h4-bg.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;

}



/*-------------------------------------------------------
■ オプションスタイルシート ■ 
-------------------------------------------------------*/

/*-------------------------------------------------------
● オプション９　ボタン
-------------------------------------------------------*/




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


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

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

}

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

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

}

/*
●オプション３　ボックス１×３
---------------------------------------------------*/
/*
高さ・色は自由に変更してください
-------------------------------------------------------------------*/
.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;

}



/* ie8 */  
html>/**/body#box_link a:hover {   
    margin-top /*\**/: 5px\9;   
    margin-right: 5px\9;   
}  


/*-------------------------------------------------------
●オプション４　枠付き
-------------------------------------------------------*/
#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;
}

/*-------------------------------------------------------
●オプション５　枠囲み（高さ固定）女
-------------------------------------------------------*/
#point1_w{
        clear: both;
   	background: url(img/point1_w.jpg) no-repeat left #fff;
	height: 100px;
        margin: 0 auto;	
        padding: 5px;
        padding-left:100px;
        padding-top:10px;
       	margin-top: 10px;	
	margin-bottom: 10px;
}


#point1_w p{
        line-height:24px;
        padding:10px;
        width:500px；
}
/*ＦＦ*/
html>body #point1_w p{
        padding:10px;;
        width:480px；	
}

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

/*-------------------------------------------------------
●オプション５　枠囲み（高さ固定）男
-------------------------------------------------------*/

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

#point1_m p{
        line-height:24px;
        padding:10px;
        width:500px；
}
/*ＦＦ*/
html>body #point1_m p{
        padding:10px;;
        width:480px；	
}

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



/*-------------------------------------------------------
●オプション５　枠囲み（高さ固定）
-------------------------------------------------------*/



#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:20px;
        padding-left:15px;
        color: #fff;
	font-size: 18px;
	font-weight: bold;
}
/*ＦＦ*/
html>body #point2 #point2_t{
	padding-top:25px;
	}

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


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



/*-------------------------------------------------------
●オプション５　枠囲み（高さ固定）
-------------------------------------------------------*/



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

#point3 #point3_t {
	width:auto;

   	height: 35px;
	line-height: 35px;
        padding-top:20px;
        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;
}

/*-------------------------------------------------------
●オプション６　枠囲み（高さ固定）左右タイプ
-------------------------------------------------------*/



#point4{
float: left;
   	background: url(img/point4.jpg) no-repeat left #fff;
	height: 320px;
    	margin: 0 auto;	
	
   	margin-bottom: 10px;	
   	padding: 5px;
   	padding-left:0px;
   	padding-top:10px;
	width:300px;}

/*ＦＦ*/
html>body #point4{
   	padding: 5px;


	}

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


	}


#point4 #point4_t {
	width:auto;

   	height: 35px;
	line-height: 35px;
        padding-top:20px;
        padding-left:80px;
        color: #333;
	font-size: 20px;
	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:290px;

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

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

.gopoint4{
   		margin: 2px 20px 1px 5px;
	padding-top:0px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

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

#point4_btn a {
	display: block;
	width: 300px;
	height: 45px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/btn_point4.gif");
	}

#point4_btn a:hover {
	background-position: 0 -45px;
	}




/*-------------------------------------------------------
■ オプション８　キャンペーン・詳細■ 
-------------------------------------------------------*/

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







/*-------------------------------------------------------
■ オプションスタイルシート ランキング■ 
-------------------------------------------------------*/

/*-------------------------------------------------
●オプション７　ランキング
--------------------------------------------------*/
.hikakutbl {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.hikakutbl table {
	width:615px;
	margin: 5px 0 10px 5px;
	padding: 0;
	font-size: 14px;
	border-top: 0px 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: 0;
	border-top: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 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;
	line-height: 35px;
	height: 35px;
}


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


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

#link-kochira {
	margin: 0;
	text-indent:-9999px;
}


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


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



/*-------------------------------------------------
オプション１１	サイドバーランキング
--------------------------------------------------*/

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



/*
ボックス３列
---------------------------------------------------*/
テーブル(個別記事用2)
-------------------------------------------------------------------*/
.boxrank4 {
 margin: 0;
 padding: 0;
 margin-bottom: 30px;
}
 
.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 td.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;
}

テーブル(個別記事用3)ランキングｈ２部分
-------------------------------------------------------------------*/
.kobetu3 {
 margin: 0;
 padding: 0;
 margin-bottom: 2px;
}
 
.kobetu3 table   {
clear:both;
 background :#fff;
 margin: 5px 0 10px 5px;
 padding: 0;
 color: #333;
 width: 620px;
 border-collapse: collapse;
 font-size: 12px;
 line-height: 140%;
 border: solid 2px #bbb1a0;

}
 
.kobetu3 td {
 border: solid 1px #bbb1a0;
 padding: 5px;
 　　   height: 30px;
line-height: 140%;
background: #fff;
 font-size: 12px;

}
 
.kobetu3 th {
 border: solid 1px #1a3994;
 padding: 1px;
 	background: #1a3994;
	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: left;
	font-size: 12px;
 	background: #f4f4f4;
	font-weight: normal;
	color: # 333;
 line-height: 150%;
	padding-bottom: 10px;}

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



/*
テーブル(個別記事用)
-------------------------------------------------------------------*/
.kobetu {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
    clear: both;
}

.kobetu table   {
	background :#fff;
	margin: 5px 0 10px 5px;
	padding: 0;
	color: #333;
	width: 600px;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 170%;
}

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

}

.kobetu th {
	border: solid 1px #094e18;
	padding: 8px 5px 8px 10px;
	background: #39723f;

	font-weight: normal;
	color: #fff;

}

#boxrank3_hhh {
	border: 2px solid #1a5eaf;
margin: 1px;
	padding: 1px;
	margin-bottom: 0px;
	height: 400px;	
	}


#boxrank3hhh {
	float: left;
	height: 280px;
	width: 200px;
	border: 0px solid #f9defa;
	margin: 2px;
	padding: 5px;
	background: #fff;
	background-position: bottom;
	position: relative;
	margin-bottom: 0px;
	font-size: 12px;}
/*ＦＦ*/
html>body #boxrank3hhh {
	padding: 5px;
	width: 190px;
	}

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



#boxrank3hhh-title {
	margin: 0px;
	padding-left: 2px;
	padding-top: 1px;
	background-image: url(img/te1111.gif);
	background-repeat: repeat-x;
	background-position: 0 0;

	color: #231881;
	font-size: 16px;
         	font-weight: bold;
	width: 180px;
	height: 25px;
	line-height: 25px;


}


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

#boxrankbt3 a {
	display: block;
	width: 80px;
	height: 18px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/boxrankbt3.gif");
	}

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




/* kutikomi ==================================================
 *
 */
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: #e8f5ff url(img/kutikomi_back_m.gif) top left repeat-x;

}

/*ＦＦ*/
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;

	}


/*------------------------------------------------------------
18、ノートのような線を引く
-------------------------------------------------------------*/

.noteline{
	display: inline!important;
	padding-bottom: 0.3em!important;
	border-bottom: 1px dashed #7070ba!important;
	line-height: 2.1em!important;
	
}


/*------------------------------------------ロールオーバーボタン*/



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

#boxrankbt3 a {
	display: block;
	width: 80px;
	height: 18px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/boxrankbt3.gif");
	}

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


#boxrankbt4 {
	margin: 10px 10px 0px 0px;
	float: right;
	}

#boxrankbt4 a {
	display: block;
	width: 80px;
	height: 18px;
	text-indent: -1000px;
	overflow: hidden;
	background: url("img/boxrankbt4.gif");
	}

#boxrankbt4 a:hover {
	background-position: 0 -18px;
	}


/*
口コミ
-------------------------------------------------------------------*/


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


/*
口コミ左余白なし
-------------------------------------------------------------------*/


#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: 5px;
	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);
			}



/*
詳細はコチラ
-------------------------------------------------------------------*/


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

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


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

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




/*------------------------------------------ロールオーバー表体験談・詳細*/



.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: 0 -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: 0 -25px;
	}


/*-------------------------------------------------------
■ トップページ 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; 

}


/*---------------------感想文*/





#kansou {
 background:url(img/kansou.jpg) no-repeat left top;
 padding-left:115px;
 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:405px;
 float:none;
 _float:right;
 margin-left:0px;
 margin-top:0px;
}


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

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

