/* 右コンテンツ領域
----------------------------------------- */
#content {
  padding:55px 34px 26px 33px;
  width:694px; /* 実際の領域は551px */
  overflow:hidden;
  float:right;
  zoom:100%;
  }
#content:after {
  content:".";
  height:0px;
  clear:both;
  display: block;
  visibility:hidden;
  }

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

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

 clear:both;
 margin-bottom:10px;
 padding-bottom:30px;
 padding-top:30px;
 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;
			}


ｓｔ