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

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


/*-------------------------------------------------------
■ 見出し
-------------------------------------------------------*/

h1, h2, h3, h4, h5, h6click
{
    margin: 0;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック";
}


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

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



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




/*-------------------------------------------------------
■ 指定
-------------------------------------------------------*/
/*カテゴリ上目次画像*/

.box
{
    position: relative;
    width: 555px;
    _width: 555px;
    line-height: 1.5;
    margin: 15px 10px;
    padding: 0;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    background: #fcfcfc;
}
	
.boxtop
{
	background: url(img/check.gif) no-repeat 0 0px;
　　　　   height: 45px;
	line-height: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 45px;
	color: #333;
	font-size: 16px;
         width: 555px;
	font-weight: normal;}


}




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

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





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

.header2 { color: #990000; }

/*色を指定します*/
.mizu { color: #0080c0; }
.pink { color: #ff99ab; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.aka { color: #db0000; }

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

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


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

 }

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


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




strong{
	font-weight:normal;
}

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

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




.center { text-align: center; }

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

body {
    width: 850px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック";
    position: relative;



}


/*-------------------------------------------------------
■ ヘッダー（レイアウト）
-------------------------------------------------------*/

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

  
}


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

#header h1 {

position:absolute; top: 2px; right: 30px;
    text-align: right;
    display: inline;

	

}

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

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



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

}

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


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

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



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

#banner {
    position: relative;
    margin: 0;
    padding: 0;
    width: 850px;
    height: 200px;

}

#banner div {
    position: relative;
    margin: 0;
    padding: 0;
    width: 850px;
    height: 200px;
}




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

#container
{
    position: relative;
    width: 850px;
    _width: 890px;
    margin: 0;
    padding: 0;
    padding: 0 20px;
    text-align: center;
　　 background: url(img/bbg.gif) repeat-y #fff;

	}


#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: 585px;
    margin: 5px 0;
   margin:  10px ;
   margin-right:  0px ;
    padding: 0;

}

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


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

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

 }
#main h2 {

   	background: url(img/h2-bg.gif) no-repeat left #fff;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-right: 10px;
	color: #333;
	font-size: 16px;
    　　  width: 565px;
	font-weight: bold;}

#main h3 {

   	background: url(img/h3-bg.gif) no-repeat left #fff;
	height: 35px;
	line-height: 35px;
	margin-top: 15px;	
         	margin-bottom: 10px;
         padding-top: 5px;
	padding-left: 20px;
	margin-right: 10px;
	color: #333;
	font-size: 16px;
    　　  width: 565px;
	font-weight: bold;}



.h2entry{
 　　　line-height: 1.5;
 　　　margin: 15px 10px;
　　　margin-left: 2px;

　　　 padding-bottom: 10px; 
 }

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


 }

.content
{
    position: relative;
    line-height: 1.5;
    margin: 5px 0;
    padding:  0 0  5px 5px; 
    border-bottom: 1px dotted #dcdcdc;
    font-size: 14px;
}



/*-------------------------------------------------------
■ サイドメニュー
-------------------------------------------------------*/
#side
{ 
    display: inline; 
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 240px;
    padding: 0;
    margin-right: 10px;
    margin-top: 5px;
}

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

#side li
{
    display: block;
    line-height: 15px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dotted #ccc;
}

#side li.sidetitle
{
    width: auto;
    margin: 5px 0 0 0;
    padding: 7px 0 7px 5px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    display: block; 
    background: url(img/st.gif) no-repeat 0 0px;
}

#side li a
{
    display: block;
    width: 100%; 
    font-size:14px;
    color: #666;
    padding: 7px 3px 3px 17px;
    background: url(img/side-li.jpg) no-repeat 0 0px;
    height: 20px;
    margin: 2px 0;
    border-left: 2px solid #dcdcdc;
    text-decoration: none;
}


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





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

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



/*サイドーバー広告テキスト*/
.koukoku-txt{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	line-height:120%;
	font-size:14px;
	color:#555;	


}

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

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




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

#side  a {
	margin:0;
	line-height:120%;
	font-size:14px;
         font-weight: bold; 
}

#side  a:hover {
}



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

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


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

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

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





