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

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



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

a { color: #0044CC; 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: center;
	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: #111111;
    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;
	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;
}



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

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

    height: 40px;
  background: url(img/navi2.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/navi2.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:  5px ;
    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 15px 5px;
	padding: 0 0 0px 5px;

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


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



/*-------------------------------------------------------
■ トップページ 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: 180px;
	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: #666666

	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;

	font-size: 9px;
    color: #666666;
	line-height: 12px;
}

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


#footer_link ul li a {
    color: #666666;
	text-decoration: none;
	font-size: 11px;
         font-weight: bold; 
	}

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

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

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

	padding: 0px;
}

#footer_moji p{
        font-size: 9px;
    color: #666666;
	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: 24px;
    color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
         text-align:left;
}	

#footer_left p {
	font-size: 11px;
	line-height: 16px;
    color: #666666;
	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-left: 0px;
         margin: 0 auto;
         margin-top: 8px;
	font-size: 10px;
	line-height: 14px;
    color: #666666;
	text-align:center;

}
#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: #666666
}
#link a{

	text-decoration:none;
    color: #666666
	
}

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


/*-------------------------------------------------
●オプション１　ランキング
--------------------------------------------------*/
.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;
	}

/*
申込ボタン
-------------------------------------------------------------------*/
.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;

	}


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

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

}

#box300 {
	float: left;
	width: 300px;

	padding-right: 3px;
	padding-left: 5px;

	background: none;
	background-position: bottom;
	position: relative;
	font-size: 12px;
	color: #333;
	margin-bottom: 20px;
a { color: #0044CC; text-decoration: underline; }
}







/*ＦＦ*/
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: #333333;
	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: 5px;
	background-image: url(img/bg_box1a.gif) ;
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	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;

}


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

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

}

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

/*
●サイドオプション０１
---------------------------------------------------*/
/*
枠の線を消したい場合は色を背景色と同一にしてください。（デフォルトは#fffbec）
-------------------------------------------------------------------*/

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

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

.waku-title
{
       background: url(http://dogsearch.jp/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(http://dogsearch.jp/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(http://dogsearch.jp/img/side-koukoku2.gif) no-repeat 0 0px;
       clear:both;
       height: 50px;
       line-height: 30px;
       padding-top: 5px;
       padding-left: 45px;
       margin:0;
       color: #fff;
       font-weight:bold;
       font-size:16px;
}

/*-------------------------------------------------------
■ オプション ボタン ■ 
-------------------------------------------------------*/

/*-------------------------------------------------------
● 公式ページはこちら
-------------------------------------------------------*/


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




/* topics
====================================================*/

.topics{
margin-top:20px;
}

.topics h3{
margin-bottom:0px;
}


.topics dt{
display:none
}

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

.topics dd a{
color:#7A5D65;
}
.topics dd a:hover{
color:#AB999E;
}

.topics01{
background:url(img/stopic01.jpg) no-repeat;
height:54px;
padding-top:38px;
padding-left:86px;
padding-right:5px;
margin:0;}

.topics02{
background:url(img/stopic01.jpg) no-repeat;
height:50px;
padding-top:42px;
padding-left:86px;
padding-right:5px;
margin:0;}


.topics03{
background:url(img/stopic01.jpg) no-repeat;
height:54px;
padding-top:38px;
padding-left:86px;
padding-right:5px;
margin:0;}



.topics04{
background:url(img/stopic01.jpg) no-repeat;
height:50px;
padding-top:42px;
padding-left:86px;
padding-right:5px;
margin:0;}



.topics05{
background:url(img/stopic01.jpg) no-repeat;
height:50px;
padding-top:42px;
padding-left:86px;
padding-right:5px;
margin:0;}

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



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



