/* 基本レイアウト */

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

/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 5px 0; }

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

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

.s a { color: #333; text-decoration: underline; }

p a { color: #333; text-decoration: none; }

/* アドセンス・アフィリ */

.af a{text-decoration: underline; 
 color:#00f;
 font-weight: bold;
 font-size:18px;}

.af-center {text-align: center;}
.af-right {text-align: right;}
.af-left {text-align: left;}


.af-center a{text-decoration: underline; 
 color:#00f;
 font-weight: bold;
 font-size:18px;
 }

.af-right a{text-decoration: underline; 
 color:#00f;
 font-weight: bold;
 font-size:18px;
 }

.af-left a{text-decoration: underline; 
 color:#00f;
 font-weight: bold;
 font-size:18px;
 }

/* ページレイアウト */

*:first-child+html body { padding: 0 1px 0 0; }

#header
{
    position: relative;
    bottom:0px;
    width: 810px;
    height: 260px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #666;
}

#header p
{
    width: 480px;
    margin: 0 auto ;
    padding: 0;
    text-align: left;
    position:absolute; top: 100px; left: 58px;
    font-size: 1.4em;
    font-family: "MS UI Gothic";
    line-height:25px;
}
#header h2 {
    margin: 0;
    padding: 0;
    width: 480px;
    font-size: 2.2em;
    font-family: "HG丸ｺﾞｼｯｸM-PRO";
    font-weight: normal;
    position:absolute; top: 50px; left: 58px;
}
#container{
    font-weight:normal;
    font-size:1.1em;
    font-family: Arial, Helvetica, sans-serif;
    color:#000;
}

/* コンテンツ */

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

ul#menu1, ul#menu2, ul#link
{
    position: relative;
    display: block;
    width; auto;
    min-height: 30px;
    list-style: none;
    margin: 0 0 10px;
    padding: 10px 5px 10px;
    text-align: center;
}

ul#menu1 li, ul#menu2 li, ul#link li
{
    margin: 0;
    padding: 5px;
    list-style: none;
    display: inline;
}

#ad1, #ad2 { clear: both; padding: 10px 0; text-align: left; }

#kiji01, #kiji02, #kiji03, #kiji04, #kiji05
{
    margin: 10px 15px;
    padding: 1px 0 15px;
    clear: both;
    text-align: left;

}

#kiji01 a,#kiji02 a,#kiji03 a,#kiji04 a,#kiji05 a
 { color: #0000ff; text-decoration: underline; font-size:1.1em;}
#kiji01 a:hover,#kiji02 a:hover,#kiji03 a:hover,#kiji04 a:hover,#kiji05 a:hover,
{ color: #ff6600; }

/* フッター */


#foot p
{
    margin: 0 20px 5px;
    padding: 0;
    font-size: 12px;
}

/* 見出し */

h1 {
    position: relative;
    margin: 14px auto 0 auto;
    padding-top: 0px;
    padding-bottom:6px;
    width: 760px;
    text-align: left;
    font-size: 2.0em;
    font-family: "Arial, Helvetica, sans-serif";
    font-weight: normal;
    text-indent: 15px;
    line-height: 20px;
    color: #999;
}

h2 {
    margin: 0;
    padding: 0;
    width: 500px;
    font-size: 1.6em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    position:absolute; top: 40px; right: 20px;
}


h4 {
    margin: 10px 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px dotted #7e571e;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
    text-align: center;
    clear: both;
}

/* 画像回り込み */

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


/* 文字制御 */

.right { text-align: right; } /* 左寄せ */
.center { text-align: center; } /* 右寄せ */

/* ボックス */

.box
{
    margin: 10px 0;
    border: 1px dotted #999;
    background-color: #fff5c7;
    padding: 0 0px 0 0;
    clear: both;
    line-height: 1.25;
}

.box p
{
    margin: 10px 0;
    line-height: 1.5;
    font-size: 0.9em;
    padding:0 10px;
}

/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b { font-weight: bold; } /* 太字 */
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */

.line { background: #ffff00; }/* 背景マーカー処理 */
.u { border-bottom: 1px solid ; } /* アンダーライン */


/* 文字色 */

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.white { color: #ffffff; } /* 白 */ 
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;} /* 赤小文字 */ 
.s { font-size: 12px; color: #333; line-height: 1.25; } /* 小文字 */ 

.lanking{
       
}
.lank01{
      width:600px;
      padding:20px 0 20px 100px;
      background:url(img/ranking_no1.gif) no-repeat left;
      border-bottom:1px dotted #cacaca;
      font-family: Arial, Helvetica, sans-serif;
      font-size:1.1em;
}
 
.lank02{
      width:600px;
      padding:20px 0 20px 100px;
      background:url(img/ranking_no2.gif) no-repeat left;
      border-bottom:1px dotted #cacaca;
      font-family: Arial, Helvetica, sans-serif;
      font-size:1.1em;
}
.lank03{
      width:600px;
      padding:20px 0 20px 100px;
      background:url(img/ranking_no3.gif) no-repeat left;
      border-bottom:1px dotted #cacaca;
      font-family: Arial, Helvetica, sans-serif;
      font-size:1.1em;
} 
 
.box a { color: #0000ff; text-decoration: underline; }
.box a:hover { color: #ff6600; }


.tdleft{
width:215px;}

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

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

}

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

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

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

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

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

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

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

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


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

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


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



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

.qaa-t3{
 background:url(img/5c.jpg) no-repeat left top;
 padding-left:100px;
 padding-top:15px;
 width:100%;
min-height: 120px;
 height:100%;
 margin-bottom:15px;
 clear:both;
 padding-bottom:20px;
 border-bottom:0px dotted #cacaca;
}
.qaa-t3 p{
 border:1px solid #cacaca;
 background:#ffe4e4;
 line-height:25px;
 padding:10px;
 width:560px;
 float:none;
 _float:right;
}


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


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

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

.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/black100.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/black100.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/black100.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: 210px;
	margin-top: 1px;
	margin-bottom: 0px;
      } 


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

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

 }




.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: 210px;
	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: 210px;
	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: 210px;
	margin-top: 1px;
	margin-bottom: 0px;
      } 


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