/*
概要
-------------------------------------------------------------------*/
#gaiyou {
	color:#eee;
	font-size:10px;
	line-height:125%;
	font-weight:normal;
	margin-top: 20px;
	margin-left: 10px;
	margin-right:20px;
	margin-bottom: 10px;
	padding:0;
	background: #f7f8f4;
	border: 0px solid #929286;
         word-break: break-all
         position: relative;
         clear: both;
}


#gaiyou p {
	background: none;
	margin: 0px;
	padding: 5px;
	font-size:10px;
	line-height:130%;
	color: #999;
}


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

	text-decoration:none;
	color:#666;

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


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


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

/*-------------------------------------------------
	比較表1
--------------------------------------------------*/
.hikakutbl {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.hikakutbl table {
	width: 560px;
	margin: 5px 0 10px 5px;
	padding: 0;
	font-size: 14px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.hikakutbl th {
	margin: 0;
	padding: 3px 0;
	border: 1px solid #CCCCCC;
	font-size: 16px;
         font-weight: bold;
	color: #fff;
	text-align: center;
	background-image: url(img/te.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}


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

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

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

.imgtitle1 {
 	font-size: 16px;
        font-weight: bold;
         color:#fff;
}

.imgtitle {
	margin: 5px 0px 2px 5px;
         font-weight: bold;
         color:#0080c0;
 	font-size: 16px;

}

.imghikaku {
	margin: 0px 10px 10px 10px;
	
	padding-top: 5px;
}


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



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

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

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


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

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

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


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


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

.kobetu table   {
	background :#fff;
	margin: 5px 0 10px 5px;
	padding: 0;
	color: #333;
	width: 550px;
	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:#fccece;
	font-weight: bold;
	color: #333;

}


/*
ボックス３列
---------------------------------------------------*/
.box2_h {
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

#box2 {
	float: left;
	height: 225px;
	width: 177px;
	border: 1px solid #DDDDDD;
	margin: 2px;
	padding: 2px;
	background: none;
	background-position: bottom;
	position: relative;
	margin-bottom: 50px;
}


#box2 h4 {
	margin: 0px;
	padding-left: 8px;
	padding-top: 1px;
	background-image: url(img/bg_box2.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;

	color: #FFFFFF;
	font-size: 14px;
         	font-weight: bold;
	width: 169px;
	height: 25px;
	line-height: 25px;


}

#box2 p {
	color: #333;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
         line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
	margin-left: 2px;
　　　　   margin-top: 2px;
	margin-bottom: 10px;

}

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

}



/*
ボックス２列×２列
---------------------------------------------------*/
.box1_h {
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}



#box1 {
	float: left;
	height: 200px;
	width: 260px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background: none;
	background-position: bottom;
	position: relative;
	font-size: 14px;
	color: #333;
color: #333;
}
#box1 h4 {
	margin: 0px;
	padding-left: 8px;
	padding-top: 1px;

	margin-bottom: 10px;
	background-image: url(img/bg_box1.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #FFFFFF;
	font-size: 14px;
        	font-weight: bold;
		height: 25px;
	line-height: 25px;
width: 255px;

}

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

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

/*
キャンペーン
-------------------------------------------------------------------*/

.camp_h {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

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

#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 5px;
	padding: 0;
	float: left;
}


/*
テーブルメインランキング
-------------------------------------------------------------------*/



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

}

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

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

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

}

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

}





.rank-table1 {
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}
.rank-table1 table {
	width: 560px;
	margin: 0 0 10px 5px;
	padding: 0;
	font-size: 14px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.rank-table1 th {
	margin: 0;
	padding: 3px 0;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	text-align: center;
}


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




.rank-table1 td.rank-cap {
	padding: 10px;
	text-align: center;
	width: 145px;}




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


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

         }

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

/*
テーブル用
-------------------------------------------------------------------*/
#table-01{	
	width: 560px;
	margin: 10px 0 30px 0px;
	padding: 0;
	font-size: 14px;
         line-height: 130%;
	border-collapse: collapse;

}

#table-01 th{
	text-align: center;
	padding:0px 0px 0px 0px;
}

#table-01 tr{
}

#table-01 img{
	border:0px ;
}

