@charset "utf-8";
/* CSS Document */

/*グローバルナビゲーション*/
.topnavi_09 img{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

/*コンテンツ*/
#main{
	width:690px;
	height: 100%;
	padding:10px 20px 20px 20px;
	border: 1px solid #d8d7c2;
	background-color:#ffffff;
	overflow: hidden;
}
#main h3{
	/*border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #c1cd95;
	padding-bottom:5px;
	height:30px;
	background-image:url(img/ttl_bg.jpg);
	background-repeat: no-repeat;
	padding-left:10px;*/
	margin-top:10px;
}

/*　▼コレクションページ共通▼　*/
#main ul{
	list-style:none;
}
#main ul li ul li{
	float:left;
}

#main ul li{
	margin-top:20px;
}

#main ul .subnavi{
	margin-right:5px;
	float:left;
}

#main ul li .subnavi .right{
	margin-right:0px;
}


/*　▲コレクションページ共通▲　*/



/*　▼コレクションTOP▼　*/

/*TOPのコンテンツを全て囲むdiv*/
#main .collectiontop{
	width:690px;
	height:100%;
  padding-top:10px;
}

#main .collectiontop ul .left30{
	margin-left:30px;
}

/*4つのエリアを囲むdiv*/
#main .collectiontop .menu{
	width:690px;
	height:100%;
	clear:both;
}
/*サクラの写真と文章*/
#main .collectiontop ul .sakura{
	width:240px;
	height:265px;
	padding-left:10px;
}
/*ハスの写真と文章*/
#main .collectiontop ul .hasu{
	width:240px;
	height:265px;
	padding-left:10px;
}
/*野鳥の写真と文章*/
#main .collectiontop ul .yatyo{
	width:240px;
	height:265px;
	padding-left:30px;
	padding-right:10px;
}
/*いきものの写真と文章*/
#main .collectiontop ul .ikimono{
	width:240px;
	height:265px;
	padding-left:30px;
	padding-right:10px;
}
/*横幅240の画像*/
#main .collectiontop ul .img_240{
  width:240px;
	height:180px;
	margin:0px;
}
/*各コレクションの短い説明文*/
#main .collectiontop ul .text{
	clear:left;
	width:240px;
	margin-top:15px;
	letter-spacing:0.1em;
	line-height: 1.2em;

}
/*コレクションの説明文*/
#main .collectiontop .setumei{
	/*width:640px;
	height:70px;
	letter-spacing:0.1em;
	line-height: 1.5em;
	margin:0;
	padding-left:30px;*/
	width:610px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	letter-spacing:0.1em;
	line-height: 1.5em;
	border: 1px dotted #848484;
}

/*　▲コレクションTOP▲　*/

/*　▼各コレクション▼　*/
#main .collection .img{
	width:240px;
}
#main .collection ul li .img_s{
	clear:both;
}
#main .collection ul li .img_s img{
	width:210px;
	padding:5px;
	border: 2px solid #dddddd;
	margin:5px 9px 5px 0;
}
#main .collection ul li .img_s .name{
  width:205px;
	margin:0;
	padding:0px 0px 0px 10px;
	clear:both;
}

#main .collection ul li .img_name{
	margin:0;
}

#main .collection .img_s .right img{
	margin:5px 0px 5px 0px;
}


#main .collection .text{
	width:418px;
	height:160px;
	margin-left:10px;
	padding:10px;
	letter-spacing:0.1em;
	line-height: 1.5em;
	border: 1px dotted #848484;
}
#main .collection .textwide{
	width:660px;
	padding:10px;
	letter-spacing:0.1em;
	line-height: 1.5em;
	border: 1px dotted #848484;
}
#main .collection .text p{
	margin:5px 0;
}