#table-01 td{
	
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	border: solid 1px #ccc;
	padding: 2px;
         line-height: 130%;
	

}

#table-01  .tdleft{

	text-align: left;
       
}

table#table-01  a:hover{
   	color:red;
  	text-decoration: underline;
}

table#table-01 p{
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	line-height:130%;
         background: none;

}

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

table#table-02{
	 
	border: 1px solid #757575;
	width: 560px;
	margin: 5px 0 10px 5px;
	padding: 0;
	font-size: 14px;
 	border-collapse: collapse;

}


table#table-02 th{
	 text-align: left;
	 color: #333;
	 margin:0;
	 border: 1px solid #757575;
	 border-collapse: collapse;
	 padding: 0 0 0 2px;
	 font-size: 16px;
	 line-height:16px;
	 height:110%;
	 background-color: #fff;
	 background-image: url(img/te1.gif);
 
}

table#table-02 th a:link{
 	text-decoration: none;

}

table#table-02 th a:hover{
	text-decoration:none;
}

table#table-02 th a:visited{
}


table#table-02 td{
	margin:0;
 	border: 1px solid #757575;
 	border-collapse: collapse;
 	padding-top: 0px;
 	padding-right: 5px;
 	padding-bottom: 5px;
 	padding-left: 5px;
 	font-size: 14px;
 	line-height: 140%;
 	background-color: #FFF;
}

table#table-02 td a{
 	font-size: 14px;
font-weight: bold
}

table#table-02 td img{
 	border-width: 0px;
 	border-style: solid;
 	border-color: #CCCCCC;
}

table#table-02 th img{
	padding-top: 0px;
	padding-bottom: 0px;

}


table#table-02 p{
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	line-height:140%;
          background: none;
	font-size: 14px;
}


 
.linkt02 a 
{
	overflow: hidden;
	display: block;
	width: 73px;
	height: 28px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/so.gif);
	margin: 0;
	padding: 0;
	text-indent: -7777px;
	margin-top: 5px;
	margin-bottom: 5px;

}

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

/*---------------------
画像の装飾
---------------------*/

.photo{
margin:10px;
position:relative;
}

/*-----------------------
画像にpinをさす
-------------------------*/

.photo span.pin{
width:20px;
height:22px;
display:block;
position:absolute;
top:-13px;
left:70px;
background: url(images/pin.png) no-repeat;
	z-index: 4;
}

/*-----------------------
画像の上に透明テープを貼る
-------------------------*/


.photo span.tape1{
width:77px;
height:27px;
display:block;
position:absolute;
top:-12px;
left:35px;
background: url(images/tape.png) no-repeat;
}

/*-----------------------
画像の上に茶色テープを貼る
-------------------------*/

.photo span.tape2{
width:77px;
height:27px;
display:block;
position:absolute;
top:-12px;
left:30px;
background: url(images/tape2.png) no-repeat;
}


/*-----------------------
画像の左上にクリップをつける
-------------------------*/

.photo span.clip1 {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -5px;
	left: -2px;
	background: url(images/paper-clip.png) no-repeat;
	z-index: 3;
}

.photo span.gold {
	width: 216px;
	height: 166px;
	display: block;
	position: absolute;
	top: -17px;
	left: -18px;
	background: url(images/gold-frame.png) no-repeat;
}

.photo span.cut {
	width: 189px;
	height: 137px;
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	background: url(images/cut-corner.png) no-repeat;
}


/*-----------------------
画像の左上にミニクリップをつける
-------------------------*/
.photo span.clip2 {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: -3px;
	left: 9px;
	background: url(images/paper-clip-mini.png) no-repeat;
	z-index: 3;

}

.photo emc2 {
	background: #fff;
	color: #000;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	border: 1px solid #999;

}
.photo a {
	text-decoration: none;
	color: #000;
}
.photo a:hover em {
	display: block;
}

.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}

.photo emc1 {
	background: #fff;
	color: #000;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	border: 1px solid #999;

}

.photo em {
	width: 102px;
	background: url(images/bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -2px;
	left: 50px;
	font-style: normal;
	text-align: center;
}

.photo .bg {
	background: url(images/cork-bg.png) no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;

}


/*-----------------------
茶色テープに文字をつける
-------------------------*/
.photo emt {
	width: 110px;
	display: block;
	padding: 10px;
margin:0,10px;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: url(images/tape2.png) no-repeat;
	position: absolute;
	top: -7px;
	left: 20px;
	z-index: 3;
}


 

.photo2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.photo2 li {
	margin: 20px 10px 5px;
	float: left;
	position: relative;
	width: 186px;
	height: 142px;
}
.photo2 .bg {
	background: url(images/polaroid-short.png) no-repeat;
	width: 186px;
	height: 142px;
	position: absolute;
	left: 0;
	top: 0;
}
.photo2 em {
	width: 110px;
	display: block;
	padding: 10px;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: url(images/tape2.png) no-repeat;
	position: absolute;
	top: -17px;
	left: 30px;
	z-index: 3;
}

.photo2 a {
	text-decoration: none;
	color: #666;
}
.photo2 a:hover {
	color: #000;
	text-decoration: underline;
}

.photo2 img {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
}

/*-----------------------
画像にpinをさす
-------------------------*/

.photo2 span.pin{
width:20px;
height:22px;
display:block;
position:absolute;
top:-13px;
left:40px;
background: url(images/pin.png) no-repeat;
	z-index: 4;
}

.photo2 .bg {
	background: url(images/cork-bg.png) no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;

}


/* ----------------------
画像にホップアップ表示
----------------------- */
.photo-p {
	list-style: none;
	margin: 0;
	padding: 0;
}
.photo-p li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.photo-p img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;

}
.photo-p li:hover img {
	border-color: #999;

}
.photo-p em {
	width: 102px;
	background: url(images/bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -2px;
	left: 50px;
	font-style: normal;
	text-align: center;

}
.photo-p a {
	text-decoration: none;
	color: #000;

}
.photo-p a:hover em {
	display: block;

}
/*-----------------------
画像にpinをさす
-------------------------*/

.photo-p span.pin{
width:20px;
height:22px;
display:block;
position:absolute;
top:-13px;
left:40px;
background: url(images/pin.png) no-repeat;
	z-index: 4;
}

.photo-p .bg {
	background: url(images/cork-bg.png) no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;

}

/* --------------------------------
画像にクリップ＋メモをつけて表示
 ------------------------------- */
.photo-c {
	list-style: none;
	margin: 0;
	padding: 0;
}
.photo-c li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.photo-c li:hover img {
	border-color: #000;
}
.photo-c img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
	z-index: 3;
}
.photo-c em {
	background: #fff;
	color: #000;
	font-style: normal;
	padding: 2px 8px 0 22px;
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	border: 1px solid #999;
}
.photo-c a {
	text-decoration: none;
}
.photo-c span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	background: url(images/paper-clip-mini.png) no-repeat;
	z-index: 3;
}

/*-----------------------
画像にpinをさす
-------------------------*/

.photo-c span.pin{
width:20px;
height:22px;
display:block;
position:absolute;
top:-5px;
left:70px;
background: url(images/pin.png) no-repeat;
	z-index: 5;
}

.photo-c .bg {
	background: url(images/cork-bg.png) no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;

}
 


.item {
display: inline;
float: left;
margin: 0pt 5px 8px;
overflow: hidden;
text-align: center;
vertical-align: middle;
width: 70px;
height: 70px;
}

ul.sample{
    width:100%;
    margin-top:20px;
    font-size:12px;
    padding-left:0;
    margin-left:0;
}

ul.sample li{
    list-style:none;
    padding:3px 10px;
    width:130px;
    height:160px;
    float:left;
　　 background:url('news2.gif') left no-repeat;
}


.qa{
 background:url(img/qestion.gif) no-repeat left;
 padding-left:50px;
 height:45px;
 margin-bottom:15px;
 width:540px;
 clear:both;
}
.qa p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:45px;
 text-indent:10px;
 width:490px;
}
.qaa{
 background:url(img/answer.gif) no-repeat left top;
 padding-left:50px;
 width:470px;
 _width:520px;
 height:auto;
 margin-bottom:15px;
 clear:both;
 padding-bottom:20px;
 border-bottom:1px dotted #cacaca;
}
.qaa p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:490px;
 float:none;
 _float:right;
}


/*------------------
男性イラストQ&A
--------------------*/

.qa-m1{
 background:url(img/1b.jpg) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-m1 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-m1{
 background:url(img/1a.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 clear:both;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-m1 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}

.qa-m2{
 background:url(img/8b.jpg) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-m2 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-m2{
 background:url(img/8a.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;
 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-m2 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}

.qa-m3{
 background:url(img/5b.jpg) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-m3 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-m3{
 background:url(img/5a.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;
 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-m3 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}

.qa-m4{
 background:url(img/3b.jpg) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-m4 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-m4{
 background:url(img/3a.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;
 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-m4 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}

.qa-m5{
 background:url(img/1d.gif) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-m5 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-m5{
 background:url(img/1c.gif) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-m5 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}
/*------------------
女性イラストQ&A
--------------------*/
.qa-w1{
 background:url(img/2b.jpg) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-w1 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-w1{
 background:url(img/2a.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-w1 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}

.qa-w2{
 background:url(img/9b.jpg) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-w2 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-w2{
 background:url(img/9a.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-w2 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}


.qa-w3{
 background:url(img/4b.jpg) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-w3 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-w3{
 background:url(img/4a.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-w3 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}

.qa-w4{
 background:url(img/9c.jpg) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-w4 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-w4{
 background:url(img/9d.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-w4 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}


.qaa-w5{
 background:url(img/9g.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-w5 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}

/*------------------
先生イラストQ&A
--------------------*/
.qa-t1{
 background:url(img/6b.jpg) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-t1 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-t1{
 background:url(img/6a.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-t1 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}



.qa-t2{
 background:url(img/6b.jpg) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-t2 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-t2{
 background:url(img/6c.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-t2 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}

.qaa-t3{
 background:url(img/5c.gif) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-t3 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}


/*------------------
babyイラストQ&A
--------------------*/
.qa-b1{
 background:url(img/7b.jpg) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-b1 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-b1{
 background:url(img/7a.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-b1 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}


/*------------------
dogイラストQ&A
--------------------*/
.qa-b1{
 background:url(img/10b.jpg) no-repeat left;
 padding-left:100px;
min-height: 120px;
 height:100%;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 width:100%;
 clear:both;
}
.qa-d1 p{
 border:1px solid #cacaca;
 background:#e3eeff;
 line-height:25px;
 text-indent:10px;
 width:440px;
 float:none;
 _float:right;
}
.qaa-d1{
 background:url(img/10a.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}
.qaa-d1 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}

.qaa-c{
 background:url() no-repeat left top;
 padding-left:120px;
 width:100%;
min-height: 120px;
 height:100%;

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 border-bottom:0px dotted #cacaca;
}


.qaa-c p{
 border:1px solid #cacaca;
 background:#fffce3;
 line-height:25px;
 padding:10px;
 width:410px;
 float:none;
 _float:right;
}

.qaa-c h3{
 padding-left:0px;
 background:url(img/kumo.gif) no-repeat left;
}

.header10 {
	/* ie win (5, 5.5, 6) bugfix */
    margin-top: 30px;
    line-height: 50px;
    padding: 10px 5px 40px 10px;
	font-size: 1.4em;
	font-weight: normal; 
	text-align: left;
	clear: both;
	border-left: 5px solid #ffcc00;
	letter-spacing: 0.4em;
}




#main h5 {

   	background: url(img/check1.gif) no-repeat left;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin-top: 15px;	
         padding-top: 5px;
	padding-left: 40px;
	margin-right: 10px;
	font-weight: bold;}

.qaa-w10{
 background:url(img/90a.jpg) no-repeat left top;
 padding-left:100px;
 width:100%;
min-height: 120px;
 height:100%;
 margin-bottom:15px;
 clear:both;
 padding-bottom:20px;
 border-bottom:0px dotted #cacaca;
}
.qaa-w10 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:440px;
 float:none;
 _float:right;
}
/* ---------------------------------------------
画像回り込み
--------------------------------------------- */

.img1 { float: right; margin-left: 10px; }
.img2 { float: left; margin: 0 15px 10px 0; }


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

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


.link-black a 
{
	overflow: hidden;
	display: block;
	width: 322px;
	height: 99px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/black100.jpg);
	text-indent:-9999px;
	margin-top: 1px;
	margin-bottom: 0px;
      } 


.link-black a:hover {
	width: 322px;
	height: 99px;
         background-position:0 -99px;
	text-decoration: none;
			}

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


.link-red a 
{
	overflow: hidden;
	display: block;
	width: 322px;
	height: 99px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/red100.jpg);
	text-indent:-9999px;
	margin-top: 1px;
	margin-bottom: 0px;
      } 


.link-red a:hover {
	width: 322px;
	height: 99px;
         background-position:0 -99px;
	text-decoration: none;
			}

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


.link-green a 
{
	overflow: hidden;
	display: block;
	width: 322px;
	height: 99px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/green100.jpg);
	text-indent:-9999px;
	margin-top: 1px;
	margin-bottom: 0px;
      } 


.link-green a:hover {
	width: 322px;
	height: 99px;
         background-position:0 -99px;
	text-decoration: none;
			}

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


.link-blue a 
{
	overflow: hidden;
	display: block;
	width: 322px;
	height: 99px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/blue100.jpg);
	text-indent:-9999px;
	margin-top: 1px;
	margin-bottom: 0px;
      } 


.link-blue a:hover {
	width: 322px;
	height: 99px;
         background-position:0 -99px;
	text-decoration: none;
			}

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

}


.link-kuchikomi2 a 
{
	overflow: hidden;
	display: block;
	width: 240px;
	height: 74px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/kochira1.jpg);
	text-indent:-9999px;
	margin-left: 145px;
	margin-top: 1px;
	margin-bottom: 0px;
      } 


.link-kuchikomi2 a:hover {
	width: 240px;
	height: 74px;
         background-position:0 -74px;
	text-decoration: none;
			}



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


.link-kuchikomi3 a 
{
	overflow: hidden;
	display: block;
	width: 240px;
	height: 74px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/kochira3.jpg);
	text-indent:-9999px;
	margin-left: 145px;
	margin-top: 1px;
	margin-bottom: 0px;
      } 


.link-kuchikomi3 a:hover {
	width: 240px;
	height: 74px;
         background-position:0 -74px;
	text-decoration: none;
			}

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


.link-kuchikomi1 a 
{
	overflow: hidden;
	display: block;
	width: 240px;
	height: 74px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/kochira2.jpg);
	text-indent:-9999px;
	margin-left: 145px;
	margin-top: 1px;
	margin-bottom: 0px;
      } 


.link-kuchikomi1 a:hover {
	width: 240px;
	height: 74px;
         background-position:0 -74px;
	text-decoration: none;
			}


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


.link-kuchikomi4 a 
{
	overflow: hidden;
	display: block;
	width: 240px;
	height: 74px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image: url(img/kochira4.jpg);
	text-indent:-9999px;
	margin-left: 145px;
	margin-top: 1px;
	margin-bottom: 0px;
      } 


.link-kuchikomi4 a:hover {
	width: 240px;
	height: 74px;
         background-position:0 -74px;
	text-decoration: none;
			}



/*ジャンル別用(画像500px)------------*/

.check1,check2,check3 {
  margin:0 4px 5px 0px;
  }

.check1 {
  background:url(images/check1-top.gif) no-repeat;
  }
.check2 {
  background:url(images/check2-top.gif) no-repeat;
  }
.check3 {
  background:url(images/check3-top.gif) no-repeat;
  }

.check1 ul,
.check2 ul,
.check3 ul {
  padding:32px 15px 5px 55px;
  background:url(images/check-bttm.gif) no-repeat  left bottom;
  margin:0 0px 5px 0px;
  }

.check1 li,
.check2 li,
.check3 li{
  margin:0px 7px 10px 5px;
  padding:0px 0px 8px 45px;
  list-style:none;
  line-height:1.3;
  font-size:18px;
  font-weight:bold;
  border-bottom:1px dashed #8e8e8e;
  background-position:6px 0;
  background-repeat:no-repeat;
  }

.check1 li {
  background-image:url(images/check1-mark.gif);
  }
.check2 li {
  background-image:url(images/check2-mark.gif);
  }
.check3 li {
  background-image:url(images/check3-mark.gif);
  }


.check4 {
  margin:0px 10px 32px 0px;
  background:url(images/check4-bak.gif);
  }
.check5 {
  margin:0px 10px 32px 0px;
  background:url(images/check5-bak.gif);
  }
.check6 {
  margin:0px 10px 32px 0px;
  background:url(images/check6-bak.gif);
  }


.check4 ul {
  padding:10px 0px 5px 130px;
  background:url(images/check4-badge.jpg) no-repeat;
  }
.check5 ul {
  padding:15px 0px 5px 130px;
  background:url(images/check5-badge.jpg) no-repeat;
  }
.check6 ul {
  padding:15px 0px 5px 130px;
  background:url(images/check6-badge.jpg) no-repeat;
  }


.check4 li {
  margin:0px 20px 10px 0px;
  padding:8px 0px 0px 42px;
  line-height:1.4;
  font-size:18px;
  font-weight:bold;
  list-style:none;
  background:url(images/check4-mark.gif) no-repeat;
  }
.check5 li {
  margin:0px 20px 10px 0px;
  padding:8px 0px 0px 42px;
  line-height:1.4;
  font-size:18px;
  font-weight:bold;
  list-style:none;
  background:url(images/check5-mark.gif) no-repeat;
  }
.check6 li {
  margin:0px 20px 10px 0px;
  padding:8px 0px 0px 42px;
  line-height:1.4;
  font-size:18px;
  font-weight:bold;
  list-style:none;
  background:url(images/check6-mark.gif) no-repeat;
  }


/*-----------map用---*/

.ad-nolink a	{
	text-decoration:none;
	color:#666;
	}

.ad-nolink a:hover
	{
	color:#666;
	}



.line { text-decoration:underline !important }
.u { text-decoration:underline !important }
.b { font-weight:bold !important }


/* 文字の修飾
----------------------------------------- */
.black { color:black !important }
.gray { color:gray !important }
.blue { color:blue !important }
.red { color:red !important }
.yellow { color:yellow !important }
.green { color:green !important }
.purple { color:purple !important }
.pink { color:pink !important }
.orange { color:orange !important }
.white { color:white !important }
.black-back { background-color:black !important }
.yellow-back { background-color:yellow !important }
.pink-back { background-color:#ff00ff !important }
.green-back { background-color:#00ff00 !important }
.blue-back { background-color:#00ffff !important }
.underline { text-decoration:underline !important }
.bold { font-weight:bold !important }
.centerline { text-decoration:line-through !important }
.xx-small { font-size:58% !important }
.x-small { font-size:69% !important }
.small { font-size:83% !important }
.large { font-size:120% !important }
.x-large { font-size:144% !important }
.xx-large { font-size:172% !important }

/* 枠囲みオススメ商品
----------------------------------------- */
.rec-table {
  margin:20px 0;
  padding-bottom:12px;
  background:url(img/rec-bak.gif);
  border:1px solid #fff;
  }
.rec-table .rec-head {
  padding:10px 13px 0 100px;
  background:url(img/pickup.gif) no-repeat 7px 6px;
  }
#content p.item-name,
#content p.rec-des {
  margin-left:0;
  }
.rec-table .rec-des {
  color:#fff;
  }
p.item-name {
  margin-bottom:8px;
  font-size:15px;
  font-weight:bold;
  line-height:1.2;
  }
.rec-table .button-box {
  margin-left:234px;
  }
.button-box {
  margin-bottom:15px;
  }
.button-box .to-more {
  padding-right:12px;
  }
.to-more a,
.to-affi a {
  width:130px;
  height:22px;
  display:block;
  background-repeat:no-repeat;
  text-indent:-10000px;
  font-size:10px;
  }
.to-more a {
  background-image:url(img/to-more.gif);
  }
.affi-a a {
  background-image:url(img/affi-a.gif);
  }
.affi-b a {
  background-image:url(img/affi-b.gif);
  }
.affi-c a {
  background-image:url(img/affi-c.gif);
  }
.rec-table p.rec-bttm {
  margin:0 auto;
  text-align:center;
  }

/* ランキング
----------------------------------------- */
#rank-area {
  margin-bottom:25px;
  }

/* ランキング上の中見出し
----------------------------------------- */
p.rank-head {
  margin-top:30px;
  padding:6px 10px 4px 43px;
  color:#fff;
  font-size:21px;
  font-weight:bold;
  background:url(img/rank-head.gif) no-repeat;
  }


/* ランキングの商品
----------------------------------------- */
.ranking {
  margin-left:1px;
  }
.ranking td {
  border:1px solid #ccc;
  }
.ranking .button-box td {
  border:none;
  }
.ranking td.rank-left {
  padding:36px 10px 12px;
  vertical-align:top;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  width:140px;
  }
.ranking td.rank-right {
  padding:7px 8px 0 8px;
  }
.rank-right .button-box {
  margin-right:0;
  margin-left:auto;
  }
.ranking .rank-1 {
  background-image:url(img/rank-1.gif);
  }
.ranking .rank-2 {
  background-image:url(img/rank-2.gif);
  }
.ranking .rank-3 {
  background-image:url(img/rank-3.gif);
  }
.ranking .rank-4 {
  background-image:url(img/rank-4.gif);
  }
.ranking .rank-5 {
  background-image:url(img/rank-5.gif);
  }
.ranking .rank-6 {
  background-image:url(img/rank-6.gif);
  }
.ranking .rank-7 {
  background-image:url(img/rank-7.gif);
  }
.ranking .rank-8 {
  background-image:url(img/rank-8.gif);
  }
.ranking .rank-9 {
  background-image:url(img/rank-9.gif);
  }
.ranking .rank-10 {
  background-image:url(img/rank-10.gif);
  }


/* 中見出し
----------------------------------------- */
#toppage #content h2,
#epage h1#e-h1,
#link-page h2,
#tuhan-page h2 {
  margin:0 0 20px;
  padding:15px 10px 5px 70px;
  font-weight:bold;
  font-size:21px;
  color:#fff;
  line-height:1.2;
  background:url(img/h2.gif) no-repeat;
  }


/* 小見出し
----------------------------------------- */
#toppage h3,
#epage h2,
#link-page h3,
#tuhan-page h3 {
  padding:15px;
  color:#1f78b4;
  font-size:18px;
  font-weight:bold;
  background:url(img/h3.jpg) repeat-x;
  }


/* ページトップに戻るのリンク
----------------------------------------- */
p.to-top {
  font-size:11px;
  text-align:right;
  }
p.to-top a {
  text-decoration:none;
  }
p.to-top a:hover {
  text-decoration:underline;
  }


/* 個別ページの指定
----------------------------------------- */

/* チェックリスト
----------------------------------------- */
.check-list {
  margin:20px 0;
  padding:12px 14px 6px;
  border:1px solid #999;
  }
.check-list li {
  margin-bottom:6px;
  padding-left:18px;
  color:#f00;
  font-weight:bold;
  font-size:15px;
  line-height:1.1;
  list-style:none;
  background: url(img/check-head.gif) no-repeat left center;
  }

/* 小見出し
----------------------------------------- */
#epage h3 {
  margin-bottom:10px;
  color:#1f78b4;
  font-size:15px;
  font-weight:bold;
  }

/* 表組み
----------------------------------------- */
.e-table {
  margin-left:1px;
  margin-bottom:16px;
  width:518px;
  }
.e-table th,
.e-table td {
  padding:9px 11px;
  border:1px solid #b2b2b2;
  }
.e-table th {
  text-align:left;
  font-weight:bold;
  }


/* 申し込みボタン大
----------------------------------------- */
.button-large-a a,
.button-large-b a,
.button-large-c a {
  margin:25px auto;
  width:281px;
  height:60px;
  display:block;
  text-indent:-9999px;
  background-repeat:no-repeat;
  }
.button-large-a a {
  background-image:url(../img/button-large-a.gif);
  }
.button-large-b a {
  background-image:url(../img/button-large-b.gif);
  }
.button-large-c a {
  background-image:url(../img/button-large-c.gif);
  }
.button-large-a a:hover,
.button-large-b a:hover,
.button-large-c a:hover {
  background-position:0 -60px;
  }